Click here to Skip to main content
15,900,815 members
Home / Discussions / C#
   

C#

 
QuestionRe: I want to terminate my app. after a specific Pin
Dustin Metzgar24-May-06 9:03
Dustin Metzgar24-May-06 9:03 
AnswerRe: I want to terminate my app. after a specific Pin
MCSD-Gandalf24-May-06 9:11
MCSD-Gandalf24-May-06 9:11 
GeneralRe: I want to terminate my app. after a specific Pin
mostafa_h25-May-06 9:50
mostafa_h25-May-06 9:50 
QuestionWindows Datagrid KeyUp Event? Pin
MCSD-Gandalf24-May-06 8:40
MCSD-Gandalf24-May-06 8:40 
QuestionHighlight Text in Webbrowser Control Pin
Achuzan24-May-06 8:19
Achuzan24-May-06 8:19 
AnswerRe: Highlight Text in Webbrowser Control Pin
Ed.Poore24-May-06 12:40
Ed.Poore24-May-06 12:40 
GeneralRe: Highlight Text in Webbrowser Control Pin
Achuzan25-May-06 4:43
Achuzan25-May-06 4:43 
GeneralRe: Highlight Text in Webbrowser Control Pin
Ed.Poore25-May-06 5:11
Ed.Poore25-May-06 5:11 
If the search box has an ID associated with it then you can use:
WebBrowser.Document.All["id"].InnerText = searchString


Basically this retrieves the HTML element with ID "id" and replaces the text with searchString.

To select the textbox you can use the Focus method of the HtmlElement class to move the focus to the TextBox. To select all the text, perhaps the easiest solution would be to use SendKeys to press Home, Shift + End which will select all the text.


You know you're a Land Rover owner when the best route from point A to point B is through the mud.

Ed
QuestionExtract Text from a TIF File Pin
bit2byte224-May-06 7:51
bit2byte224-May-06 7:51 
AnswerRe: Extract Text from a TIF File [modified] Pin
martin_hughes24-May-06 8:48
martin_hughes24-May-06 8:48 
GeneralRe: Extract Text from a TIF File [modified] Pin
bit2byte224-May-06 8:55
bit2byte224-May-06 8:55 
QuestionWebcam Pin
SoftcodeSoftware24-May-06 5:47
SoftcodeSoftware24-May-06 5:47 
AnswerRe: Webcam Pin
Ed.Poore24-May-06 7:29
Ed.Poore24-May-06 7:29 
GeneralRe: Webcam Pin
SoftcodeSoftware24-May-06 12:10
SoftcodeSoftware24-May-06 12:10 
QuestionTreeView - Control vs TreeView - Class Pin
Tomerland24-May-06 5:09
Tomerland24-May-06 5:09 
AnswerRe: TreeView - Control vs TreeView - Class Pin
Ravi Bhavnani24-May-06 6:15
professionalRavi Bhavnani24-May-06 6:15 
GeneralRe: TreeView - Control vs TreeView - Class Pin
Tomerland28-May-06 20:57
Tomerland28-May-06 20:57 
AnswerRe: TreeView - Control vs TreeView - Class Pin
Wjousts24-May-06 6:59
Wjousts24-May-06 6:59 
GeneralRe: TreeView - Control vs TreeView - Class Pin
Tomerland28-May-06 20:56
Tomerland28-May-06 20:56 
QuestionCoboBox dopdownstyle Pin
Del Mitchell24-May-06 4:40
Del Mitchell24-May-06 4:40 
AnswerRe: CoboBox dopdownstyle Pin
_AK_24-May-06 19:44
_AK_24-May-06 19:44 
GeneralRe: CoboBox dopdownstyle Pin
Del Mitchell25-May-06 3:29
Del Mitchell25-May-06 3:29 
Questionhow to point to a set of parameters using delegate Pin
donkaiser24-May-06 4:10
donkaiser24-May-06 4:10 
AnswerRe: how to point to a set of parameters using delegate Pin
Judah Gabriel Himango24-May-06 7:14
sponsorJudah Gabriel Himango24-May-06 7:14 
QuestionImplement Heap help? Pin
eric_tran24-May-06 4:05
eric_tran24-May-06 4:05 

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.