| Thread | Last Post | Replies |
|
| WMI check for logged users not reporting all | 26 Jan 2007 15:44 GMT | 2 |
I am on vb6 sp6 and am writing a util to display all users logged into a server {2k & 2k3}. The code so far is: strComputer= "TheServerName" set objWMIService = getobject("winmgmts:" &
|
| Optimizing CPU usage | 26 Jan 2007 15:20 GMT | 3 |
Which one will be better: create an array of BYTES or of INTEGERS for the purpose of finding the average value of the array? There are between 50 000 to 100 000 elements of array and I am looking for
|
| Deteting memory in subclassed controls | 26 Jan 2007 15:13 GMT | 1 |
Iam am writing a sub classed control in VB6. The messages that I need to handle come from a 3rd party DLL. The documentation for the DLL has some C++ examples that state: IMPORTANT
|
| Custom Browser Associated Icon does not work | 26 Jan 2007 15:07 GMT | 1 |
Hi Friends At my workplace we are using a custom browser developed in VB6. Everything works fine, we are able to set it as the default browser.When we click on any html file it opens in our browser alright.
|
| Displaying a Form from within an ActiveX DLL | 26 Jan 2007 10:45 GMT | 4 |
I am trying to show a VB form from within an ActiveX DLL but it just seems to hang on me. I have a menu that uses a dll and I want a form to be displayed from that dll when I choose the menu item. As I said it just seems to hang on me.
|
| Detecting the Ctrl Key while using drag drop | 26 Jan 2007 09:36 GMT | 5 |
I would like to detect if the Ctrl Key is being held down while using dragndrop in VB6. If the user is not holding the Ctrl Key when draggingndropping then a normal dragndrop occurs, but if they are pressing the Ctrl Key while
|
| SearchProcessMemory? | 26 Jan 2007 01:52 GMT | 1 |
There's a function called ReadProcessMemory that'll dump the contents of some processes memory to a buffer. Is there a function that I can use to actually search the process for something specific? Alternatively, can I use string functions (such as InStr) on the buffer?
|
| GetLastInputInfo Woes | 26 Jan 2007 01:19 GMT | 3 |
I am having trouble getting the GetLastInputInfo API to work in VB.NET 2005. When I make the API call the value of dwTime is always returned as 0. I am expecting the API to return the Tick Count of the last Mouse/KB Movement. I can get it to work in VB6 but not VB.Net.
|
| Converting from VB3 binary to VB6. | 25 Jan 2007 23:25 GMT | 3 |
I have a farily small (15 forms) Visual Basic 3 project which I need to upgrade to VB6. However, my VB3 disks seem to be lost, and the files are saved in binary format, which means they cannot be opened in VB6. Does anyone have any ideas on how to find a copy of VB3? Or is there
|
| VB6 - Search through Word documents and text files | 25 Jan 2007 22:49 GMT | 6 |
My company's departments take notes during their weekly meeting and one way or the other the notes wind up stored on a pc in either MS Word format or wordpad or notepad, etc. What I am being asked to do is write an app that will accept a
|
| Stand-alone Application and .NET | 25 Jan 2007 20:40 GMT | 5 |
Can anyone out there tell me how an application built using the Service Framework in .NET can be run as standalone application? Thanks
|
| Making fields line up on a page | 25 Jan 2007 19:41 GMT | 2 |
Hi everyone! I am new so I hope I am posting my question in the right place. I have created a form in Office 2007 using Visual Basic Editor. I am trying to make two lines line up regardless of the number of characters before the fields. Example:
|
| How to make an About Dialog for ActiveX Controls | 25 Jan 2007 18:37 GMT | 1 |
How can I make an About Dialog for my ActiveX Controls in VB6? Thanks in advance
|
| Variant is a ... | 25 Jan 2007 17:21 GMT | 1 |
How do I tell what a Variant has been initialized as? Dim vThingy as Variant vThingy = cdec(0) ' obviously set to a decimal type. But some functions return variants but do not specify what type it is.
|
| Help: Explorer.exe appears to hang on login | 25 Jan 2007 17:20 GMT | 3 |
All, On a Windows Server 2003 machine joined to a domain, I'm seeing some inconsistent behavior with Explorer.exe when I log on to the machine. Logging on with a domain admin account, explorer.exe appears to just hang
|