| Thread | Last Post | Replies |
|
| Get Associated Icon from File | 29 Oct 2004 16:49 GMT | 4 |
I have download from site Microsoft the procedure for Get Associated Icon from File Article is : "How to use the SHGetFileInfo function to get the icons that are associated with files in Visual Basic .NET"
|
| for each loop in a checkbox | 29 Oct 2004 16:07 GMT | 13 |
I have six checkboxes so I went to see it and os them are checked and if so add 50 to the total heres my code Dim arrchecks(6) As CheckBox
|
| Debugger Don't Work With Component In Design Mode | 29 Oct 2004 15:54 GMT | 5 |
I have a component I'm writing. It appears that the debugger simply doesn't work when in design mode. For example: build the component drop the component on a form
|
| Making Exe and Package | 29 Oct 2004 15:38 GMT | 1 |
I am using PDW in VB, is there any wizard to make package in VB.Net? Replies will be appreciated.
|
| very simple question | 29 Oct 2004 15:35 GMT | 4 |
Hi at all, i need to know if there is a statement in vb like "continue" in c++; to use in statements loop. I'm using vb net but i think the question is the same for vb 6 language.
|
| Inheriting from a UserControl | 29 Oct 2004 15:26 GMT | 4 |
I would like to do the following: Create a class that inherits from a usercontrol. Then add a control to the designer Call this new class ClassA. Many controls I need will start off like this so I'd like to create all
|
| Threading Performance | 29 Oct 2004 15:23 GMT | 7 |
Hi Again, I'm still playing with this space invader type game, and I have the alien wave on the main UI thread which works wuive well, I have also got a SpaceShip on its own thread which scims acrross the top of the screen, but
|
| How to change the Startup Mode of a Service? | 29 Oct 2004 14:45 GMT | 4 |
On one PC, I have several services, all of which need to run, some of which I am writing, and some of which (such as SQL server) I am not writing. My overall goal is to have a restartable, stable system. One of my services is a "system monitor" which controls the startup of the ...
|
| Dependency Problem | 29 Oct 2004 14:45 GMT | 1 |
One Solution , five projects. A Class Lib B Windows Forms ( Startup Project ) C Class Lib
|
| How to configure DateFormat in a DateTimePicker control | 29 Oct 2004 14:32 GMT | 2 |
The default configuration of a DateTimePicker is "Friday , October 29, 2004" how to change to "10/9/2004"
|
| overriding enums | 29 Oct 2004 14:30 GMT | 3 |
what is the best way to simulate the following line of code Public MustOverride Enum Test ... I have a data access base class and am using an enumeration in each child
|
| Calling public subs | 29 Oct 2004 14:19 GMT | 4 |
From Form1 I call a public sub in a module. The sub writes on Form1. Problem: the call creates a new Form1 and writes on it, instead of writing on the one already shown Form1. I have
|
| Email-address validation | 29 Oct 2004 14:18 GMT | 25 |
Simple question: Does Framework (1.1) contain any routine to check entered email-address is valid ? It's quite easy to make own code for that purpose, but why to do if Framework (1.1) contain this kind of routine.
|
| Synching information to/from Windows Mobile 2003 Device | 29 Oct 2004 14:11 GMT | 1 |
We have an access db which records daily orders. We would like the orders to be downloaded to a windows mobile 2003 device via usb cradle. Drivers then take along the device and get signatures from customers when items delivered. Once drivers are back, the information to be synched ...
|
| Custom tracing | 29 Oct 2004 13:59 GMT | 1 |
I'd like some custom tracing for my application. Along with the usual stuff like Message and Category I'd like to save what level the trace was at and what time it occurred. I'm not sure about using the standard levels either, but that's another
|