| Thread | Last Post | Replies |
|
| F5 is not firing an event when the focus is in Datagrid | 04 Oct 2004 23:03 GMT | 4 |
I am trying to implement the keyboard functionality in windows forms. I am overriding the "ProcessDialogKey" method to capture the key strokes. I could able to capture all the key strokes when the focus is not in the datagrid.
|
| When does a control get its items? | 04 Oct 2004 19:09 GMT | 1 |
I have a databound checkedlistbox on my form. In Page_Load I call a combobox1_selectedindexchanged event - the code in this event loops through the items in the checkedlistbox setting the CheckState for particular items.
|
| FTP Component - Happy to pay.. | 04 Oct 2004 17:29 GMT | 3 |
Does anyone recomend a FTP component that is easy to use, handles firewalls etc? All I need to do is FTP an XML file to a webserver daily on an event. Happy to pay for a commercial component if I need to.
|
| Is it impossible to enumerate menus???? | 04 Oct 2004 16:09 GMT | 6 |
I need to translate program to another language. How to enumerate all menus and submenus in form?? I have used for each loop in vb6 but how to di this in vb.net?? VB:
|
| Right way to perform validation on a text box | 04 Oct 2004 16:04 GMT | 2 |
Here is the desire behavior, when the user tries to leave a field, that field is validated. If the value in the field is invalid, the previous value is restored - however, the user is allowed to go on to the next field anyway.
|
| Looking for the ErrorProvider a grid uses when bound to IBindingLi | 04 Oct 2004 15:03 GMT | 1 |
I bind a data adapter (which implements the IBindingList interface) to a data grid. For the data rows there is also an adapter which implements the ICustomTypeDescriptor, IEditableObject and IDataErrorInfo interfaces.
|
| Toolbar flickering on form resize | 04 Oct 2004 14:23 GMT | 1 |
I've got a form with several controls in it; treeview, tistview and a toolbar. All the controls are anchored so that they resize according to the form window resizing events. all is fine except for the toolbar and the statusbar which flicker a lot while resizing the window. I'm ...
|
| How to display progress bar in windows form during execution of DTS package? | 04 Oct 2004 14:13 GMT | 1 |
H I want to display progress bar during execution of windows form. When I execute DTS package the form will idle till the DTS package finishes Please help me in this regard. its an urgen Thank
|
| Invisible values in combox and listbox etc. | 04 Oct 2004 14:11 GMT | 1 |
After installing the Framework 1.1 sp1 on 4 developer machines the combo box stops shows any values. Or it’s the values when they are selected. We tested to build a version with unpatch machine. The and when run on the patch machine the values are invisible. When making a build ...
|
| Textbox and setting the BackgroundImage property | 04 Oct 2004 09:54 GMT | 2 |
After discovering that the OnPaint method of the TextBox doesn't work - I'm doing a work around using the TextBoxe's BackgroundImage property. But that doesn't have any effect either. Does anyone know if I should expect to be able to set a BackgroundImage on the textbox - is that ...
|
| How to change the font of the main menu in application window? | 04 Oct 2004 04:35 GMT | 10 |
I am developing a windows forms application using VS.NET in C#. I am using the MDI style. I have a main menu defined with several layers of menu items. I know that I can change the appearance of all menus by changing the Menu property within the advanced appearance of the ...
|
| Use of double-click event in Winforms datagrid | 04 Oct 2004 04:33 GMT | 2 |
(Maybe it's too late at night but I can't find anything about this. ) What I would like to do is to be able to double click anywhere on a selected row in a datagrid and trigger an event. Is this possible? (If it's any help, I usually use read-only grids.)
|
| detecting control visibility before form shows | 03 Oct 2004 21:24 GMT | 2 |
Is it possible to tell if a control would be visible (or hidden) before making its parent form visible? Bob
|
| how to make the layout of a tabcontrol right to left? | 03 Oct 2004 14:22 GMT | 2 |
the tabcontrol displays tabpages buttons from left to right, how can I mirror it so it will start from the right?
|
| Q: ValueObject design pattern and DataGrid control | 03 Oct 2004 10:24 GMT | 3 |
I've been developing enterprise solutions in Java for a few years now, and I became quite curious about .NET. When the opportunity arose to start a new (relatively small) project, I chose to give c# a try. I am used to implementing a ValueObject pattern when it comes to retrieving
|