| Thread | Last Post | Replies |
|
| Console.WriteLine does not appear to work | 13 Jul 2005 15:48 GMT | 4 |
I am reading a VB.net book which includes many samples where the author uses the Console.Writeline feature to illustrate a point. I assume that is Console.Writeline is supposed to send something to the Display. Any reason why that may not work on my system ?
|
| Retrieving root namespace from within a module | 13 Jul 2005 15:10 GMT | 3 |
I am trying to write a generic piece of code that I can copy between projects that uses the current project's root namespace as part of its function. I can easily retrieve this value when I am running in a class by doing the
|
| How to do AutoPlay? | 13 Jul 2005 15:08 GMT | 4 |
I have a vb.net application program. I want to add AutoPlay function which can launch the program when user plugging a memory stick in USB port. How to do that? Please give me some instructions. Thanks in advance!
|
| Checking for handlers for in-built events | 13 Jul 2005 15:03 GMT | 1 |
I know that when I define my own class with an event, eg Public Class Foo Public Event Bar ...
|
| connecting to existing access db | 13 Jul 2005 14:37 GMT | 2 |
Thanks in advance! I have recently started migrating my MS-Acesss front-end from the Access platform to a VB.net2003 front-end for more flexibility. The access db is not split. I am having trouble figuring out how to connect my Vb.net to the access database tables. I went
|
| system tray help | 13 Jul 2005 14:26 GMT | 1 |
Re - systray help This is my code for function which i have written in modulemain() and if multiple instances of an application are detected then after execution of following code to restore the
|
| ComboBox Control | 13 Jul 2005 14:02 GMT | 2 |
Is there any way I can disable certain items in my ComboBox control? Thanks, Raju...
|
| VB.NET keeps losing / mangling controls | 13 Jul 2005 14:00 GMT | 2 |
Our team has been having trouble with VB.Net dropping the TrueDBGrids off of the forms. It will be fine for weeks, then the problem will strike again. You go to compile and the grids are gone. I thought it was a problem w/ CompentOne's control until yesterday when tab pages got ...
|
| UserControls And Properties | 13 Jul 2005 13:59 GMT | 1 |
I've created a new usercontrol which has a label and a textbox on it. Like in the code snippit below. My problem is that when I use this control and set the value of the caption to "TEST" via the properties window, once I build the application, the value
|
| TreeView Highlite Node on mouse-Over | 13 Jul 2005 13:58 GMT | 2 |
Whats the best way to highlite the tree node text when the cursour hovers over the node text? I thought it would be simple but i can't get it to work. I can change the text color when I click on the node but not when I hover over it.
|
| Sample for CollectionEditor | 13 Jul 2005 13:53 GMT | 1 |
Anybody have very basic sample for collectionEditor with compose of two items. I looked online but they have complex version which I don't understand Thx
|
| CheckedListView & Dataset | 13 Jul 2005 13:51 GMT | 1 |
Can anybody point me in the right direction for reading up on this type of functionality? Basically I have a CheckedListView with a number of entries. As the items are checked and unchecked, I would like to update a dataset and ultimately a
|
| Trap form closing | 13 Jul 2005 12:57 GMT | 3 |
I have a project that has 2 forms, the main form displays various sql data items and the second form is for editing / updating 1 particular table. I would like to refresh a dataset on from 1 when form 2 closes. How
|
| get the path to my documents | 13 Jul 2005 11:17 GMT | 1 |
I need a help regarding how to get the path description to My Documents. I need to use this value depending upon each machine which runs this application.
|
| Disappearing Command Buttons | 13 Jul 2005 11:16 GMT | 1 |
Ok heres the situation: I have a form, with a tabcontrol on it. When the form is started there are a couple of command buttons on the first screen and the rest of the tabs in the control are removed so only the first screen is displayed.
|