Click here to Skip to main content
15,913,300 members
Home / Discussions / C#
   

C#

 
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 
Use the
Document<code> property of the WebBrowser, this will provide access to a class representation of the HTML code.  Once you have found the element which you need then you can select the text by using a method inside the object representing the html tag.  (I think, sorry I'm in the middle of rebuilding my development machine so can't check this out). <br />
<br />
<hr>You know you're a Land Rover owner when the best route from point A to point B is through the mud.<br />
<br />
Ed

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 
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 

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.