
November 20th, 2003, 03:19 PM
|
 |
Illegal program...
|
|
Join Date: Sep 2003
Location: England - UK
Posts: 20
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
macro, send msg, any program
hey all
sorry for title this post is so complex that its hard to sum up.
I am wanting to create a macro for a game program. The game allows you to macro mouse moves and clicks by using programs like macro scheduler and key text, but....
at start up the keyboard is translated into a diferent format, my guess is ASCII / UNICODE. the game program then accepts these keys, which would explain why all regions have to use US keyboard layouts (e.g. uk " = @ and uk ~ = us ").
i want this program to send ASCI code w(87) to this program.
this will mean the vb application have to run in the backgrouns (a sys tray app) but send the W to other applications.
Im completly lost i can use vb but not at this level, iv never used a macro b4 now (i did search for somthing relevent on forum), but the sys tray section can wait (ill search forum after ascii sender is done).
can anyone give me a hand at this?
|