Click here to Skip to main content
15,888,113 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralSpeech .NET Pin
Serge Lobko-Lobanovsky16-Jul-04 6:20
Serge Lobko-Lobanovsky16-Jul-04 6:20 
GeneralReplacement of In-place Activation Pin
Aamir Butt15-Jul-04 23:56
Aamir Butt15-Jul-04 23:56 
GeneralRe: Replacement of In-place Activation Pin
mav.northwind17-Jul-04 4:28
mav.northwind17-Jul-04 4:28 
GeneralRe: Replacement of In-place Activation Pin
Aamir Butt18-Jul-04 18:17
Aamir Butt18-Jul-04 18:17 
GeneralListView icon disappear Pin
ting66815-Jul-04 4:24
ting66815-Jul-04 4:24 
GeneralWindows mobile 2003 for Pocket PC Pin
Member 123796715-Jul-04 3:37
Member 123796715-Jul-04 3:37 
GeneralRe: Windows mobile 2003 for Pocket PC Pin
Roman Rodov15-Jul-04 15:03
Roman Rodov15-Jul-04 15:03 
GeneralBehavior of RichTextBox Pin
mav.northwind14-Jul-04 9:48
mav.northwind14-Jul-04 9:48 
What's puzzling me for a while now is how the RichTextBox behaves when you add text at the end programmatically.

When you have a RichTextBox and call:
richTextBox1.SelectedText += "\nHello World!";
you'd expect it to be the same as calling
richTextBox1.SelectedText += "\n";
richTextBox1.SelectedText += "Hello World!";
wouldn't you?

Now the funny thing is that the first piece of code keeps the current font for "Hello World!" and the second one switches back to the RichTextBox's default font!WTF | :WTF:

Anyone has a faint idea what's going on here or how to keep the RichTextBox from doing this?

mav
GeneralRegistry entry for date of installation Pin
vipul_vips13-Jul-04 20:58
vipul_vips13-Jul-04 20:58 
GeneralRe: Registry entry for date of installation Pin
Serge Lobko-Lobanovsky16-Jul-04 6:30
Serge Lobko-Lobanovsky16-Jul-04 6:30 
Generaluse of attributes to modify method behavior Pin
Mahasen Bandara13-Jul-04 20:54
Mahasen Bandara13-Jul-04 20:54 
GeneralRe: use of attributes to modify method behavior Pin
Sendilkumar.M20-Jul-04 0:31
Sendilkumar.M20-Jul-04 0:31 
GeneralInterop: inter thread communication and array issue Pin
RLebrun13-Jul-04 3:52
RLebrun13-Jul-04 3:52 
GeneralSerial port in Windows CE Pin
shayro13-Jul-04 1:03
shayro13-Jul-04 1:03 
QuestionHow to capture requests and responses Pin
shanit12-Jul-04 17:25
shanit12-Jul-04 17:25 
AnswerRe: How to capture requests and responses Pin
Javier Lozano20-Jul-04 12:51
Javier Lozano20-Jul-04 12:51 
GeneralA serious bug of list View in compact framework Pin
ting66812-Jul-04 0:15
ting66812-Jul-04 0:15 
GeneralPocketPC to Smart Phone Pin
Nefertiti11-Jul-04 18:36
Nefertiti11-Jul-04 18:36 
GeneralReflection-[Waiting for 2 days ] Pin
Sendilkumar.M9-Jul-04 21:13
Sendilkumar.M9-Jul-04 21:13 
GeneralRe: Reflection-[Waiting for 2 days ] Pin
Roman Rodov15-Jul-04 15:16
Roman Rodov15-Jul-04 15:16 
GeneralTHANKING YOU Pin
Sendilkumar.M15-Jul-04 17:31
Sendilkumar.M15-Jul-04 17:31 
Generallike PotMssage and User define message Pin
kobybr9-Jul-04 9:11
kobybr9-Jul-04 9:11 
GeneralRe: like PotMssage and User define message Pin
mav.northwind9-Jul-04 22:34
mav.northwind9-Jul-04 22:34 
GeneralAccepting date values Pin
Richard Jones9-Jul-04 2:33
Richard Jones9-Jul-04 2:33 
GeneralRe: Accepting date values Pin
Richard Jones12-Jul-04 7:18
Richard Jones12-Jul-04 7:18 

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.