| Thread | Last Post | Replies |
|
| Writing on CD Through VB Code | 06 Jul 2004 17:32 GMT | 7 |
Just like we use Copy command to write on Floppy or any hard disk file , Can we use the same method to write on CD if the machine has CD Writer On it? Regards Sathian
|
| registry help | 06 Jul 2004 17:03 GMT | 1 |
Does any one know where in the registry, the default Keyboard layout is. -- Garry
|
| How to read registry | 06 Jul 2004 16:59 GMT | 2 |
How to registry read and their related information and values like Name, Type and data information? --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com).
|
| Show only Fixed Drives in Drive List? | 06 Jul 2004 16:55 GMT | 5 |
Does anyone have a way to show only drive type 3, (fixed drives) in the dropdown drive list object. I am using VB6, I thought this was easy out of the box stuff, but seems not to be. Many thanks
|
| Odd Multiplication behaviour | 06 Jul 2004 16:42 GMT | 8 |
I am doing the following simple multiplication: AnswerLabel.caption = Val(somelabel.caption) * MyClasstoRetrieveaValue.thevalue the caption property of somelabel has the value 1 and thevalue propery
|
| Reading the Serial Port (OnComm Event) | 06 Jul 2004 16:23 GMT | 5 |
I have an application which uses a C++ DLL to communicate with a device on the COMM1 port. The DLL is provided by the manufacturer of the device. This DLL allows to the commication to be started and control of the device. It does not provide functionality to retrieve responses ...
|
| using .net effectively | 06 Jul 2004 15:23 GMT | 1 |
coming from vb and asp world, .net has been somewhat of a pain to get through one thing in particular is using it well i can arcitect an ASP site no problem, multiple developers, build a com,
|
| Data Source Class in VB 6.0 | 06 Jul 2004 14:49 GMT | 3 |
Hello all. Does anyone have a working example of a DataGrid bound to a Data Source Class? I am havign troubel findind example, and anything more than just theoretical. Bascially, I have a Class that hold the data and business logic. I want to
|
| Newbie question - How to convert string to text | 06 Jul 2004 14:20 GMT | 7 |
This should be an easy one, but everything I have tried does not seem to work I have a number stored as a string such as 9.25. I want to multiply that by another number stored as a string say 25 and end
|
| Create a DSN | 06 Jul 2004 13:44 GMT | 5 |
Is it possible to create DSN on a client computer, by creating a VB app. Kind Regards Rikesh (VB6/SP6/W2K)
|
| VB6 MDI Child forms in DLL ? | 06 Jul 2004 12:52 GMT | 6 |
Does anyone know if it is possible to display MDI Child forms stored in a DLL ? Maybe using some APIs, but I don't know how... If anyone know a place where I can find some usefull informations, I will be very interested...
|
| Immediate anomoly | 06 Jul 2004 12:20 GMT | 2 |
Can someone explain the following anomoly in the immediate window to me? ?isdate(1) False
|
| VB res file | 06 Jul 2004 09:06 GMT | 2 |
If it possible to edit VB's string table, within the *.res file at run time? Thanks in advance Robert, Inverness
|
| Reffering Control Array...And Setting to Another | 06 Jul 2004 07:55 GMT | 7 |
I am facing a problem in VB6.In my from there is a control array of 5 textboxes. Text(0)...Text(4).Now I want to create another control array of textboxes through code.
|
| mapi outlook express del dup mail | 06 Jul 2004 03:33 GMT | 2 |
Ok I have followed every lead I can find I have the mapi component installed in my form VB 6 I cant find vbmail.vbp which the help says should be in the samples
|