Click here to Skip to main content
16,014,637 members
Home / Discussions / C#
   

C#

 
AnswerRe: i have problem with end of process Pin
Luc Pattyn9-Nov-09 0:27
sitebuilderLuc Pattyn9-Nov-09 0:27 
QuestionC# with instant messenger Pin
Levisaxos9-Nov-09 0:07
Levisaxos9-Nov-09 0:07 
AnswerRe: C# with instant messenger Pin
Levisaxos9-Nov-09 1:22
Levisaxos9-Nov-09 1:22 
QuestionSpeech Recognition Pin
krinaljariwala8-Nov-09 23:44
krinaljariwala8-Nov-09 23:44 
AnswerMessage Closed Pin
8-Nov-09 23:51
stancrm8-Nov-09 23:51 
GeneralRe: Speech Recognition Pin
krinaljariwala11-Nov-09 19:29
krinaljariwala11-Nov-09 19:29 
QuestionCreate autoplay bots Pin
merger1238-Nov-09 23:34
merger1238-Nov-09 23:34 
AnswerRe: Create autoplay bots Pin
LimitedAtonement9-Nov-09 7:31
LimitedAtonement9-Nov-09 7:31 
Dear Merger,

Well, you could do this in a few different ways depending on what you want to interact with. You could pole for positions of windows to see if they have moved, you can use directx or XNA (I suppose) to track the mouse's position, clicks and keyboard events...If you're wanting a way to collectively get information about the screen all in one swoop (the visual information in the screen, window positions, titles, mouse position, clicks, keyboard events, etc), I don't suppose that's possible: you have to do it all independently. If you want a bitmap of the screen (like obtained by pressing `print screen') I'm sure that's very easy...let me do a quick Googler...yup, there it is:
Graphics.CopyFromScreen(...));

http://msdn.microsoft.com/en-us/library/system.drawing.graphics.copyfromscreen.aspx[^]
So, if you could be WAY more specific, you will get more responses.

In Christ,
Aaron Laws

http://ProCure.com

QuestionRe: Create autoplay bots Pin
merger1239-Nov-09 21:13
merger1239-Nov-09 21:13 
AnswerRe: Create autoplay bots Pin
LimitedAtonement10-Nov-09 4:19
LimitedAtonement10-Nov-09 4:19 
GeneralRe: Create autoplay bots Pin
merger12310-Nov-09 21:27
merger12310-Nov-09 21:27 
QuestionGetting the cells data when clicked on it in gridview asp.net Pin
sure_suresh8-Nov-09 23:27
sure_suresh8-Nov-09 23:27 
Questionabout treeview, Pin
miss YY8-Nov-09 22:35
miss YY8-Nov-09 22:35 
AnswerRe: about treeview, Pin
Luc Pattyn8-Nov-09 23:16
sitebuilderLuc Pattyn8-Nov-09 23:16 
AnswerRe: about treeview, Pin
Shameel8-Nov-09 23:41
professionalShameel8-Nov-09 23:41 
GeneralRe: about treeview, Pin
miss YY9-Nov-09 0:13
miss YY9-Nov-09 0:13 
QuestionWeird problem in C#.NET [Solved ^_^] Pin
Bilg218-Nov-09 22:35
Bilg218-Nov-09 22:35 
AnswerRe: Weird problem in C#.NET Pin
Jorg DD8-Nov-09 23:43
Jorg DD8-Nov-09 23:43 
GeneralRe: Weird problem in C#.NET Pin
Bilg218-Nov-09 23:53
Bilg218-Nov-09 23:53 
QuestionVisual Studio Dataset Designer Shows Only Markup Pin
anderslundsgard8-Nov-09 22:20
anderslundsgard8-Nov-09 22:20 
QuestionImplement Output PlugIn in C#.net Pin
codeproject_Tarun8-Nov-09 22:16
codeproject_Tarun8-Nov-09 22:16 
AnswerRe: Implement Output PlugIn in C#.net Pin
Richard MacCutchan8-Nov-09 23:39
mveRichard MacCutchan8-Nov-09 23:39 
GeneralRe: Implement Output PlugIn in C#.net Pin
codeproject_Tarun9-Nov-09 22:08
codeproject_Tarun9-Nov-09 22:08 
GeneralRe: Implement Output PlugIn in C#.net Pin
Richard MacCutchan10-Nov-09 2:27
mveRichard MacCutchan10-Nov-09 2:27 
QuestionHttpWebRequest with certificate Pin
am1974po8-Nov-09 21:58
am1974po8-Nov-09 21:58 

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.