Click here to Skip to main content
15,887,267 members
Home / Discussions / C#
   

C#

 
GeneralRe: Serialization in C# Pin
Anonymous16-Jul-03 6:03
Anonymous16-Jul-03 6:03 
GeneralMSMQ Question Pin
ripsi14-Jul-03 19:55
ripsi14-Jul-03 19:55 
Generalhelp me, how to autoscroll in richtextbox Pin
KETUINHA14-Jul-03 17:31
KETUINHA14-Jul-03 17:31 
GeneralRe: help me, how to autoscroll in richtextbox Pin
J. Dunlap14-Jul-03 19:06
J. Dunlap14-Jul-03 19:06 
GeneralRe: help me, how to autoscroll in richtextbox Pin
KETUINHA14-Jul-03 20:49
KETUINHA14-Jul-03 20:49 
GeneralRe: help me, how to autoscroll in richtextbox Pin
J. Dunlap14-Jul-03 21:05
J. Dunlap14-Jul-03 21:05 
GeneralRe: help me, how to autoscroll in richtextbox Pin
KETUINHA14-Jul-03 21:16
KETUINHA14-Jul-03 21:16 
GeneralRe: help me, how to autoscroll in richtextbox Pin
dynamic14-Jul-03 21:29
dynamic14-Jul-03 21:29 
you need to set HideSelection to "FALSE" Smile | :)

in .net / C# the richtextbox doesnt move down to show the most recent text unless you set it's hideselection property to false .



Vb:
<font color="blue">Public Function</font> TwinsOnWay(<font color="blue">ByVal</font> twins <font color="blue">As String</font>) <font color="blue">As String <br>     Select Case</font> twins<br>         <font color="blue">Case</font> "Gender" <br>             <font color="blue">Return</font> "Two Girls" <br>     <font color="blue">End Select <br> End Function</font> <br> 


GeneralRe: help me, how to autoscroll in richtextbox Pin
J. Dunlap14-Jul-03 21:45
J. Dunlap14-Jul-03 21:45 
GeneralRe: help me, how to autoscroll in richtextbox Pin
dynamic14-Jul-03 22:00
dynamic14-Jul-03 22:00 
GeneralRe: help me, how to autoscroll in richtextbox Pin
KETUINHA14-Jul-03 22:54
KETUINHA14-Jul-03 22:54 
GeneralProperty values from loaded process Pin
Shaun Becker14-Jul-03 15:39
Shaun Becker14-Jul-03 15:39 
GeneralRe: Property values from loaded process Pin
Rocky Moore14-Jul-03 23:29
Rocky Moore14-Jul-03 23:29 
GeneralRe: Property values from loaded process Pin
Shaun Becker15-Jul-03 0:34
Shaun Becker15-Jul-03 0:34 
GeneralRe: Property values from loaded process Pin
Rocky Moore15-Jul-03 2:48
Rocky Moore15-Jul-03 2:48 
GeneralRe: Property values from loaded process Pin
Shaun Becker15-Jul-03 3:46
Shaun Becker15-Jul-03 3:46 
GeneralRe: Property values from loaded process Pin
Rocky Moore15-Jul-03 13:18
Rocky Moore15-Jul-03 13:18 
GeneralRe: Property values from loaded process Pin
Shaun Becker15-Jul-03 15:00
Shaun Becker15-Jul-03 15:00 
QuestionNon-threaded WebRequest? Pin
Arun Bhalla14-Jul-03 14:38
Arun Bhalla14-Jul-03 14:38 
AnswerRe: Non-threaded WebRequest? Pin
Arun Bhalla15-Jul-03 15:51
Arun Bhalla15-Jul-03 15:51 
Generalcreating a dialoge box in c# Pin
Asim N.14-Jul-03 14:37
Asim N.14-Jul-03 14:37 
GeneralRe: creating a dialoge box in c# Pin
Jim Stewart14-Jul-03 15:11
Jim Stewart14-Jul-03 15:11 
GeneralRe: creating a dialoge box in c# Pin
Member 7681715-Jul-03 12:41
Member 7681715-Jul-03 12:41 
GeneralOnIdle() - how do I override it in C#. Pin
mcgahanfl14-Jul-03 13:05
mcgahanfl14-Jul-03 13:05 
GeneralRe: OnIdle() - how do I override it in C#. Pin
Jim Stewart14-Jul-03 14:59
Jim Stewart14-Jul-03 14:59 

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.