| Thread | Last Post | Replies |
|
| Text property is Read only | 05 Jan 2006 15:21 GMT | 3 |
Hi, i am trying to display data from a database into a combo box. when doing so, i get the the error: text property is read only. the following line of code is highlighted: frmProducts.cboCat.Text = adoRecordset.Fields("CategoryID")
|
| Help!! | 05 Jan 2006 14:38 GMT | 1 |
How can I save my prodject as an exe folder
|
| Help!! | 05 Jan 2006 14:19 GMT | 1 |
How can I save my prodject as an exe folder
|
| VB6 IDE overwrites API declarations | 05 Jan 2006 14:13 GMT | 3 |
I have some project in VB6. Until yesterday, everything went fine. But today, everytime I open this project, VB6 IDE changes API declarations without any question.
|
| I am using visual basic express edition and I can't save it as an exe | 05 Jan 2006 12:48 GMT | 4 |
I am using visual basic express edition 2005 and I can't save it as an exe file Plzz help Me!!
|
| Interactive Program | 05 Jan 2006 12:23 GMT | 3 |
With VB you can create an interactive program that works on a CD but can this also work on a DVD? I think I know the answer but I thought I would just ask anyway! ... or do I need to use packages like Macromedia Director MX 2004?
|
| Timer accuracy. | 05 Jan 2006 09:48 GMT | 11 |
I am measuring UART speed via bluetooth virtual serial port. When client receive data it will ACK that data ASAP. but the timing only 10ms, 20ms, 30ms.... seems not really millisecond level. Could you please advice another method ?
|
| File finder | 05 Jan 2006 06:07 GMT | 1 |
What is the easiest way of knowing if a file (ie xyz.txt) exists in a particular folder (ie fold) or not. Thanks, Les
|
| Patience Tester | 05 Jan 2006 05:16 GMT | 14 |
Someone please offer me a concrete remedial measure otherwise I will go bald in the next few days! A MsgBox which is supposed to fire only once gets fired only once when I run the project from the VB6 IDE but when I run the EXE after
|
| userform - print landscape | 05 Jan 2006 03:27 GMT | 5 |
Happy new Year I am having problem print my user form in lanscape view. here is my code... Private Sub cmdPrint_Click()
|
| Divide-by-zero problems from C++ DLLs | 05 Jan 2006 02:59 GMT | 1 |
I'm having a bit of trouble with divide-by-zero errors (and overflow errors as well) coming from DLL calls to libraries written in C++. The problem seems to be that the C++ library executes a divide-by-zero or encounters an overflow. The library is set to not throw exceptions for ...
|
| Printer object/intellsense | 05 Jan 2006 00:24 GMT | 5 |
Am outputting to default printer but intellisense won't display print as a method of Printer object hence Printer.Print not found but does turn Print blue and capitalise as reserved word.
|
| save and re-store treeview after drag drop | 05 Jan 2006 00:13 GMT | 2 |
I am using a treeview with drag and drop in an Excel userform. This treeview has to be saved to a text file and then has to be restored exactly as it was from that text file.
|
| Script to remove files | 04 Jan 2006 20:42 GMT | 8 |
Is there a way to select files in a given directory that are greater than 7 days old and delete them? I have several different folders that I would like to purge every week. I was thinking that I would do this in a batch file so that I can run it
|
| Runtime Errors - best resource | 04 Jan 2006 19:52 GMT | 13 |
I am involved in a product that has been known to develop some Runtime Errors. Many have been sorted out by the developer, but I have to search the net sometimes for resources. Does anyone here know of some good sites that help with Runtime Errors - do they give clear indications ...
|