| Thread | Last Post | Replies |
|
| Installing VB problems | 21 Jan 2004 19:08 GMT | 2 |
Help ..I am trying to install visual basic 6.0 on windows 2000 with service pack 4. I am getting an error message: <process has already exited> has generated errors and will be closed by windows. You will need to restart the program
|
| VB Garbage showing on Screen after I print | 21 Jan 2004 18:16 GMT | 2 |
I have a form that writes to a text file. Every time I execute my routine that writes to the file, I get the number 11 showing in the top left of my screen. If I print again, I get another 11 under the last one and so on. There is no text box or anything where the number
|
| Is it possible to shutdown WinXP without logon? | 21 Jan 2004 18:10 GMT | 1 |
Hi. I write little program which shutdown system. It uses InitiateSystemShutdown function and it works fine when user is logged but it doesn't work when no one is logged :-(
|
| Help!!! Applet Designer 3.0 trial VB->Java applet converter | 21 Jan 2004 18:02 GMT | 2 |
Has anybody Applet Designer 3.0 trial? I lost it somewhere and now it can be very helpful. ad30.exe file about 3MB. thanks in advance
|
| Redim computationally expensive? | 21 Jan 2004 14:22 GMT | 4 |
I have some 2-4D arrays that are filled by several different subs. Instead of maintaining a global or module level counter, I'd rather redim the array after each sub is finished, and start the next sub out at ubound(ary).
|
| WriteFile (or CreateFile) Why doesn't this work | 21 Jan 2004 14:17 GMT | 6 |
Copied directly from exaple book but not working.... All i get is an empty 0 byte file Call to GetLastError directly after the call to WriteFile returns 0 (NO_ERROR) but no data sees to be written :-(
|
| menus not really disabled | 21 Jan 2004 12:45 GMT | 1 |
I have disabled the top-level menu items in a project during a specific time during program execution. Though they are "disabled", during a graphics loop if the user clicks on a menu, the graphics loop execution stops and won't start again until the user clicks somewhere on the ...
|
| Problems When Connecting and Disconnecting to an Access Database in VB6!! HELP!! | 21 Jan 2004 10:19 GMT | 3 |
I'm having trouble with a little programme of mine where I connect to an access database. It seems to connect fine, and disconnect fine, but then after it won't reconnect, I get the error "operation is not allowed when object is open" so I take out the line of code:
|
| Database, inserts, etc | 21 Jan 2004 05:09 GMT | 4 |
Hi. I'm using VB 6.0, and I'm connecting to an Access database. I open two tables which are joined. I'm trying to insert a new record, and only have one of the tables affected. I'm not having much success. I can open the records, surf through them,
|
| Non-Modal Message Box | 21 Jan 2004 04:19 GMT | 5 |
Quick question: Is there a way to create a non-modal message box in VB? For example, if you wanted to have a message box come up and still be able to interact with the application. TIA,
|
| SOAP SDK setup/usage - not recognizing httpconnector type | 21 Jan 2004 03:35 GMT | 2 |
having all kinds of trouble getting the most rudimentary SOAP client application to run. Dim Connector As SoapConnector Set Connector = New HttpConnector
|
| How to check the size of an Array? | 21 Jan 2004 03:35 GMT | 14 |
I want to loop through an Array, but I don't know how... How can I do that? How can I see the size of the Array? Yours, Jonas
|
| anyone have obsolete rope.dll from soap toolkit 1.0? | 21 Jan 2004 03:33 GMT | 2 |
Inherited a little vb app written with soap toolkit 1 beta & rope dll. Want to run it and am too lazy to rewrite it, but lost the C: drive of the machine it came from and can no longer find / download rope.dll. Anyone have a copy of the obsolete dll available for sharing?
|
| Visual Basic / Staroffice | 20 Jan 2004 22:40 GMT | 1 |
who can help me in using Staroffice 7.0 (starcalc) with visual basic. I want to readout data from a starcalc spreadsheet and also write data to the spreadsheet. The problem is that I can readout but can't write to the
|
| Matrix and Perspective | 20 Jan 2004 20:28 GMT | 2 |
My first question is are you able to use a matrix in Visual Basic (not a multidimensional array). Becuase I would like to be able to multiply matricies, if not I could do it in a subroutine, but jsut seeing if basic supports matricies and matrix math. Also I need a
|