Click here to Skip to main content
15,917,005 members
Home / Discussions / C#
   

C#

 
Generaloverride button to create an image button... Pin
misterbear30-Jun-04 1:01
misterbear30-Jun-04 1:01 
GeneralRe: override button to create an image button... Pin
Nnamdi Onyeyiri30-Jun-04 1:10
Nnamdi Onyeyiri30-Jun-04 1:10 
GeneralDirectX Pin
ghho30-Jun-04 0:03
ghho30-Jun-04 0:03 
GeneralRe: DirectX Pin
Jeremy Kimball30-Jun-04 4:43
Jeremy Kimball30-Jun-04 4:43 
GeneralRe: DirectX Pin
Heath Stewart30-Jun-04 5:47
protectorHeath Stewart30-Jun-04 5:47 
GeneralRe: DirectX Pin
MKlucher30-Jun-04 6:52
MKlucher30-Jun-04 6:52 
GeneralProblem with appending rtf data to a rich text box Pin
Ravikumar_mv29-Jun-04 23:13
Ravikumar_mv29-Jun-04 23:13 
GeneralRe: Problem with appending rtf data to a rich text box Pin
Ravikumar_mv30-Jun-04 2:00
Ravikumar_mv30-Jun-04 2:00 
I got the solution.

rtbox2.SelectionStart = rtbox2.rtf.length; ( or rtbox2.text.length )
rtbox2.SelectedRtf = rtbox1.Rtf;

But now, i got another problem.

In the rtbox2 (a rich text box) as the strings are added to it.
The vertical scroll bar is moving up ( means always firstline is shown ).

Can i see the latest contents in the rtbox2, as and when the content is added to it, without manually moving the scrollbar.

I tried with rtbox2.scrolltocaret() ( even after selecting the last character ) . But it is not working.

Can any one solve the problem

M.V.Ravikumar.
GeneralRe: Problem with appending rtf data to a rich text box Pin
Dave Kreskowiak30-Jun-04 12:17
mveDave Kreskowiak30-Jun-04 12:17 
Questionhow to get sqlserver names in local net Pin
huangjinzhansh29-Jun-04 22:17
huangjinzhansh29-Jun-04 22:17 
AnswerRe: how to get sqlserver names in local net Pin
Guinness4Strength30-Jun-04 6:13
Guinness4Strength30-Jun-04 6:13 
AnswerRe: how to get sqlserver names in local net Pin
Heath Stewart30-Jun-04 6:56
protectorHeath Stewart30-Jun-04 6:56 
QuestionHow to implement Pin
John L. DeVito29-Jun-04 22:00
professionalJohn L. DeVito29-Jun-04 22:00 
AnswerRe: How to implement Pin
Colin Angus Mackay29-Jun-04 23:14
Colin Angus Mackay29-Jun-04 23:14 
GeneralRe: How to implement Pin
misterbear30-Jun-04 0:55
misterbear30-Jun-04 0:55 
GeneralRe: How to implement Pin
John L. DeVito30-Jun-04 8:17
professionalJohn L. DeVito30-Jun-04 8:17 
GeneralRe: How to implement Pin
Colin Angus Mackay30-Jun-04 8:56
Colin Angus Mackay30-Jun-04 8:56 
GeneralRe: How to implement Pin
John L. DeVito30-Jun-04 13:27
professionalJohn L. DeVito30-Jun-04 13:27 
AnswerRe: How to implement Pin
Werdna30-Jun-04 5:46
Werdna30-Jun-04 5:46 
GeneralRe: How to implement Pin
Werdna30-Jun-04 5:47
Werdna30-Jun-04 5:47 
GeneralCollection class with different class members Pin
pxp29-Jun-04 21:31
pxp29-Jun-04 21:31 
GeneralRe: Collection class with different class members Pin
Rakker7129-Jun-04 23:07
Rakker7129-Jun-04 23:07 
GeneralRe: Collection class with different class members Pin
pxp30-Jun-04 5:05
pxp30-Jun-04 5:05 
GeneralRe: Collection class with different class members Pin
Heath Stewart30-Jun-04 5:56
protectorHeath Stewart30-Jun-04 5:56 
GeneralRe: Collection class with different class members Pin
pxp30-Jun-04 7:32
pxp30-Jun-04 7:32 

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.