Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~861 People Reached
Favorite Tags
Member Avatar for lz300

I'm attempting to emulate the pressing of the F1 key to a remote app. I can do this using sendkeys, but I need the ability to do it using the scancode command. Here is my current code: Dim objShell As New WshShell objShell.AppActivate "Calculator" objShell.SendKeys "{F1}" Anyone have any ideas?

0
70
Member Avatar for lz300

I have built an arcade cabinet from which I will play Mame, Daphne (Dragon's Lair) and pc games (like Warcraft, Quake, RTCW, etc). I bought a joystick control (Xgaming Tankstick) which does [U]not[/U] have an Escape button. I'm using VB6 to build the GUI that will drive the whole thing, …

0
70
Member Avatar for lz300

I have created an app using Microsoft VB6, using error handlers in every sub and function (no errors generated). I created an executable, which runs fine on the machine that has VB6 installed on it, but the app does not run on my other box. I get "Run-time error '5': …

Member Avatar for DenisOxon
0
648
Member Avatar for lz300

I have a page in which I successfully pass code from a list form to another page via a query string. I now wish to add an additional form that uses radio buttons, and passes that value in the query string, as well. The problem I have is capturing the …

Member Avatar for lz300
0
73