Click here to Skip to main content
15,884,298 members
Home / Discussions / C#
   

C#

 
GeneralRe: Future C# Language Features announced Pin
SimonS11-Nov-02 22:25
SimonS11-Nov-02 22:25 
GeneralRe: Future C# Language Features announced Pin
Eric Gunnerson (msft)12-Nov-02 6:06
Eric Gunnerson (msft)12-Nov-02 6:06 
GeneralRe: Future C# Language Features announced Pin
SimonS12-Nov-02 20:00
SimonS12-Nov-02 20:00 
GeneralUserControl accessing CodeBehind Pin
Steve McLenithan11-Nov-02 7:14
Steve McLenithan11-Nov-02 7:14 
GeneralRe: UserControl accessing CodeBehind Pin
leppie11-Nov-02 8:25
leppie11-Nov-02 8:25 
GeneralRe: UserControl accessing CodeBehind Pin
Steve McLenithan11-Nov-02 11:18
Steve McLenithan11-Nov-02 11:18 
Questionbinding to rich text controls...howto? Pin
LongRange.Shooter11-Nov-02 4:37
LongRange.Shooter11-Nov-02 4:37 
AnswerRe: binding to rich text controls...howto? Pin
James T. Johnson11-Nov-02 4:41
James T. Johnson11-Nov-02 4:41 
Use the RichTextBox's LoadFile method, there you can give it a filename or a Stream to load from.

If you have the document loaded in memory as a string object then you can just set the Rtf property of the control (or if its unformatted text then the normal Text property will do).

James

- out of order -
GeneralRe: binding to rich text controls...howto? Pin
LongRange.Shooter11-Nov-02 9:27
LongRange.Shooter11-Nov-02 9:27 
GeneralPassword Encryption Pin
Derek Lakin11-Nov-02 3:50
Derek Lakin11-Nov-02 3:50 
GeneralRe: Password Encryption Pin
David Stone11-Nov-02 4:49
sitebuilderDavid Stone11-Nov-02 4:49 
GeneralRe: Password Encryption Pin
Derek Lakin11-Nov-02 19:55
Derek Lakin11-Nov-02 19:55 
GeneralRe: Password Encryption Pin
David Stone12-Nov-02 4:42
sitebuilderDavid Stone12-Nov-02 4:42 
GeneralRe: Password Encryption Pin
Derek Lakin12-Nov-02 19:56
Derek Lakin12-Nov-02 19:56 
GeneralRe: Password Encryption Pin
Pete Bassett11-Nov-02 4:59
Pete Bassett11-Nov-02 4:59 
GeneralRe: Password Encryption Pin
David Stone11-Nov-02 4:58
sitebuilderDavid Stone11-Nov-02 4:58 
GeneralRe: Password Encryption Pin
leppie11-Nov-02 6:15
leppie11-Nov-02 6:15 
GeneralRe: Password Encryption Pin
David Stone11-Nov-02 9:23
sitebuilderDavid Stone11-Nov-02 9:23 
GeneralRe: Password Encryption Pin
leppie11-Nov-02 9:58
leppie11-Nov-02 9:58 
GeneralRe: Password Encryption Pin
David Stone11-Nov-02 10:47
sitebuilderDavid Stone11-Nov-02 10:47 
GeneralRe: Password Encryption Pin
Derek Lakin11-Nov-02 19:52
Derek Lakin11-Nov-02 19:52 
GeneralSome inherited form questions.... Pin
LongRange.Shooter11-Nov-02 3:44
LongRange.Shooter11-Nov-02 3:44 
Generalidc_arrow and C# Pin
Senkwe Chanda11-Nov-02 2:20
Senkwe Chanda11-Nov-02 2:20 
GeneralRe: idc_arrow and C# Pin
Stephane Rodriguez.11-Nov-02 3:01
Stephane Rodriguez.11-Nov-02 3:01 
GeneralRe: idc_arrow and C# Pin
Senkwe Chanda11-Nov-02 4:12
Senkwe Chanda11-Nov-02 4:12 

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.