Click here to Skip to main content
15,921,660 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Convert TCP Class into thread Pin
jimmypearly25-Aug-04 21:17
jimmypearly25-Aug-04 21:17 
GeneralRe: Convert TCP Class into thread Pin
Anonymous26-Aug-04 18:59
Anonymous26-Aug-04 18:59 
GeneralMacro app. - mouse click Pin
dadak24-Aug-04 9:02
dadak24-Aug-04 9:02 
GeneralRe: Macro app. - mouse click Pin
Purple Monk25-Aug-04 6:52
Purple Monk25-Aug-04 6:52 
GeneralRe: Macro app. - mouse click Pin
dadak25-Aug-04 7:33
dadak25-Aug-04 7:33 
GeneralRe: Macro app. - mouse click Pin
Dave Kreskowiak25-Aug-04 8:04
mveDave Kreskowiak25-Aug-04 8:04 
GeneralRe: Macro app. - mouse click Pin
dadak25-Aug-04 8:37
dadak25-Aug-04 8:37 
GeneralRe: Macro app. - mouse click Pin
Dave Kreskowiak25-Aug-04 10:23
mveDave Kreskowiak25-Aug-04 10:23 
I gave you a hint at what the pitfalls are...

But, it's not as easy as it would sound. You have to define the structures that define the type and specifics of the input your sending, namely mouse clicks, and use the SendInput Win32 API function to post the message for you.

See SendInput on P/Invoke.net[^] for an example and some docs. Make SURE you follow and read the links for defining the INPUT, MOUSEINPUT, KEYBOARDINPUT, HARDWAREINPUT, and VK structures!


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Macro app. - mouse click Pin
dadak25-Aug-04 11:47
dadak25-Aug-04 11:47 
GeneralRe: Macro app. - mouse click Pin
Purple Monk25-Aug-04 22:42
Purple Monk25-Aug-04 22:42 
GeneralRe: Macro app. - mouse click Pin
dadak26-Aug-04 5:58
dadak26-Aug-04 5:58 
GeneralRe: Macro app. - mouse click Pin
dadak26-Aug-04 9:07
dadak26-Aug-04 9:07 
GeneralRe: Macro app. - mouse click Pin
Purple Monk27-Aug-04 3:27
Purple Monk27-Aug-04 3:27 
Generalpopup menu on menuItem Pin
AstronusX24-Aug-04 9:00
AstronusX24-Aug-04 9:00 
GeneralRe: popup menu on menuItem Pin
Dave Kreskowiak24-Aug-04 10:24
mveDave Kreskowiak24-Aug-04 10:24 
GeneralRe: popup menu on menuItem Pin
AstronusX25-Aug-04 5:14
AstronusX25-Aug-04 5:14 
GeneralRe: popup menu on menuItem Pin
Dave Kreskowiak25-Aug-04 5:32
mveDave Kreskowiak25-Aug-04 5:32 
GeneralRe: popup menu on menuItem Pin
AstronusX25-Aug-04 6:29
AstronusX25-Aug-04 6:29 
GeneralRe: popup menu on menuItem Pin
Dave Kreskowiak25-Aug-04 7:49
mveDave Kreskowiak25-Aug-04 7:49 
GeneralRe: popup menu on menuItem Pin
AstronusX25-Aug-04 13:57
AstronusX25-Aug-04 13:57 
Generalkeeping the listView selected Item highlighted Pin
kowplunk24-Aug-04 7:46
kowplunk24-Aug-04 7:46 
GeneralRe: keeping the listView selected Item highlighted Pin
Charlie Williams24-Aug-04 8:00
Charlie Williams24-Aug-04 8:00 
GeneralRe: keeping the listView selected Item highlighted Pin
kowplunk24-Aug-04 9:42
kowplunk24-Aug-04 9:42 
GeneralACCESS and VB Pin
Anonymous24-Aug-04 5:34
Anonymous24-Aug-04 5:34 
GeneralDisplay Problem in Grid Pin
abhiVyas23-Aug-04 23:40
abhiVyas23-Aug-04 23:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.