Click here to Skip to main content
15,908,626 members
Home / Discussions / C#
   

C#

 
GeneralRe: GetProcessesByName - other way? Pin
FreewareFire28-Nov-05 0:38
FreewareFire28-Nov-05 0:38 
QuestionToolbar Color Pin
fredspv27-Nov-05 12:07
fredspv27-Nov-05 12:07 
QuestionC# DisplayComposeForm for Smartphone Pin
bklynjava127-Nov-05 11:10
bklynjava127-Nov-05 11:10 
QuestionIndexOutOfRangeException with SgmlReader Pin
Liunardu27-Nov-05 8:18
Liunardu27-Nov-05 8:18 
Questioneh, 1 last mouse question... Pin
Sam 200627-Nov-05 8:12
Sam 200627-Nov-05 8:12 
AnswerRe: eh, 1 last mouse question... Pin
Curtis Schlak.27-Nov-05 8:43
Curtis Schlak.27-Nov-05 8:43 
GeneralRe: eh, 1 last mouse question... Pin
Sam 200627-Nov-05 12:40
Sam 200627-Nov-05 12:40 
GeneralRe: eh, 1 last mouse question... Pin
Curtis Schlak.27-Nov-05 13:58
Curtis Schlak.27-Nov-05 13:58 
Unfortunately, the only way that I know how to send those mouse-click messages is through the Win32 API methods SendMessage and PostMessage. I mean, to click where the mouse is, you could use the EnumWindows Win32 API call, find which window the mouse is under, do some quick math to get the position relative to the window's (0,0) coordinate, and then send the PostMessage/SendMessage to that relative coordinate.

In .NET, I just don't know any other way because of the security involved. Sorry. Hopefully someone else will give you a more satisfying answer. <grimace>

"we must lose precision to make significant statements about complex systems."
-deKorvin on uncertainty
Questionfrom DataSet to GridView Pin
tray_gator27-Nov-05 4:53
tray_gator27-Nov-05 4:53 
AnswerRe: from DataSet to GridView Pin
Curtis Schlak.27-Nov-05 5:07
Curtis Schlak.27-Nov-05 5:07 
GeneralRe: from DataSet to GridView Pin
tray_gator27-Nov-05 6:10
tray_gator27-Nov-05 6:10 
GeneralRe: from DataSet to GridView Pin
Curtis Schlak.27-Nov-05 7:38
Curtis Schlak.27-Nov-05 7:38 
GeneralRe: from DataSet to GridView Pin
tray_gator27-Nov-05 9:12
tray_gator27-Nov-05 9:12 
GeneralRe: from DataSet to GridView Pin
Curtis Schlak.27-Nov-05 9:23
Curtis Schlak.27-Nov-05 9:23 
Questionanother mouse question (events) Pin
Sam 200627-Nov-05 2:44
Sam 200627-Nov-05 2:44 
AnswerRe: another mouse question (events) Pin
Stanciu Vlad27-Nov-05 5:34
Stanciu Vlad27-Nov-05 5:34 
AnswerRe: another mouse question (events) Pin
Curtis Schlak.27-Nov-05 6:04
Curtis Schlak.27-Nov-05 6:04 
GeneralRe: another mouse question (events) Pin
Sam 200627-Nov-05 7:42
Sam 200627-Nov-05 7:42 
GeneralRe: another mouse question (events) Pin
Curtis Schlak.27-Nov-05 8:01
Curtis Schlak.27-Nov-05 8:01 
AnswerRe: another mouse question (events) Pin
User 665827-Nov-05 6:08
User 665827-Nov-05 6:08 
Questionretrieving from array list. Pin
sadek_a_27-Nov-05 1:08
sadek_a_27-Nov-05 1:08 
AnswerRe: retrieving from array list. Pin
Curtis Schlak.27-Nov-05 2:45
Curtis Schlak.27-Nov-05 2:45 
GeneralRe: retrieving from array list. Pin
sadek_a_27-Nov-05 3:19
sadek_a_27-Nov-05 3:19 
GeneralRe: retrieving from array list. Pin
Curtis Schlak.27-Nov-05 4:59
Curtis Schlak.27-Nov-05 4:59 
Questionchanging dataGrid data source by comboBox selection Pin
orlya26-Nov-05 23:14
orlya26-Nov-05 23:14 

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.