| Thread | Last Post | Replies |
|
| Proxy Server! | 26 Dec 2004 18:35 GMT | 3 |
Have some one write a proxy server, like invisible browsing or similar? Regards, Stanley
|
| using vb6 & access 2000 | 26 Dec 2004 11:04 GMT | 5 |
when i try to access an mdb database using the set command i get an error stating that the mdb is not an access database the database is an access2000 and i'm using vb6 hb
|
| Slow parsing of XML file | 26 Dec 2004 09:19 GMT | 1 |
Hello everybody, merry christmas and happy new year! Despite hollydays the work goes on and I decided to learn how to parse XML files with VB. I browsed the web, found some tutorials and example codes and the example I made, seams to work - but it works very slow.
|
| Merry Christmas to all | 26 Dec 2004 08:52 GMT | 12 |
http://web.icq.com/shockwave/0,,4845,00.swf
|
| Newbie Question | 26 Dec 2004 07:10 GMT | 2 |
I have a question. I am using randomize to pick a random number between 1-5. Each number represents a question. Once the number has been picked and the question has been answered, how can i make the program NOT use that same number twice? TIA Uncle
|
| Detecting | 25 Dec 2004 04:26 GMT | 4 |
Hi everyone! Is it possible to know whether it is laptop or desktop computer? Thanks!
|
| simple printing to LPT using VB 6 on XP | 24 Dec 2004 20:34 GMT | 3 |
I am having problems just with the following..... open "lpt1" for output as #out print #out,"hello world" close out
|
| array's | 24 Dec 2004 20:13 GMT | 4 |
Is there an other way to deal with the following: redim array1(3,newindex) array1(0,newindex) = array2(0,10) array1(1,newindex) = array2(1,10)
|
| Public vs private in interface methods | 24 Dec 2004 17:38 GMT | 1 |
If I create a class that implements a given interface, the IDE will ALWAYS create those methods as private (in the class definition). I always, and I mean always, want them to be public, so everytime I create a new class for a given interface, have to manually change
|
| Self-Destroying | 24 Dec 2004 09:31 GMT | 5 |
I'm trying to make an exe, that will destory itself at certain time, but it always show error message "Path/File access error". I use this code Kill App.Path & "\" & App.EXEName & ".exe"
|
| No records displayed with msflxgrid.ocx | 24 Dec 2004 02:39 GMT | 1 |
For this problem I need your help, because I realy don't know what is happening. I've got a VB6 program with the msflxgrd.ocx control, wich shows data out of records in an Access database.
|
| Return value from VBScript to VB Program | 24 Dec 2004 02:31 GMT | 1 |
Hope someone can help. I need to have a program that dynamically creates a VBScript file that will return a value to the VB program when executed. Does anyone have any idea how to do this? David
|
| VBS prod | 24 Dec 2004 00:31 GMT | 1 |
Hello everybody i have a prob with the WScript.Shell.Run I made Set Shell = CreateObject("WScript.Shell") Return = Shell.Run(Wscript.Arguments(3) & " " & Wscript.Arguments(4) &
|
| Destroy Instance of Excel | 23 Dec 2004 21:14 GMT | 4 |
I'm at my wits end. I've searched the newsgroups and can't really figure out why the instance of Excel from the code below does not get destroyed. The routine populates a spreadsheet with some values. The file is
|
| Odd Form_Load problem, VB 6, SP 6, XP SP 2 | 23 Dec 2004 17:07 GMT | 4 |
Okay, here's the short version: my app (for testing purposes, mimicking a real app) consists of one module and two forms. The problem is this, when I leave Sub Main it .Show's Form1 and Form1 loads properly. In Form1's _Load event there is code that changes a line control on the
|