| Thread | Last Post | Replies |
|
| Xp Style title bar | 23 Dec 2004 11:31 GMT | 1 |
Hi.. I wanted to replace form's title bar with new one which will look like xp form title bar -Thanx
|
| Forms flash | 23 Dec 2004 11:11 GMT | 4 |
I'm creating forms dynamically and their contained controls programmatically, rather than using the Form editor - using Controls.Add(Control). Some forms created in this way cause the form underneath it to flash
|
| Process.Start doesn't pick up new registry and environment variabl | 23 Dec 2004 06:08 GMT | 2 |
I have the code below, I am spawning two process to run two external programs, they need to be run in order. the first one will install some files and registry and environment variables, the second one will do something else, assuming the registry and env vars are there.
|
| How to check if AddHandler has been done | 23 Dec 2004 01:12 GMT | 4 |
How can I determine if a AddHandler already has been specified for a specific event. Sub TestEvents() Dim Obj As New Class1()
|
| "Unroll" a form right to left | 22 Dec 2004 20:18 GMT | 1 |
I have a dialog form that I usually render from left to right using a timer. I.E. I start with a width and height of 1 and increase both in a timer event until I get to the desired height/width. Gives a neat little unrolling effect that doesn't add anything to the app but makes ...
|
| Usercontrols. Are they worth the effort? | 22 Dec 2004 18:38 GMT | 6 |
I have a form that is approximatly 5000 lines of code. I estimate that about 70% of this is designer generated code for my controls on the form. Would it be worth it to group some of the controls on the form into user controls to reduce the size of the form?
|
| OnDragEnter doesn't fire on empty TabControl | 22 Dec 2004 18:11 GMT | 2 |
Can someone tell me why you cannot drag something onto a tabcontrol with zero tabpages? I have a kind of 'docking' interface and relies heavily on GDI+, a screenshot is available here: http://netron.sourceforge.net/Biotron3Shot.jpg
|
| Unhandled Exception Error | 22 Dec 2004 14:35 GMT | 2 |
I am using vb.net (VS 2003) on an XP and get the following error message: An unhandled exception of type 'System.NullReferenceException' occurred in system.windows.forms.dll Additional information: Object reference not set to an instance of an object.
|
| What is Nothing? | 22 Dec 2004 13:22 GMT | 10 |
I need to understand some basic definitions for things like null, dbnull, and nothing Is setting a string variable to an empty string "", the same as setting it equal to nothing. If there is some published ms document that discusses
|
| scrollbox width | 22 Dec 2004 13:17 GMT | 1 |
Am I missing something or does a scrollbar (be it the h or v flavour) not support setting the scrollbox width explicitly? How can I set the box width explicitly? T.I.A.
|
| Global value from login | 22 Dec 2004 06:58 GMT | 4 |
The application requires that a user login, part of which is to identify the company he wishes to work on. The company field is used throughout the application as a SQL selection field used in many queries. There are many modules which
|
| Reproduce The Style of Explorer 'My Computer' Page | 22 Dec 2004 06:04 GMT | 4 |
Can anybody point me to any examples of reproducing the 'My Computer' page in Explorer - it appears to be a ListView but has headings like 'Files Stored on This Computer', 'Hard Disk Drives' that span across columns.
|
| GridLineStyle | 21 Dec 2004 22:43 GMT | 2 |
Datagrids only have two line styles: None and Solid... is there a way to display a table in a datagrid with horizontal or vertical lines only ??? what about defining a custom DataGridTextBoxColumn class and
|
| AxSHDocVw.AxWebBrowser | 21 Dec 2004 21:26 GMT | 1 |
First, I hope this is the correct newsgroup for my problem. My apologies if it isn't so. The AxWebBrowser is driving me crazy at the moment. In my application I want to catch all the clicked links from the user
|
| How to show + in TreeView | 21 Dec 2004 21:20 GMT | 4 |
For efficiency reason, I do not want to populate all the nodes with children of each in a treeview. I will just bring root nodes. How do I show a + sign without adding children nodes? The reason I want to do this is that I want to show a + sign so that users
|