| Thread | Last Post | Replies |
|
| Use VBScript to enumerate currently logged on users??? | 27 Mar 2006 18:49 GMT | 1 |
All, I have seen many scripts using Win32_LogonSession but none of them eliminate all the stale sessions. I desperately need help doing this. Right now I am using vbscript to execute the "query user" command but dealing with the output of that is very messy! Please help!
|
| "Save As" question & file extensions | 27 Mar 2006 18:45 GMT | 7 |
I am confused as to how VB 6 saves projects. I would like to be able to make a folder for each day, say, 032306, copy the project I'm working on and put it in there. I realize if you do this, you have to do a "Save As" or it just makes a reference to the form residing in ...
|
| Iterating through textboxes in vb .net | 27 Mar 2006 18:27 GMT | 3 |
First here his the design of the program I am writing: http://www.villagephotos.com/members/viewimage.asp?id_=16403136 What I need to do is iterate through each level of the elevator starting at level 1 (the lobby.)
|
| VBEvents ContextMenu MapObjects2 | 27 Mar 2006 13:58 GMT | 3 |
I have a strange problem with MapObjects and ContextMenu when I show a context menu in the MouseDown event of a MapObjects2.1-Map something goes wrong: after the next DoubleClick on the map (it must be the one
|
| setting file security permissions using VB | 27 Mar 2006 13:49 GMT | 4 |
I am developing a simple file copying program using VB 6.0, and need to include some basic file managment features. The jist of the program is to allow a user to select a number of files (in this case, Excel files) from a mapped network drive, and have those files copies to his ...
|
| prob with capturing dos program standard out | 27 Mar 2006 11:50 GMT | 1 |
Firstly I am new to VB (never got around to learning it) and I have read the old thread regarding this ( [url]http://www.codecomments.com/archive293-2005-6-524309.html[/url] ) And ironically I had already stumbled on the same code segment from
|
| Get source code from visual basic .exe file | 27 Mar 2006 11:38 GMT | 6 |
I have an .exe file in for which we do not have the source code. The .exe was written in vb 5. The program is very important to us. Is there a wasy we get to the source code from .exe file.
|
| Please help!!! | 27 Mar 2006 04:53 GMT | 2 |
I'm working with vb6, and having to connect to a Microsoft Access database that the user picks out. I have this part working great - I'm connected. However, the table names are different from db to db (such as station1data, station2data, etc.) I need to find a way to determine ...
|
| Does a program know what function it is in? | 27 Mar 2006 02:07 GMT | 1 |
In other words can I put up a MessageBox that says: "Now in function : " & strFunctionName and set strFunctionName programatically? Thanks.
|
| Form_Activate Event when selecting from another app | 27 Mar 2006 00:11 GMT | 41 |
I'm writing a VB6 Program that uses picture boxes (its a scheduling program and uses lines to graphically display peoples shifts) and everything is going along smoothly except.... when the form loses focus to another application, and then regains focus,
|
| VB6 MYSQL - > Trying to load ascript file from VB6 - | 26 Mar 2006 23:59 GMT | 1 |
I have MySql 4.1 with VB6. I need to run a batch file via VB6 code which contains a bunch of create table statements & inserts of data. To do this from the command line of MySql I do,
|
| VB.NET throws "Application is ambiguous" exception | 26 Mar 2006 23:56 GMT | 4 |
Could someone tell me how I can get around this issue, please? My application has to call a COM object that exposed 'Application' class. unfortunately, I also have a line of code "Application.Exit()" where in this instance, 'Application means the main application (system.forms ...
|
| List of ProgID values? | 26 Mar 2006 23:45 GMT | 2 |
Is there an easy way (or a single resource) that reveals each ProgID value to be used for each control when using the Comtrols.Add function? Thanks -
|
| How to lock just the keyboard system wide | 26 Mar 2006 18:26 GMT | 2 |
While I'm browsing the web my 9 mth old baby likes to hit the keyboard so I want to write a little app to lock the keyboard. This way she can keep playing with the keyboard without disturbing the PC. I plan to have an icon on the tray that I can click to enable or disable the ...
|
| VB6 Runtime Files? | 26 Mar 2006 18:09 GMT | 3 |
Using SaveSetting to store text in the Registry saves it in HKEY_CURRENT_USER\Software\VB and VBA Program Settings\AppName but where will it store the text if VB6 is not installed in user's machine? I was told by someone that to use SaveSetting & create an entry in the
|