| Thread | Last Post | Replies |
|
| How to send data to controls which is in MDI Parent | 09 Jan 2004 12:22 GMT | 1 |
How to send data to controls which is in MDIParent Hi, I am facing problem with, sending data frm mdi child to mdi parent. I have search Dropdown in MDI form, depend on selection, or enter
|
| PropertyGrid using DefaultValue attribute - MUST IT ?? | 09 Jan 2004 10:48 GMT | 1 |
Is there ANY way you can persuade a property grid control to use something else for each property's default value, and not the DefaultValue attribute (attributes as far as I can see are read-only - is this right?). I want to base a PropertyGrid control on a single class but to have ...
|
| Simple question on menuitem | 09 Jan 2004 08:15 GMT | 2 |
I have a menu with menuitem "Delete". I want to reuse the functionality of the DELETE key on the keyboard. How can I do this in a menuitem? What does the VB code look like?
|
| Help files | 09 Jan 2004 01:06 GMT | 1 |
How do you open a "help" file? I'm trying to associate it with a menu item. I've looked at the Help and HelpProvider classes, but neither seems to serve this purpose.
|
| cannot add a top level control to a control | 08 Jan 2004 22:42 GMT | 1 |
Im getting this error when Im trying to set a owner for a form, Im not sure what is wrong because I get this error only with one form. Enybody knows?
|
| controlling enablement of controls on winforms | 08 Jan 2004 21:56 GMT | 1 |
anyone who can link to patterns or documentation on controlling the enablement of controls on winforms ? (e.g. a specific button on the screen is enabled if current user has permission to execute the underlying task and also if the form is in edit
|
| autodoc feature in vb.net? | 08 Jan 2004 18:16 GMT | 5 |
I know there is an autodocument feature in C# which translates in-code comments and parameterinformation, etc... into xml documentation. Ideal stuff for documenting a framework. Does such a tool exist for vb.net as wel?
|
| How to make Combobox readonly | 08 Jan 2004 18:15 GMT | 2 |
I'm populating a combobox from a database, but would like to prevent users to edit in it. Can't find any readonly property. Anyone know how to do this ?
|
| Reading Multipage TIFF images | 08 Jan 2004 18:12 GMT | 1 |
We have a requirement of loading a multipage tiff file into different pictureboxes. i.e. each page of the .tiff being displayed in each picture box.
|
| Ctrl-c / Ctrl-v doesn't work on no touch deployment | 08 Jan 2004 18:09 GMT | 1 |
I have a client application that is deployed using the "no touch deployment". For some reason, the copy/paste shortcut keys (ctrl-c/v) doesn't work on the winform running in the IEHost.
|
| String Formatting | 08 Jan 2004 17:32 GMT | 2 |
This may be very silly question but I cannot find a way to convert a number into a string representation which is an 8 digit hex value. For example I want to convert a number -2147221503 into an 8 digit hex number. In MFC I would have used the CString class and the format string of
|
| ImageList problems with semi transparent images | 08 Jan 2004 14:32 GMT | 3 |
I have encountered a problem while trying to display images in the ListView control. I am using Visual Studio 2003/C# on windows 2000 professional SP4. My images are 32 bit PNG with alpha channel that has 256 levels.
|
| SHIFT to Open | 08 Jan 2004 13:33 GMT | 6 |
does anyone know how to intercept the SHIFT key while opening a vb.net or C# windowsforms application? I would like to do something like MS Access when excluding autoexec macros. thanks
|
| add item to listbox [what am I doing wrong?] | 08 Jan 2004 12:42 GMT | 8 |
Ok, here's the deal. I tried to do this and it didn't work: [Child Form "Form2"] Event OK (ByVal item as Object) 'I cast it as Object simply because that's the type of a Listbox Item.
|
| Visible = False on Form_Closing... | 08 Jan 2004 12:09 GMT | 5 |
I have a MDIForm with some MDIChilds. When the user clicks on the "x" in the upper right corner, I don't want the MDIChild to be closed, but the property Visible = False. So far no problem: I do this useing the Form_Closing-event in which I typed:
|