Click here to Skip to main content
15,903,012 members
Home / Discussions / C#
   

C#

 
GeneralRe: Get values from ListBox Pin
Guffa2-Nov-08 10:19
Guffa2-Nov-08 10:19 
QuestionHow to use DFS algorithm for maze ? Pin
sitnet1-Nov-08 22:54
sitnet1-Nov-08 22:54 
AnswerRe: How to use DFS algorithm for maze ? Pin
Pedram Behroozi1-Nov-08 23:48
Pedram Behroozi1-Nov-08 23:48 
AnswerRe: How to use DFS algorithm for maze ? Pin
Meer Osman Ali2-Nov-08 3:13
Meer Osman Ali2-Nov-08 3:13 
GeneralRe: How to use DFS algorithm for maze ? Pin
Pete O'Hanlon2-Nov-08 10:32
mvePete O'Hanlon2-Nov-08 10:32 
AnswerRe: How to use DFS algorithm for maze ? Pin
Mark Churchill2-Nov-08 14:32
Mark Churchill2-Nov-08 14:32 
QuestionHow to grab text from another windows application in c# ? Pin
parinya21-Nov-08 19:40
parinya21-Nov-08 19:40 
AnswerRe: How to grab text from another windows application in c# ? Pin
User 66581-Nov-08 23:02
User 66581-Nov-08 23:02 
Most of it can be done using some WinAPI calls. For grabbing text, you can use the GetWindowText[^] API call. This should work fine for button captions, label texts and many other controls.

For controls like list boxes you might first need to get the items in that listbox, which can be done using SendMessage with the appropriate parameters. They're all documented in MSDN, so you may need to pick the ones that work with your application.


regards

modified 12-Sep-18 21:01pm.

GeneralRe: How to grab text from another windows application in c# ? Pin
parinya23-Nov-08 3:08
parinya23-Nov-08 3:08 
GeneralRe: How to grab text from another windows application in c# ? Pin
User 66583-Nov-08 5:59
User 66583-Nov-08 5:59 
QuestionaxWebBrowser focus issue Pin
arbrsoft1-Nov-08 19:28
arbrsoft1-Nov-08 19:28 
AnswerRe: axWebBrowser focus issue Pin
jas0n234-Nov-08 0:39
jas0n234-Nov-08 0:39 
QuestionPublish as Standalone Pin
jas0n231-Nov-08 17:07
jas0n231-Nov-08 17:07 
AnswerRe: Publish as Standalone Pin
That Asian Guy1-Nov-08 18:43
That Asian Guy1-Nov-08 18:43 
GeneralRe: Publish as Standalone Pin
Guffa2-Nov-08 3:31
Guffa2-Nov-08 3:31 
AnswerRe: Publish as Standalone Pin
jas0n231-Nov-08 18:52
jas0n231-Nov-08 18:52 
QuestionMissingMethodException Pin
Not Active1-Nov-08 16:21
mentorNot Active1-Nov-08 16:21 
GeneralRe: MissingMethodException Pin
Luc Pattyn1-Nov-08 16:57
sitebuilderLuc Pattyn1-Nov-08 16:57 
GeneralRe: MissingMethodException Pin
Not Active1-Nov-08 17:32
mentorNot Active1-Nov-08 17:32 
QuestionHow to hook a global PASTE EVENT? Pin
dactivo1-Nov-08 13:13
dactivo1-Nov-08 13:13 
AnswerRe: How to hook a global PASTE EVENT? Pin
DaveyM692-Nov-08 9:48
professionalDaveyM692-Nov-08 9:48 
GeneralRe: How to hook a global PASTE EVENT? Pin
dactivo5-Nov-08 1:58
dactivo5-Nov-08 1:58 
GeneralRe: How to hook a global PASTE EVENT? Pin
DaveyM695-Nov-08 7:13
professionalDaveyM695-Nov-08 7:13 
GeneralRe: How to hook a global PASTE EVENT? Pin
dactivo7-Nov-08 19:58
dactivo7-Nov-08 19:58 
QuestionWeb Browser With Tabs Pin
jas0n231-Nov-08 11:45
jas0n231-Nov-08 11:45 

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.