| Thread | Last Post | Replies |
|
| Shortcut key | 29 Jul 2004 08:03 GMT | 1 |
I have an MDI application with a menu, toolbard, datagrid, property grid, and some text controls and drop down lists on a form. There are two items on the menu (refresh F5) and (update F9). The F5 works fine but the F9 does does not. Clicking the update menu button works fine and ...
|
| how programatically a winform can blink | 29 Jul 2004 06:47 GMT | 5 |
If a form is not visible, then how can it blink programatically. Thank you for those who replies. Bye
|
| Custom Drawing in a list view | 29 Jul 2004 01:49 GMT | 1 |
Does anyone know how to do custom drawing in a listview. Custom drawing is when you get called to paint each item/subitem. i tried creating the control this morning, but it seems that the listview never gets the wm_notify message for the NM_CUSTOMDRAW.
|
| distinct right control key from left one | 28 Jul 2004 23:45 GMT | 2 |
How do I know wheather the user presses the left or the right control key? If I press the right control key, in my OnKeyDownEventHandler the following keyCode arrives: Keys.Control|Keys.ControlKey
|
| Usage of Virtual Studio .NET | 28 Jul 2004 23:15 GMT | 3 |
When constructing a program using Microsoft Visual Studio .NET, I would like to know the methods and values of my form or class is inherited from its parent.
|
| Changing Text on MessageBoxButtons | 28 Jul 2004 19:25 GMT | 4 |
I am using VS 2003 to write a C# application. I want to display a MessageBox but I want two buttons: "Repeat" and "Cancel". I realize there is a RetryCancel option but I would really like it to say "Repeat". Is there a way to do this? Thank you, Joe
|
| net 1.0 to 1.1 | 28 Jul 2004 17:18 GMT | 1 |
i use vs .net 2002, if i upgrade to 2003, is it need something to write again?
|
| How do I get size and location of a form when then form is minimized? | 28 Jul 2004 14:56 GMT | 3 |
I want to read the size and location so I can save the window's position so I can later restore it. John
|
| Application Time out | 28 Jul 2004 12:26 GMT | 8 |
how can i implement an application timeout?? If the app has no messages for a pre-configured time, i want to pop-up a modal box asking for the password. I tried the Idle event of the application. But it didn't seem to work.
|
| localization, i want to change language at run time | 28 Jul 2004 10:24 GMT | 1 |
Dear all, i have set localization on each form, however when a form is finished load, and all controls have show out. How can i change to other lang in this time, since all controls is loaded thank al lot
|
| How do I repeat Controls like a repeat region in ASP | 28 Jul 2004 02:37 GMT | 1 |
I am planning an VB.NET Windows Application that is a survey system. I need to know how to "Repeat" questions etc. In asp I would create a table, bind the data to controls and then repeat the table for the number of questions..
|
| SetFocus() does not work | 27 Jul 2004 22:29 GMT | 3 |
I am having problem setting the focus on a rcihTextBox. The CanFocus returned false. Any idea/suggestion to make the SetFocus work would be greatly appreciated.
|
| Child Forms | 27 Jul 2004 22:18 GMT | 1 |
I have an app that will call many child forms. I would like these child forms to always display on top on the parent form until they are close. I can get the first child form to stay on top. But when others are opened, then the first child form I called will get hidden behind the ...
|
| Form to Form | 27 Jul 2004 16:51 GMT | 1 |
Hi all, I'm trying to create a program that has two forms. One form is a search and is up and running. The other form is a edit/save info form. I do a search on the one form and it generates a datagrid with the matching criteria. I place that in a text box on the same search ...
|
| DataGrid containing multiple DataGridColumnStyle for one Column | 27 Jul 2004 16:28 GMT | 1 |
I've a strange requirement using DataGrid. I've defined 2 columns out of which upfront i know first column's ColumStyle which is a ComboBox . The second column's ColumnStyle needs to be different based upon first column selection. It can be either a simple Textbox column or ComboBox ...
|