| Thread | Last Post | Replies |
|
| Overriding graphic aspect of treeview checkbox | 22 Sep 2004 08:12 GMT | 1 |
Just wondering if there is any way to change the bitmap displayed by a checkbox inside a treeview by some bitmaps of mine, loaded in an imagelist for example. Any help would be greatly appreciated if this kind of thing is possible.
|
| Mdichild - first control leave event | 22 Sep 2004 01:59 GMT | 2 |
Since I installed the new service pack for .net 1.0 i am experiencing a strange behaviour in my .net application. The leave event and the validating of the first control of an mdichild form is fired when the child form is loaded and it is not fired when the focus is
|
| PictureBox and TabControl objects arranged | 21 Sep 2004 22:29 GMT | 1 |
Hey all, I would like to position a PictureBox such that its size does not alter (with changes to the size of the window). However, I would like the TabControl object to increase in size as the window is increased in size. The PictureBox is on top of the TabControl.
|
| MsgBox problem | 21 Sep 2004 18:10 GMT | 2 |
I have a form which is used to add items (stock symbols) to a list. On the form is a listbox, textbox, and a button. The list contains the current list of items, the textbox is for entering a new symbol, and the button does the actual adding. Before adding, I check to see if the ...
|
| Receiving mouse events (WM_MOUSEMOVE, etc) outside of form | 21 Sep 2004 15:27 GMT | 3 |
I'm trying to implement some pretty basic behavior in c#/.net 1.1 Forms but can't seem to find all the requisite pieces. When a user clicks on the background of the form, I want the app to start receiving MouseMove updates -- whether the pointer is over the form or
|
| newbie form question | 21 Sep 2004 12:41 GMT | 2 |
I have a form with a treeview on it. This form also has a user control. This user control has a panel with controls in it (a couple of textboxes and a ComponentOne TrueDB Grid). It is lovely. Except that when I resize the form, the panel does not present scrollbars. I have the ...
|
| How to show and hide griditems of propertygrid at runtime | 21 Sep 2004 06:03 GMT | 1 |
(Type your message here) Is it possible to show and hide certain griditems of propertygrid at runtime. Say if a user choose certain value in a dropdown list of one griditem, the propertygrid shows more griditems which is hidden in the begining. Thanks
|
| Creating Setup Projects | 21 Sep 2004 05:51 GMT | 3 |
Can anyone point me to a good link to learn about how to create setup projects with VS. NET?
|
| datagrid select vs currentRowIndex | 21 Sep 2004 04:53 GMT | 1 |
I've got some example code that alters the row heights of the rows in a datagrid. Everything works fine, but when you click on the row headers sometimes the row you clicked on pops up to the top of the grid, but the row in its old position is the one that shows as selected. The ...
|
| Designer Attribute | 21 Sep 2004 02:33 GMT | 2 |
In my Windows Forms custom control, I have a property which is of type Form. Hence, when the control is displayed in the Properties window of VS.NET, a plus (+) button is shown next to that property's row, indicating it is expandable. I don't want that to happen. Is there any ...
|
| Dock property of controls | 21 Sep 2004 02:14 GMT | 2 |
Can anyone tell me how are controls with dock property handled behind the scenes? When are they resized, etc. Thanx!
|
| Capturing CTRL + S | 20 Sep 2004 22:03 GMT | 5 |
Can anyone explain why keypress events arent detected by my form if there are text controls on it and how to set it up so the form will handle the keypress events? Thanks in advance..
|
| Setting the "ClassName" of a .Net Form | 20 Sep 2004 14:54 GMT | 1 |
Hi. If I do a Win32 GetClassName() on the handle of one of my Form objects, I get something like "WindowsForms10.Window.8.app3". Is there any way for me to set, either at design-time or run-time, the ClassName of my form so that it's something more meaningful than this?
|
| open form and wait for result | 20 Sep 2004 14:50 GMT | 3 |
In my code I want to open a form to let the user enter his username/password. When he click on the OK button there will be some authentication and the I want to return TRUE or FALSE back to the form that initiated the login form.
|
| GetSavedLicenseKey and SetSavedLicenseKey and differeing versions. | 20 Sep 2004 10:18 GMT | 1 |
We have developed a Licx License Provider. The problem is that whenever the build version of our Control changes Applications that were use the control fail because the GetSavedLicenseKey is retrieving a null value. From our understanding this is because the
|