Click here to Skip to main content
15,922,015 members
Home / Discussions / C#
   

C#

 
QuestionIs there a way to search through all buttons of a window handle? Pin
turbosupramk33-Mar-11 6:14
turbosupramk33-Mar-11 6:14 
AnswerRe: Is there a way to search through all buttons of a window handle? Pin
SledgeHammer013-Mar-11 6:23
SledgeHammer013-Mar-11 6:23 
GeneralRe: Is there a way to search through all buttons of a window handle? Pin
turbosupramk33-Mar-11 6:52
turbosupramk33-Mar-11 6:52 
GeneralRe: Is there a way to search through all buttons of a window handle? Pin
SledgeHammer013-Mar-11 8:11
SledgeHammer013-Mar-11 8:11 
GeneralRe: Is there a way to search through all buttons of a window handle? Pin
turbosupramk33-Mar-11 8:30
turbosupramk33-Mar-11 8:30 
GeneralRe: Is there a way to search through all buttons of a window handle? Pin
SledgeHammer013-Mar-11 9:42
SledgeHammer013-Mar-11 9:42 
GeneralRe: Is there a way to search through all buttons of a window handle? Pin
turbosupramk33-Mar-11 10:05
turbosupramk33-Mar-11 10:05 
GeneralRe: Is there a way to search through all buttons of a window handle? Pin
SledgeHammer013-Mar-11 11:55
SledgeHammer013-Mar-11 11:55 
GeneralRe: Is there a way to search through all buttons of a window handle? Pin
turbosupramk33-Mar-11 15:45
turbosupramk33-Mar-11 15:45 
GeneralRe: Is there a way to search through all buttons of a window handle? Pin
turbosupramk33-Mar-11 8:55
turbosupramk33-Mar-11 8:55 
AnswerRe: Is there a way to search through all buttons of a window handle? Pin
Jason Vetter3-Mar-11 10:48
Jason Vetter3-Mar-11 10:48 
GeneralRe: Is there a way to search through all buttons of a window handle? Pin
turbosupramk33-Mar-11 15:52
turbosupramk33-Mar-11 15:52 
GeneralRe: Is there a way to search through all buttons of a window handle? Pin
turbosupramk34-Mar-11 2:17
turbosupramk34-Mar-11 2:17 
QuestionChrome - search from command line? Pin
Alan Burkhart3-Mar-11 1:33
Alan Burkhart3-Mar-11 1:33 
AnswerRe: Chrome - search from command line? Pin
Luc Pattyn3-Mar-11 2:34
sitebuilderLuc Pattyn3-Mar-11 2:34 
GeneralRe: Chrome - search from command line? Pin
Alan Burkhart3-Mar-11 2:54
Alan Burkhart3-Mar-11 2:54 
GeneralRe: Chrome - search from command line? [modified] Pin
Luc Pattyn3-Mar-11 3:18
sitebuilderLuc Pattyn3-Mar-11 3:18 
I suggest you try:
Process.Start("chrome.exe", "lizard")


and see if you like the outcome.

[ADDED] and you could add some automation that clicks a button for you... [/ADDED]

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

modified on Thursday, March 3, 2011 9:42 AM

GeneralRe: Chrome - search from command line? Pin
musefan3-Mar-11 3:58
musefan3-Mar-11 3:58 
GeneralRe: Chrome - search from command line? Pin
Alan Burkhart3-Mar-11 6:39
Alan Burkhart3-Mar-11 6:39 
GeneralRe: Chrome - search from command line? Pin
Alan Burkhart3-Mar-11 4:13
Alan Burkhart3-Mar-11 4:13 
AnswerRe: Chrome - search from command line? Pin
Luc Pattyn3-Mar-11 4:52
sitebuilderLuc Pattyn3-Mar-11 4:52 
GeneralRe: Chrome - search from command line? Pin
Alan Burkhart3-Mar-11 6:33
Alan Burkhart3-Mar-11 6:33 
GeneralRe: Chrome - search from command line? Pin
Luc Pattyn3-Mar-11 6:42
sitebuilderLuc Pattyn3-Mar-11 6:42 
GeneralRe: Chrome - search from command line? Pin
Alan Burkhart3-Mar-11 6:56
Alan Burkhart3-Mar-11 6:56 
GeneralRe: Chrome - search from command line? Pin
Luc Pattyn3-Mar-11 7:00
sitebuilderLuc Pattyn3-Mar-11 7:00 

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.