| Thread | Last Post | Replies |
|
| OpenFileDialog problem | 07 Dec 2007 18:04 GMT | 3 |
I need to allow users of an application to browse their personal "favorites" folder, GetFolderPath(Environment.SpecialFolder.Favorites) to select a URL/Shortcut which will be stored (not the filename but the url within) into a table within a database.
|
| Treeview is slow as it's getting bigger. | 06 Dec 2007 23:16 GMT | 2 |
I have a treeview that is part of a window's explorer like app. When the number of records was small (under a thousand) it worked great. Now that my dataset is getting bigger, it's taking longer and longer to load. I realize I could rewrite the code so that it only loads the ...
|
| How do you get parent form with non-visual control/component? | 05 Dec 2007 19:11 GMT | 13 |
We have a vb6 control that performs custom resizing functionality. I've successfully converted it to .NET and it works. However, I want to take advantage of the non-visual concept in .NET that allows you to create controls for placement on the component tray. This RESIZE ...
|
| Labels drawn differently in IDE and runtime | 04 Dec 2007 00:53 GMT | 8 |
In VB2005 I have noticed that Label controls with AutoSize = True in a UserControl are drawn differently in the IDE than at runtime (on the same computer). As a result my forms don't look like I expect at runtime. Labels with AutoSize = False appear the same.
|
| Diary Control | 03 Dec 2007 00:12 GMT | 5 |
does a diary control exist in windows forms, where i can store and schow dates? Regards, Markus
|
| How to use the GUI with the real program? | 01 Dec 2007 19:32 GMT | 2 |
I would appreciate it if you can give me a hand here. I want to use the code in the coming paragraph to do the following when the "IN" button is clicked (InBtn_Click): 1- Create (or open) output.txt, and
|