| Thread | Last Post | Replies |
|
| Tab Control with Icons | 06 Feb 2004 20:08 GMT | 2 |
Hi. I have a Tab control on my form. I used an image list for icons for my tabs. Then I decide I wanted to make the tabs look a little better so I set the DrawMode to OwnerDrawFixed, wrote some code to the TabControls DrawItem event and now I have the selected tab with a nice ...
|
| adding items to forms' resource files | 06 Feb 2004 18:11 GMT | 1 |
Please let me know if there is a better way to do this. I have set the Localizable property of my forms to true, meaning of course that it will persist the properties of the controls of my forms in the resource file for that
|
| RegularExpressionValidator exact string match | 06 Feb 2004 17:38 GMT | 1 |
PLEASE - I would really appreciate some help on this! I've got a text box I'm trying to validate that should contain a 'DOMAIN\USER_NAME' entry. I'm trying to verify that a valid domain was entered + a "\", lets say it should be 'DOMAINXYZ', so I want to match 'DOMAINXYZ\ In ...
|
| Display Icon image in toolbar button. | 06 Feb 2004 12:22 GMT | 3 |
The icon image shows fine in IDE designer but it disappear when run the code. I use 16Bit color and 32x32 size for the imagelist. Anything wrong here. Frank
|
| Transparent User Control | 06 Feb 2004 12:22 GMT | 2 |
I am trying to create a new user control. Is there anyway I can make the control itself transparent but still display the oval I plan to draw on it? Please help!! Thanks, Mike
|
| Pinning & auto hiding | 06 Feb 2004 12:21 GMT | 1 |
Does anyone know how to auto hide a window with pinning feature? Like the toolbox in Visual Studio.NET. Microsoft is teasing me with their great interface. I want it for my applications.
|
| Data transfer to text file. | 06 Feb 2004 12:18 GMT | 4 |
Hi, Good Day! I'm writing a program transferring some data to a text file. Below is the screen that i produced SecCode A_Before A_After B_Before
|
| expanding dropdownlist control values width dynamically | 06 Feb 2004 07:01 GMT | 4 |
I have a dropdownlist control on my form whose width is specified. It is loaded with values at runtime. If some value with greater width than the specified width of the combo, the whole value doesn't appear.I want the control to have fixed width but when clicked , values will ...
|
| Detecting if ONLY a modifier was pressed | 06 Feb 2004 00:55 GMT | 1 |
How do I detect in a keyUp or keyDown handler if ONLY a modifier key was pressed. I pop up a list when the user starts typing. I dont want it to popup if they just hit Shift or Ctrl by themselves.
|
| Is it possible to change a MessageBox dialog's background color? | 05 Feb 2004 23:07 GMT | 1 |
Is it possible to change the background color of a MessageBox dialog? Also, I would like to change the MessageBoxes button backcolor as well..... Thanks! Jim
|
| Master/Detail DataGrid in Windows Form app problem | 05 Feb 2004 23:01 GMT | 3 |
I'm following instructions at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbco nintroductiontothedatagridcontrol.asp to create a Master/Detail DataGrid Windows Form app. I have a DataSet with two DataTables. I also have two DataGrids.
|
| NGen Use in NTD? | 05 Feb 2004 20:35 GMT | 5 |
Does NGen have any value in a WinForm deployed as an NTD form? Thanks.
|
| Wrapping Text in Column of Windows DataGrid Control | 05 Feb 2004 20:30 GMT | 1 |
I have a Windows Datagrid Control on a windows form. I have created the columns for the Datagrid dynamically. I am binding the datagrid columns to a Dataset. One of the columns in the Dataset contains a lot of text. My requirement is that the text should be displayed on the ...
|
| DragDrop event | 05 Feb 2004 18:31 GMT | 2 |
Is there any way to get the DragDrop event fire when DragDropEffects.None is used? I'd like to restore the order of a Treeview after a failed rearrangement.
|
| How to solve GetType() error for abstract class ? | 05 Feb 2004 17:55 GMT | 4 |
I have one panel. It have 2 labels control and one abstract class control. In one event I want to remove all labels control from that panel. So I use this way. foreach (Control c in this.panel1.Controls)
|