| Thread | Last Post | Replies |
|
| Checking CheckBoxes of ListView at runtime | 05 Sep 2003 16:33 GMT | 3 |
I would like to change the CheckBoxes property of a list view at runtime, but doing so does not show the checkboxes. The text in the first column is aligned to the right side and you have to click several times on an empty space (of
|
| what class to browse a file | 05 Sep 2003 16:17 GMT | 2 |
Is there a .NET class can used to browse a file like MFC's CFileDialog common control? Thanks, CT
|
| Crystal licence key | 05 Sep 2003 15:41 GMT | 2 |
How can I add tmy crystal licence key to my project (via AssemblyInfo or app.exe.config?) without using the merge module method? I have an app I am deploying via no-touch methods and so am not installing on clients.
|
| Inserting images in combo box | 05 Sep 2003 13:39 GMT | 1 |
Hello! I am trying to insert an image in a combo box (using C#). Please someone tell me how to do so. Thanks
|
| how do you stay with VS.NET(not 2003) and still use 1.1 Framework? | 05 Sep 2003 13:38 GMT | 1 |
I have installed 1.1 framework on my machine ,however, when I go to help-->about it shows framework version 1.0.3705 . How do I get the IDE to point to the 1.1 framework?
|
| SendMessage | 05 Sep 2003 13:02 GMT | 2 |
I am trying to change the margins on a TextBox control using the SendMessage method. I have declared the method in my class as below:- [DllImport("user32")]
|
| Edit datagrid and make changes to dataset | 05 Sep 2003 12:30 GMT | 2 |
I am now convinced that half a solution is still a lie! I have seen countless examples of making changes to the datagrid -- this I am able to that without a problem. However, I have seen few (less than none ) examples that
|
| Comprehensive discussion about web-like UI development in WinForm apps | 05 Sep 2003 11:40 GMT | 1 |
Occassionally I'll see posts in here from users looking to design applications with a UI that is more web-like than desktop. An example of this would be the latest Money, Quicken, and even the latest MS CRM suite. None of these applications use what look to be web-feeling ...
|
| Only Allow One Instance Of EXE When Shell | 05 Sep 2003 11:13 GMT | 2 |
I have a VB6 program that is going to Shell a VB.Net program to run. I want the VB.Net program to only run once, so it if is not running and it is Shelled, the program runs; if it is already running and it is Shelled, then I wish the program to become visible. I do have to use the ...
|
| Docking 2 controls to share space | 05 Sep 2003 10:21 GMT | 1 |
I have two data grids, 1 on the left of a form and 1 on the right side, and as I expand the size of the form I would like them both to fill the new space, each grid always taking up 50% of the available space. I tried this setting both of their Dock properties to Fill but they both
|
| Getting the index of an Image from an ImageList - HOW? | 05 Sep 2003 09:41 GMT | 10 |
This seems like something that shouldn't be very difficult. But, how is one supposed to get the index of an image in an image list from the reference of the image? I'm using VS .NET 2003 with .NET 1.1 and it says the "IndexOf()" method of
|
| Controls draw slow on forms | 05 Sep 2003 08:52 GMT | 12 |
I have a simple Help->About window with about 15 labels, 5 buttons, and 2 web links in VB.NET. It also has 2 pictureboxes, an icon 48x48x32bpp and the other 180x180x8bpp. I am running a decent machine at 2.4GHz,
|
| Image in Winform Header? | 05 Sep 2003 03:12 GMT | 1 |
Is there a way to put a "background" image in the header of a winform? Thanks!
|
| Getting the value of an MDIParent control | 05 Sep 2003 03:06 GMT | 3 |
I'm creating a simple mdi windows forms app. I have some radio buttons on the MDI Parent that I want to access from the child forms. Is there any other way to access the control than by using the index of the control in the Parent's controls collection?? There has to be a way to ...
|
| Override Dock | 05 Sep 2003 02:27 GMT | 2 |
Hi NG, I have a problem: I want to verride the Dock-Method that the control fills the form, but keeps away 1 pixels from the edges, so I have a border. Thank you for your help,
|