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

C#

 
AnswerRe: Grid Platform Pin
stancrm20-Aug-09 0:59
stancrm20-Aug-09 0:59 
QuestionHow to put focus (with keyboard shortcuts) on input fields in Visual Studio Express C#? Pin
pietlut20-Aug-09 0:41
pietlut20-Aug-09 0:41 
AnswerRe: How to put focus (with keyboard shortcuts) on input fields in Visual Studio Express C#? Pin
OriginalGriff20-Aug-09 0:59
mveOriginalGriff20-Aug-09 0:59 
GeneralRe: How to put focus (with keyboard shortcuts) on input fields in Visual Studio Express C#? Pin
pietlut20-Aug-09 6:21
pietlut20-Aug-09 6:21 
QuestionLines Disappear Pin
mgroses20-Aug-09 0:04
mgroses20-Aug-09 0:04 
AnswerRe: Lines Disappear Pin
Christian Graus20-Aug-09 0:06
protectorChristian Graus20-Aug-09 0:06 
GeneralRe: Lines Disappear Pin
mgroses20-Aug-09 0:16
mgroses20-Aug-09 0:16 
AnswerRe: Lines Disappear Pin
DaveyM6920-Aug-09 0:14
professionalDaveyM6920-Aug-09 0:14 
AnswerRe: Lines Disappear Pin
mgroses20-Aug-09 0:22
mgroses20-Aug-09 0:22 
GeneralRe: Lines Disappear Pin
Christian Graus20-Aug-09 0:26
protectorChristian Graus20-Aug-09 0:26 
QuestionLoad text from webpage Pin
valdo11120-Aug-09 0:01
valdo11120-Aug-09 0:01 
AnswerRe: Load text from webpage Pin
Christian Graus20-Aug-09 0:04
protectorChristian Graus20-Aug-09 0:04 
A HttpRequest seems like what you want.

Of course, your rich text box won't look like the web page, it will look like HTML. There is no reason on earth to use a RichTextBox and not just a TextBox. I think what you really want, is a WebBrowser control.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

AnswerRe: Load text from webpage Pin
N a v a n e e t h20-Aug-09 0:13
N a v a n e e t h20-Aug-09 0:13 
GeneralRe: Load text from webpage Pin
valdo11120-Aug-09 0:31
valdo11120-Aug-09 0:31 
Questionbool delegate Pin
bonzaiholding19-Aug-09 23:59
bonzaiholding19-Aug-09 23:59 
AnswerRe: bool delegate Pin
Christian Graus20-Aug-09 0:05
protectorChristian Graus20-Aug-09 0:05 
AnswerRe: bool delegate Pin
N a v a n e e t h20-Aug-09 0:11
N a v a n e e t h20-Aug-09 0:11 
AnswerRe: bool delegate Pin
DaveyM6920-Aug-09 0:11
professionalDaveyM6920-Aug-09 0:11 
GeneralRe: bool delegate Pin
bonzaiholding20-Aug-09 0:36
bonzaiholding20-Aug-09 0:36 
GeneralRe: bool delegate Pin
DaveyM6920-Aug-09 1:38
professionalDaveyM6920-Aug-09 1:38 
GeneralRe: bool delegate Pin
DaveyM6920-Aug-09 1:52
professionalDaveyM6920-Aug-09 1:52 
GeneralRe: bool delegate Pin
bonzaiholding20-Aug-09 2:40
bonzaiholding20-Aug-09 2:40 
Generalstore datagridview items under a button [modified] Need help! Pin
Member 474292219-Aug-09 23:43
Member 474292219-Aug-09 23:43 
GeneralRe: store datagridview items under a button [modified] Need help! Pin
OriginalGriff20-Aug-09 1:40
mveOriginalGriff20-Aug-09 1:40 
GeneralRe: store datagridview items under a button [modified] Need help! Pin
Member 474292220-Aug-09 2:08
Member 474292220-Aug-09 2:08 

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.