Click here to Skip to main content
15,888,461 members
Home / Discussions / C#
   

C#

 
GeneralHRESULT in C# Pin
Nicholas Naddaf25-Feb-03 15:26
Nicholas Naddaf25-Feb-03 15:26 
GeneralRe: HRESULT in C# Pin
Stephane Rodriguez.25-Feb-03 21:02
Stephane Rodriguez.25-Feb-03 21:02 
GeneralRe: HRESULT in C# Pin
Nicholas Naddaf26-Feb-03 4:08
Nicholas Naddaf26-Feb-03 4:08 
GeneralRe: HRESULT in C# Pin
Stephane Rodriguez.26-Feb-03 4:26
Stephane Rodriguez.26-Feb-03 4:26 
Generalbeginner question in C# Pin
nnnnnnnnnn25-Feb-03 14:38
nnnnnnnnnn25-Feb-03 14:38 
GeneralRe: beginner question in C# Pin
Steven Behnke25-Feb-03 19:33
Steven Behnke25-Feb-03 19:33 
GeneralRe: beginner question in C# Pin
Ryan Cromwell26-Feb-03 3:11
Ryan Cromwell26-Feb-03 3:11 
GeneralRTF Scrolling Pin
Steven Behnke25-Feb-03 12:29
Steven Behnke25-Feb-03 12:29 
What is the proper way to scroll and RTF box when text is entered from network communication?

The app looks something like that following

+------------+
| RTF Object |
| output |
+------------+
| Input |
+____________+

My method has been something like

rtfObject.focus();
rtfObject.ScrollToCaret();
input.focus();

The problem with this is that the input.focus() will select all of the text if you happen to hit the space bar at the same time that it focuses the object. I would rather be able to just get the vertical scrollbar object and set it to max, but I have no idea how to do this.

Thanks,
Steven
QuestionManaged Directx - partially useless or not? Pin
Filip Strugar25-Feb-03 11:28
Filip Strugar25-Feb-03 11:28 
AnswerRe: Managed Directx - partially useless or not? Pin
Anonymous25-Feb-03 18:20
Anonymous25-Feb-03 18:20 
GeneralOleDbConnection Pin
Jassim Rahma25-Feb-03 9:53
Jassim Rahma25-Feb-03 9:53 
GeneralRe: OleDbConnection Pin
Chris Austin25-Feb-03 13:48
Chris Austin25-Feb-03 13:48 
GeneralRe: OleDbConnection Pin
Jassim Rahma27-Feb-03 7:48
Jassim Rahma27-Feb-03 7:48 
GeneralRe: OleDbConnection Pin
Jassim Rahma27-Feb-03 11:52
Jassim Rahma27-Feb-03 11:52 
QuestionDate/Time change on CDO message? Pin
PianoJazz25-Feb-03 8:30
PianoJazz25-Feb-03 8:30 
GeneralA Windows Service question Pin
Radoslav Bielik25-Feb-03 7:55
Radoslav Bielik25-Feb-03 7:55 
Generalmultiple data access component Pin
..Hubert..25-Feb-03 7:51
..Hubert..25-Feb-03 7:51 
GeneralRe: multiple data access component Pin
Chris Austin25-Feb-03 13:50
Chris Austin25-Feb-03 13:50 
GeneralRe: multiple data access component Pin
..Hubert..26-Feb-03 3:35
..Hubert..26-Feb-03 3:35 
GeneralRe: multiple data access component Pin
Chris Austin26-Feb-03 5:20
Chris Austin26-Feb-03 5:20 
GeneralRe: multiple data access component Pin
..Hubert..26-Feb-03 8:46
..Hubert..26-Feb-03 8:46 
GeneralIs Application Active Pin
OBRon25-Feb-03 7:15
OBRon25-Feb-03 7:15 
GeneralRe: Is Application Active Pin
Stephane Rodriguez.25-Feb-03 8:33
Stephane Rodriguez.25-Feb-03 8:33 
GeneralHere's one for ya Pin
Ryan Cromwell25-Feb-03 6:34
Ryan Cromwell25-Feb-03 6:34 
GeneralRe: Here's one for ya Pin
Ryan Cromwell25-Feb-03 6:40
Ryan Cromwell25-Feb-03 6:40 

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.