| Thread | Last Post | Replies |
|
| writing text in Mainframe from VB | 11 Apr 2007 09:55 GMT | 1 |
I am trying to create a GUI where just by clicking a button some code can be submitted in Mainframe. I can open the session using shell function. Can anybody tell me how I can pass some strings (for username and pwd) and Tab and Enter keys starting from the cursor
|
| Sound Devices | 10 Apr 2007 12:37 GMT | 15 |
How can I get a list of devices in the Sound CP of Vista? And which is the current default device? Thanks!!
|
| CallByAddress | 09 Apr 2007 23:35 GMT | 27 |
I wonder if there is a way to implement a callback in VB-6 passing and storing the address of a function to an object and then from time to time call this function, also with different 'actual' params each time.
|
| [vb .net] Monitor off calls don't work in Vista? | 09 Apr 2007 22:24 GMT | 10 |
:? <that's literally my face I've tried two API calls to shut off my monitor. Both are returning non-errors: Declare Function SendMessage Lib "user32.dll" Alias "SendMessageA" _
|
| shellexecute: Standard-action? | 09 Apr 2007 22:18 GMT | 2 |
Met this issue, when I tried to play different audio-files with the associated application. On my station, mp3 are associated to VLC-Player, m4a to realplayer. VLC needs this call:
|
| GetLogicalDrive | 09 Apr 2007 20:20 GMT | 4 |
I want to read all Drives and show it in a ComboBox in an Excel VBA Programm. Can i do this with GetLogicalDrive? Have u an example? Thanks for your help. Andy
|
| Trouble with serial barcode scanner | 09 Apr 2007 15:09 GMT | 2 |
hi friends, im new into Visual Basic 6, but finally i got a nice software. Just one thing, i cant read the last character the scanner is sending. It send a CR and LR characters, i dont know if that is erasing the last one.
|
| api avi | 07 Apr 2007 17:51 GMT | 3 |
Hello,i need know the api that play an avi file. Thanks in advance.
|
| - Open Source VB6 Project - | 06 Apr 2007 23:16 GMT | 6 |
I'm here to talk to you about an Open Source project named Vb System Library As you can see in its name, it is a library that contains functions that permits to get a lot of information of the system, thanks to the windows API.
|
| Changing service startup type on remote systems | 06 Apr 2007 20:14 GMT | 2 |
I am trying to write a little utility and it needs to check the startup type of a given service on a remote machine and, if it is disabled, set it to manual. I have found out how to do this on the local machine using ServiceInstaller.StartType, but I cannot seem to find a way to ...
|
| Win API Callbacks in VB2005 - Upgrade from VB6 | 06 Apr 2007 09:37 GMT | 1 |
I use numerous API calls that I need to pass callback address to... I get "Add a delegate for AddressOf EnumWindowsProc" Help shows how to declare a delegate for a callback, but the example does not show the callback routine and how it is hooked by the delegate.
|
| Changing Description value in Services.msc | 04 Apr 2007 19:31 GMT | 1 |
I have worked on the code to change the description field in the Services.msc, so I can keep track of which services should be running. This was done by reading the description from: Dim msc As ManagementScope = New ManagementScope("\\" & _
|
| Track Hard drive Events | 03 Apr 2007 16:03 GMT | 4 |
I've been looking a bit here and there but couldn't find any explanation on how to react to the following windows events: - deleting a file - renaming a file
|
| Working with screenshots/bitmaps? | 03 Apr 2007 15:51 GMT | 5 |
What I wanna do: I want to save a specific area of the desktop to a bmp-file. For now I can save a screenshot of the whole desktop to a file. What I lack is the ability to only put a region of the screenshot to a file.
|
| Cannot format removable flash drive, disk in use | 02 Apr 2007 20:18 GMT | 5 |
My code copies all files from off of a removable flash drive to the local hard drive, then calls the "SHFormatDrive" api and attempts to format the drive to prepare it for use again (often times the flash drive will have corrupt files on it).
|