| Thread | Last Post | Replies |
|
| replacement for doevents | 18 Jan 2005 07:20 GMT | 2 |
i have vb.net windows forms applciation. i make a loop in order to do some work that consumes time, and i want the user to be able to press the stop button in the middle, problem is that no events are received while in the loop.
|
| Determine wether context menu is shown | 17 Jan 2005 21:23 GMT | 1 |
I am using context menus as pull-down menus, activated by buttons. If a context menu is already open I want the corresponding button to close the menu instead. Is there an easy way to determine wether a context menu is 'open'?
|
| how to make a MSN Messenger 7 options window like control? | 17 Jan 2005 19:02 GMT | 2 |
I need to make a window form that look the options winform in MSN Messenger 7. It is not using tab, but a list of available content on the left (a vertical menu), and a groupbox on the right that shows the content.
|
| Multiple Forms | 17 Jan 2005 18:40 GMT | 1 |
I have a C# application that starts off at a main form. On this form are several private variables with public properties (get/set). One task envolves a second form poping up and the data from that form is written out to one of the public properties on the main form. When a ...
|
| PictureBox that Receives and Shows Input Focus | 17 Jan 2005 18:07 GMT | 1 |
I am trying to create a control which is basically a PictureBox than can receive and show focus. I have created a UserControl descendant that simply contains a PictureBox control. The PictureBox control automatically sizes to whatever size is selected for the control. To
|
| extra header in datagrid | 17 Jan 2005 16:39 GMT | 2 |
I was wondering if there is a way I can add an extra header to a datagrid? I found this solution on the internet - but it seems quite old and didn't work for me. http://www.dotnet247.com/247reference/msgs/13/69744.aspx
|
| datagrid memory leak? | 17 Jan 2005 15:33 GMT | 2 |
okay, I have a wierd problem. first of all, when my app loads, it uses a lot of memory. Most of which goes away if I minimize and reopen the application. Second problem is that I have a datagrid on the application and as long as a mouse is moving over the datagrid, it keeps ...
|
| using form.showdialog to control modal window | 17 Jan 2005 13:01 GMT | 2 |
I want to be able to display a modal window during my application used to take tests. The application has a looping timer that after each time it's interval elapses, an event is raised that checks the db to see if a field in a table is marked as being paused meaning someone in my ...
|
| How to add tabpage to tabcontrol at 1st tab? | 17 Jan 2005 12:05 GMT | 6 |
I have a tabcontrol that has a tabpage, I want to add another tabpage on runtime, but I want the tabpage to be added to the 1st tab, anyone know how to do it? Thanks,
|
| Label font color change doesn't take effect | 17 Jan 2005 11:06 GMT | 6 |
I pass my label control by reference into a function in order to change the font color. If the value in the label is a negative number, I will change the color to red like this; lbl.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!) lbl.Font = New System.Drawing.Font(lbl ...
|
| Rebinding a control in Windows Forms | 17 Jan 2005 07:43 GMT | 2 |
I have the following problem. I have a nice-and-tidy ListBox control, which is bound to another nice-and-tidy strongly typed collection. But when the collection changes (for example I have added a new item to it from another location), I want to notify the control to re-bind to ...
|
| use the same dataset in the second form (by reference) | 17 Jan 2005 01:33 GMT | 2 |
I need help on how to use the same datase in two different form, this is the scenario: at the first form I load a big dataset (ds1) for short, but I not want to load it again at the second form
|
| Storing Graphic Resources | 16 Jan 2005 21:34 GMT | 3 |
I'm building a Winforms library in which we would like to ship over 600 icons. Most of the icons are in PNG or GIF format, as they work best in an ImageList. I've been thinking of storing the graphics as embedded resources and making methods available for getting them out by name ...
|
| Toggle between iexplore windows | 16 Jan 2005 20:43 GMT | 1 |
|
| Coordinating MD5 Hash Values for Passwords | 16 Jan 2005 16:25 GMT | 7 |
I have windows application that is used to set and set passwords for a web site. I need to generate the MD5 hash value and store it locally. Publication is used to update the SQL Server on the Web server.
|