Click here to Skip to main content
15,885,546 members
Home / Discussions / C#
   

C#

 
GeneralRe: Help with User Validation Pin
MumbleB29-Jan-08 6:29
MumbleB29-Jan-08 6:29 
GeneralRe: Help with User Validation Pin
Giorgi Dalakishvili29-Jan-08 6:04
mentorGiorgi Dalakishvili29-Jan-08 6:04 
GeneralRe: Help with User Validation Pin
led mike29-Jan-08 6:38
led mike29-Jan-08 6:38 
QuestionSimulating SHIFT+MOUSE_RIGHT_CLICK ? Pin
Mike Curry - Canada29-Jan-08 5:09
Mike Curry - Canada29-Jan-08 5:09 
GeneralRe: Simulating SHIFT+MOUSE_RIGHT_CLICK ? Pin
Mike Ellison29-Jan-08 5:43
Mike Ellison29-Jan-08 5:43 
GeneralRe: Simulating SHIFT+MOUSE_RIGHT_CLICK ? Pin
Bekjong29-Jan-08 6:35
Bekjong29-Jan-08 6:35 
AnswerRe: Simulating SHIFT+MOUSE_RIGHT_CLICK ? Pin
Spacix One29-Jan-08 6:39
Spacix One29-Jan-08 6:39 
GeneralRe: Simulating SHIFT+MOUSE_RIGHT_CLICK ? Pin
Skippums29-Jan-08 7:56
Skippums29-Jan-08 7:56 
My guess is that you are missing the click. The reason why is that the coordinates sent to the mouse event MUST match the coordinates that the mouse is actually at. If not, windows ignores the event altogether. I would open Spy++ and make sure that all your messages are being sent identically as when you do it manually. I also didn't check your SendMessage syntax/data, so you may have done that wrong as well. If you fix the mouse_event problem and it still doesn't work, let me know and I will check the other. Good luck,

Sounds like somebody's got a case of the Mondays

-Jeff

GeneralRe: Simulating SHIFT+MOUSE_RIGHT_CLICK ? Pin
Mike Curry - Canada29-Jan-08 9:55
Mike Curry - Canada29-Jan-08 9:55 
GeneralRe: Simulating SHIFT+MOUSE_RIGHT_CLICK ? Pin
Skippums29-Jan-08 10:36
Skippums29-Jan-08 10:36 
GeneralRe: Simulating SHIFT+MOUSE_RIGHT_CLICK ? Pin
led mike29-Jan-08 11:02
led mike29-Jan-08 11:02 
QuestionORM and Obfuscation Pin
gentyjp29-Jan-08 4:10
gentyjp29-Jan-08 4:10 
GeneralRe: ORM and Obfuscation Pin
Mark Churchill29-Jan-08 18:12
Mark Churchill29-Jan-08 18:12 
Questionhow to display MsWord document in my app ? Pin
hdv21229-Jan-08 4:00
hdv21229-Jan-08 4:00 
AnswerRe: how to display MsWord document in my app ? Pin
Mike Ellison29-Jan-08 5:48
Mike Ellison29-Jan-08 5:48 
GeneralConnect to a printer with a C# service Pin
chrpet29-Jan-08 3:55
chrpet29-Jan-08 3:55 
GeneralRe: Connect to a printer with a C# service Pin
chrpet13-Feb-08 21:53
chrpet13-Feb-08 21:53 
Generalpdf library support unicode Pin
sepel29-Jan-08 3:10
sepel29-Jan-08 3:10 
GeneralRe: pdf library support unicode Pin
Justin Perez29-Jan-08 3:26
Justin Perez29-Jan-08 3:26 
GeneralRe: pdf library support unicode Pin
sepel29-Jan-08 3:53
sepel29-Jan-08 3:53 
GeneralRe: pdf library support unicode Pin
Justin Perez29-Jan-08 3:54
Justin Perez29-Jan-08 3:54 
GeneralRe: pdf library support unicode Pin
sepel29-Jan-08 4:17
sepel29-Jan-08 4:17 
GeneralRe: pdf library support unicode Pin
Vasudevan Deepak Kumar29-Jan-08 4:20
Vasudevan Deepak Kumar29-Jan-08 4:20 
GeneralRe: pdf library support unicode Pin
leppie29-Jan-08 3:56
leppie29-Jan-08 3:56 
GeneralRe: pdf library support unicode Pin
Justin Perez29-Jan-08 4:10
Justin Perez29-Jan-08 4:10 

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.