| Thread | Last Post | Replies |
|
| How to detect CtrlKey is pressed and an arrow key also | 31 Mar 2005 22:50 GMT | 1 |
Pressing Ctrl key and down arrow shortly thereafter in a textbox, anyone can tell me how? Can detect one key down but not combination of both. Any help would be appreciated RD
|
| PropertyGrid and Password Field | 31 Mar 2005 19:19 GMT | 1 |
Is there any sample that implemented PropertyGrid and Password Field ? TIA.
|
| Category Text Color in PropertyGrid | 31 Mar 2005 19:06 GMT | 2 |
I am using a PropertyGrid to expose properties at runtime and I change the line and background colors of the PropertyGrid to match the color theme of my application. I would also like to change the color of category text (i.e., text that corresponds to the System.ComponentModel ...
|
| Getting a dataset of selected rows in Windows Forms DataGrid | 31 Mar 2005 16:15 GMT | 1 |
DataGrid control contains GetChanges() method to get a DataSet of rows that have changed. I would like to write a method GetSelectedRows() that returns a DataSet of selected rows (may be multiple rows). I tried to do this by extending the
|
| How to add direct inherit control(not UserControl) to toolbox | 31 Mar 2005 15:21 GMT | 3 |
My controls inherits from System.Windows.Forms.ComboBox, After i build the project, i cannot find it on the toolbox. I find the toolbox automatically adds usercontrols. Why not inherits controls?
|
| claendar/datetime picker | 31 Mar 2005 08:46 GMT | 2 |
Does anyone knows how to extend the date time picker/ monthcalendar to present diffrent backgroud colors to diffrent dates
|
| DataGrid Selection Highlighting After Row Sort. | 31 Mar 2005 04:33 GMT | 3 |
I have a DataGrid that is bound to a DataView and everything seems to work fine. When the user clicks on a cell the entire row gets highlighted, however when the user decides to sort the datagrid things go wrong. I have added code to ensure that the row of data the user had ...
|
| ListView changes scroll position when it shouldn't | 31 Mar 2005 03:47 GMT | 1 |
So here's the scenario: I've got 2 ListViews, one above the other. These are inside of a ScrollableControl. When the 2 ListViews are large enough, they cause the ScrollableControl to display a
|
| RichTextBox refreshing not occurring | 30 Mar 2005 19:35 GMT | 2 |
I have a RichTextBox control in a C# application. I am going through a loop that spawns processes and outputs data to the richtextbox before and after each spawn occurs. The odd thing is is that the rich text box is not being updated till after the looping of spawned processes ...
|
| User Controls | 30 Mar 2005 00:35 GMT | 1 |
I've taken a button component and extended it's functionality by adding a couple small methods and properties. This control is contained within my project tree and has been used on various locations of my form. Now, I want to add another property to the control. In doing so I had ...
|
| AxWebBrowser right click | 29 Mar 2005 13:28 GMT | 1 |
how can i disable the right mouse click on the AxWebBrowser in my application? thx in advance Mystique
|
| Control receiving Drag-Drop events at Design Time? | 29 Mar 2005 12:57 GMT | 3 |
I have a custom control which works on a custom Design-Time surface in my application which is created using IDesignerHost and other necessary interfaces... I need this control to receive drag-drop notifications...I tried several
|
| Panel and custom control Key events | 28 Mar 2005 22:55 GMT | 6 |
1) How can I make a Panel fire Key events? Neither overriding the OnKeyUp event nor somePanel.KeyUp += new KeyEventHandler(somePanel_KeyUp) seems to work. 2) What would be the procedure for doing this on a Control derived control?
|
| How to make an user control button with 2 images.. rollover | 28 Mar 2005 22:14 GMT | 1 |
Hello.. can anyone help on how to make a button that has one image an when mouse over another image like a web rollover? I need some code if there is availablre.. Thank you all! Marcos
|
| Cursor in Textbox | 28 Mar 2005 20:26 GMT | 1 |
I have a text box and a digit value. i want to set the cursor to digit value inside the textbox. eg. if digit value = 2, i want to set the cursor position to 2nd character position inside text box. Pls help me in this regard.. -------------------------------- From: Nagendra Gunaga
|