Click here to Skip to main content
15,914,163 members
Home / Discussions / C#
   

C#

 
AnswerRe: Computer names Pin
Wjousts24-May-06 9:59
Wjousts24-May-06 9:59 
GeneralRe: Computer names Pin
Elvis_Pretzelator24-May-06 13:58
Elvis_Pretzelator24-May-06 13:58 
AnswerRe: Computer names Pin
alexey N24-May-06 17:49
alexey N24-May-06 17:49 
QuestionOrg.Mentalis.Security version for pocket PCs [modified] Pin
msolh24-May-06 9:10
msolh24-May-06 9:10 
Question[VS.NET 2005] where is csc.exe? Pin
Susuko24-May-06 9:03
Susuko24-May-06 9:03 
AnswerRe: [VS.NET 2005] where is csc.exe? Pin
Dustin Metzgar24-May-06 9:10
Dustin Metzgar24-May-06 9:10 
AnswerRe: [VS.NET 2005] where is csc.exe? Pin
mav.northwind24-May-06 23:02
mav.northwind24-May-06 23:02 
QuestionHow to create customize buttons easy? Pin
conemajstor24-May-06 8:47
conemajstor24-May-06 8:47 
QuestionI want to terminate my app. after a specific Pin
mostafa_h24-May-06 8:45
mostafa_h24-May-06 8:45 
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 

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.