| Thread | Last Post | Replies |
|
| Temporary debug folder | 30 Sep 2004 09:34 GMT | 3 |
Can anyone tell me which folder VB6 uses to store temporary files when running in debug mode? TIA SW
|
| USB function , ByRef argument type mismatch | 30 Sep 2004 06:05 GMT | 5 |
I meet a problem when I compile my USB code, and I get this error message ============================ Compile error:
|
| Controlling Explorer Views | 30 Sep 2004 05:02 GMT | 5 |
Is it possible to change the default explorer/my computer views to detail and have show system files on via vb6? Is this in a registry setting somewhere? Has anyone ever done anything like this? Thanks in advance.
|
| listbox and combobox items are invisible | 30 Sep 2004 01:32 GMT | 1 |
Some recent Windows update caused a change in Visual Basic - Visual Studio 2003 that causes the following aberrant behavior: Items added to a listbox (or combobox) creates invisible items (that can be selected).
|
| Brushes and Layers | 29 Sep 2004 23:09 GMT | 2 |
Does anyone know how programs like Photoshop and PSP draw their layers so fast when using the brush tool. I've noticed that if you have ten or so layers and you move one near the bottom, the time it takes to draw the layers is noticable. However, if you use the paintbrush to draw ...
|
| Database Records | 29 Sep 2004 20:54 GMT | 4 |
I'm using a data control from VB 6.0. I know how to add records, but I don't know how to look for one that already exists. I need to find it and show the fields in the form. How do I do that?
|
| Converting Excel Macro to VB6 | 29 Sep 2004 20:43 GMT | 5 |
Hi, i'm trying to convert a macro that i have in VBA to VB6 code. I've worked on it for a while and am having trouble especially with the advanced filter and the "for each cell in" sections. Below is the VBA code that i'm trying to convert. If there is any help that you could
|
| Word 2000 and VB.NET | 29 Sep 2004 20:29 GMT | 14 |
I am currently writing a database application in VB .NET 2003 which requires some of the data inputted into it to be exported to Word 2000, on the development machine it has Word 2003 installed. The problem is when my application starts up it loads multiple instances of
|
| Some erros while opening a project. | 29 Sep 2004 20:25 GMT | 1 |
Hi group, I've been programming on MS Access 2000 for about 6 months. And i've thought it could be like VB6. So, the trouble:
|
| MinButton=True | 29 Sep 2004 20:11 GMT | 10 |
Yes - min button = true ================== in immediate mode
|
| RTF "parcer" - just thought somebody may need that | 29 Sep 2004 20:11 GMT | 5 |
I was working with RTF files today, got tired viewing rtf internals in Notepad. So I really quickly wrote that rtf parcing thing. Thought that a Treeview can show the rtf hierarchy a little better.
|
| Executing vbscript in VB 6.0????? | 29 Sep 2004 20:04 GMT | 2 |
I'm new to VB 6.0 and this may be a very silly question so I apologize in advance. I am fairly experienced with vbscript and was wondering if I can execute vbscript via VB 6.0. What I want to do is build a simple GUI wrapper for a
|
| Verify path\filename of a shortcut | 29 Sep 2004 19:44 GMT | 2 |
I was initially going to post this as a question, but I discovered an answer in the meantime: How to verify the path\filename of a shortcut (without launching the shortcut):
|
| Transparent controls in VB 6.0 | 29 Sep 2004 19:35 GMT | 2 |
Does anyone know of a method (or third party tool) to make a frame control in VB 6.0 semi -transparent so that I can see controls underneath it but also partly see the frame too? Many Thanks in advance
|
| Starting Microsoft Applications from VB | 29 Sep 2004 19:27 GMT | 1 |
I need to start Microsoft Word from a VB application. What is the proper way to do this. Also what if Word is not installed on the client computer (Is a message returned).
|