| Thread | Last Post | Replies |
|
| How to "Map" a Network drive using Visual Basic | 11 Jun 2004 10:39 GMT | 8 |
I have written the following VBScript program. It is stored into a file "map_drive.vbs". It successfully mapped to a network drive \\server1\data. Dim WshNetwork
|
| Owner Drawn Objects - VB6 | 11 Jun 2004 03:30 GMT | 1 |
I was wondering how to create objects in vb6. In this meaning create my own RichTextBox or my own Listview. I believe it is done threw a pciture box but i cant find anythign about it. Any Help is Aprreciated. Thanks,
|
| Recordset or Object is closed HELP PLEASE! | 10 Jun 2004 22:16 GMT | 8 |
Guys, I am getting this stubborn error anytime I try to do anything with my recordset: '3704' Operation is not allowed when the object is closed.
|
| Send email | 10 Jun 2004 21:00 GMT | 4 |
I've been toying with some ideas for sending email attachments using the default client rather than write something of my own, so the user gets to use something already famiiar to them. Then I came across the drop target (MAPIMAIL) in the send to folder. Is there a way to use this?
|
| Dropdown menus | 10 Jun 2004 20:31 GMT | 1 |
Can anybody help me? I am trying to create two drop down menus, where the results of the second one vary depending on what was selected in the first one. I am using Visual Basic Editor in MS Front Page 2000 to do this. In my first menu, I want "English" "German" and "Russian."
|
| Programming Function Keys | 10 Jun 2004 17:14 GMT | 3 |
We're re-writing our DOS order entry using VB. Our old program used function keys extensively. Now we're replacing these with command buttons; however, we still want the function keys to work as they did before. To explain this as simply as possible, for example, the F6 key would ...
|
| Expert Help - character encoding | 10 Jun 2004 16:55 GMT | 25 |
Here's the problem i have: I have a couple of DAT files which contain data. The data is retreived by obtaining an offset value from a database and then opening the file to get the data from that point. All easy so far...
|
| Resource file | 10 Jun 2004 16:49 GMT | 7 |
How can I write string and its ID to resource file (.res) from VB6.
|
| What is causing .tmp files on C drive??? | 10 Jun 2004 15:28 GMT | 7 |
Hi all, hope someone can help me figure this one out. I do not know if they are related or not, but I have recently installed SP 6 for VB6. After that, I noticed that when I run my program, whether in debug mode or after compiling, blank temp tiles with the ext of TMP are
|
| Problem with saving CSV files | 10 Jun 2004 14:42 GMT | 1 |
I made an application in Visual Basic .NET. It read CSV files (; separated files) place the text in a class, make changes and saves a new CSV file. When I read the original file and place it in a flexGrid, there is no
|
| VB SP6 and Windows 2000 pre SP4 problem | 10 Jun 2004 13:59 GMT | 1 |
I have a small ap that has been used on many machines with no problem. Recently 2 things happened, I updated to SP6 on VB6 and one of our employees had his machine crash which was rebuilt in a hurry with Windows 2000 and SP2 put on.
|
| Frozen DLL forms | 10 Jun 2004 10:27 GMT | 8 |
I have a VB6 DLL that contains a class and a number of forms. A method of the class shows any one of the forms modally, depending on the method arguments. The method is called from a modal form in the host application (also VB6).
|
| Please help. MSComm output | 10 Jun 2004 09:26 GMT | 2 |
How do you transmit binary data to a serial port? I added an MSComm control to my form and set the following properties in my form load event CommPort.CommPort = 1
|
| Web browser and IE compatibility | 10 Jun 2004 00:29 GMT | 1 |
I am creating a VB6 app to view word documents, using a web browser object to display the doc (b/c of limitations of a Word OLE). The computer I'm using has IE 6 installed. My question is, will the users of this app need to have Internet Explorer installed? If so, would
|
| when scrolling a form vertically the "y" coords of a picturebox are reset! | 09 Jun 2004 23:20 GMT | 1 |
I am writing a small game that is using a form 800 * 600. The form can be scrolled vertically up to a height of 1200 (basically the form can be scrolled down one screen vertically). The user controls a picturebox (my sprite) with the cursor keys
|