| Thread | Last Post | Replies |
|
| HideCaret & RichTextBox | 10 Jan 2004 01:26 GMT | 4 |
I'm trying to use the HideCaret() function, but I can't seem to get the HWND for the richtextbox control, which is required for HideCaret(). Does anyone have an example of how this is done?
|
| Do NTD apps know where they came from? | 09 Jan 2004 23:16 GMT | 3 |
Say I have a No-Touch Deployment app .exe file sitting on a remote server under IIS. When that program is deployed and started, is its home directory still on the remote server from whence it came? If there was a text file in the same directory on the server could the NTD app
|
| MouseLeave does not work ! | 09 Jan 2004 22:53 GMT | 1 |
I designed a usercontrol and I assigned a handler to the MouseLeave event ! It fires 80% of the time but when you manage to move your mouse very fast out of the control it does not !
|
| Execute code after form is visible | 09 Jan 2004 20:12 GMT | 3 |
I am using a hosted ActiveX control within a Windows Forms application. I can not properly activate the ActiveX control because the control's GUI can be initialized only when the form has completed the loading of it's GUI.
|
| Popup menus | 09 Jan 2004 19:57 GMT | 1 |
In VB6 there was method called PopupMenu that could be used to display menus when the mouse passed over the SysTray icon or the icon was clicked. PopupMenu is no longer supported and the documentation does not appear to
|
| example of a commondialog | 09 Jan 2004 18:47 GMT | 4 |
I want to create a CommonDialog. How do I start with that? I can't find any examples :-( Does somebody have a simple example Dominique
|
| What's the point of Simple Data Binding? | 09 Jan 2004 18:45 GMT | 3 |
In two different books, Simple Data Binding to a control is explained with an example of a TextBox where the data is initialized with an array. For example a class is defined as such:
|
| HOW? OpenFileDialog Multiselect | 09 Jan 2004 18:38 GMT | 2 |
WITH MULTISELECT=FALSE: If I make a text box, which is a file path, and have a browse button, in the browse click I can set OpenFileDialog.FileName to the text box text. Do the Dialog, and then restore the text box content from the OpenFileDialog.FileName.
|
| Can I underline character (shortcut ) on a tab? | 09 Jan 2004 18:02 GMT | 2 |
Does anybody know how to underline a character on a tabcontrol's tab name, as in VB6 &Cancel will show a shortcut underlined "C". Obviously you cannot do this on .net tab.
|
| Position of MEssageBox | 09 Jan 2004 17:26 GMT | 1 |
Is there any way to position the MessaageBox? I want it to appear at the center of the calling form. Thanks in Advance Edison
|
| How to enforce only 1 instance can be running at the same time? | 09 Jan 2004 17:09 GMT | 5 |
e.g. we can only start one instance of Outlook Express (vs multiple instance of IE) How should this be implmented in winform? thx
|
| How to share real-time data? | 09 Jan 2004 16:51 GMT | 4 |
What .NET technology would allow multiple users to share data in real-time? For example, an application for an office that lets everyone know who is in the office and who is out. When someone signs out this is
|
| Datagrid and Arrow keys, how to make the arrow move around? | 09 Jan 2004 16:50 GMT | 2 |
Ok Simple problem. I have a MS datagrid I made my very own multiline columnstyle for my datagrid. Right away I had problems. Yea it was multiline (using a regular textbox that shows
|
| arranging columns at runtime in a datagrid | 09 Jan 2004 15:07 GMT | 3 |
this may (and should) be absurdly simple, but I am having some difficulty with the arrangement of columns in a datagrid - I want the user to be able to arrange the columns in any order. I would have expected this functionality to be available by setting a property, but I cannot ...
|
| Tree structure ? | 09 Jan 2004 13:01 GMT | 2 |
I have trawled through the System.Collections namespace looking for some structure that will enable me to represent and manipulate tree structures, as yet to no avail. Of course I can represent a tree as a Hashtable with one part of the Value
|