Click here to Skip to main content
15,888,521 members
Home / Discussions / C#
   

C#

 
GeneralRe: FDML Pin
Vasudevan Deepak Kumar6-Aug-07 0:56
Vasudevan Deepak Kumar6-Aug-07 0:56 
AnswerRe: FDML Pin
Vasudevan Deepak Kumar6-Aug-07 0:57
Vasudevan Deepak Kumar6-Aug-07 0:57 
AnswerRe: FDML Pin
Nouman Bhatti6-Aug-07 1:59
Nouman Bhatti6-Aug-07 1:59 
Questionsetting a default value for dropdown Pin
Ni Na5-Aug-07 23:58
Ni Na5-Aug-07 23:58 
AnswerRe: setting a default value for dropdown Pin
Luc Pattyn6-Aug-07 0:08
sitebuilderLuc Pattyn6-Aug-07 0:08 
GeneralRe: setting a default value for dropdown Pin
Ni Na6-Aug-07 1:59
Ni Na6-Aug-07 1:59 
QuestionHow to retreive RAM size Pin
Phanindra Kumar5-Aug-07 23:31
Phanindra Kumar5-Aug-07 23:31 
AnswerRe: How to retreive RAM size Pin
Luc Pattyn5-Aug-07 23:45
sitebuilderLuc Pattyn5-Aug-07 23:45 
AnswerRe: How to retreive RAM size Pin
Vasudevan Deepak Kumar6-Aug-07 0:58
Vasudevan Deepak Kumar6-Aug-07 0:58 
AnswerRe: How to retreive RAM size Pin
Nouman Bhatti6-Aug-07 2:07
Nouman Bhatti6-Aug-07 2:07 
Questionis a File Read Only. Pin
Saqib Mehmood5-Aug-07 22:32
Saqib Mehmood5-Aug-07 22:32 
AnswerRe: is a File Read Only. Pin
N a v a n e e t h5-Aug-07 22:53
N a v a n e e t h5-Aug-07 22:53 
AnswerRe: is a File Read Only. Pin
Nouman Bhatti6-Aug-07 2:05
Nouman Bhatti6-Aug-07 2:05 
Questioninternal and internal protected Pin
Sonia Gupta5-Aug-07 22:25
Sonia Gupta5-Aug-07 22:25 
AnswerRe: internal and internal protected Pin
N a v a n e e t h5-Aug-07 22:46
N a v a n e e t h5-Aug-07 22:46 
GeneralRe: internal and internal protected Pin
Sonia Gupta5-Aug-07 23:00
Sonia Gupta5-Aug-07 23:00 
GeneralRe: internal and internal protected Pin
N a v a n e e t h6-Aug-07 1:13
N a v a n e e t h6-Aug-07 1:13 
AnswerRe: internal and internal protected Pin
m@u5-Aug-07 23:41
m@u5-Aug-07 23:41 
AnswerRe: internal and internal protected Pin
Hessam Jalali5-Aug-07 23:46
Hessam Jalali5-Aug-07 23:46 
AnswerRe: internal and internal protected Pin
Pete O'Hanlon6-Aug-07 1:34
mvePete O'Hanlon6-Aug-07 1:34 
GeneralRe: internal and internal protected Pin
Sonia Gupta6-Aug-07 1:41
Sonia Gupta6-Aug-07 1:41 
GeneralRe: internal and internal protected Pin
Pete O'Hanlon6-Aug-07 2:42
mvePete O'Hanlon6-Aug-07 2:42 
GeneralRe: internal and internal protected Pin
originSH6-Aug-07 4:03
originSH6-Aug-07 4:03 
QuestionTake over a GUI of running program Pin
Morad Kobi5-Aug-07 22:21
Morad Kobi5-Aug-07 22:21 
AnswerRe: Take over a GUI of running program Pin
Hessam Jalali6-Aug-07 23:17
Hessam Jalali6-Aug-07 23:17 
there is some APIs which can lock keyboard/Mouse and simulate keyPress/MouseClick/MouseMove and find the Window name,position and size

but first I think you must create a map of your gui interface (like where is the button and...) and then do what you want sequentially using the APIs but before that you must lock the keyboard for preventing user interrupts.

just do some searches in codeproject and MSDN for APIs you will found them easily.


good luck

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.