Click here to Skip to main content
16,005,389 members
Home / Discussions / C#
   

C#

 
AnswerRe: Question about office outlook Pin
ThetaClear18-Mar-07 5:56
ThetaClear18-Mar-07 5:56 
QuestionHow to get textbox (rich or plain) to remain scrolled to the bottom? Pin
sherifffruitfly17-Mar-07 21:06
sherifffruitfly17-Mar-07 21:06 
AnswerRe: How to get textbox (rich or plain) to remain scrolled to the bottom? Pin
Mudsoad17-Mar-07 21:47
Mudsoad17-Mar-07 21:47 
GeneralRe: How to get textbox (rich or plain) to remain scrolled to the bottom? Pin
sherifffruitfly18-Mar-07 6:42
sherifffruitfly18-Mar-07 6:42 
AnswerRe: How to get textbox (rich or plain) to remain scrolled to the bottom? Pin
Stefan Troschuetz17-Mar-07 22:26
Stefan Troschuetz17-Mar-07 22:26 
AnswerRe: How to get textbox (rich or plain) to remain scrolled to the bottom? Pin
Dave Kreskowiak18-Mar-07 6:06
mveDave Kreskowiak18-Mar-07 6:06 
GeneralRe: How to get textbox (rich or plain) to remain scrolled to the bottom? Pin
sherifffruitfly18-Mar-07 6:48
sherifffruitfly18-Mar-07 6:48 
GeneralRe: How to get textbox (rich or plain) to remain scrolled to the bottom? Pin
Dave Kreskowiak18-Mar-07 9:07
mveDave Kreskowiak18-Mar-07 9:07 
It's possible to make a Textbox that autoscrolls, but you'd have to send the textbox window handle the appropriate window messages to get it to scroll.

The reason why the ScrollToCaret function needs the TextBox to have the focus is because it depends on the existance of the caret. The caret doesn't exist in the TextBox until the TextBox has the focus.


Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: How to get textbox (rich or plain) to remain scrolled to the bottom? Pin
sherifffruitfly18-Mar-07 9:46
sherifffruitfly18-Mar-07 9:46 
GeneralRe: How to get textbox (rich or plain) to remain scrolled to the bottom? Pin
Dave Kreskowiak18-Mar-07 12:19
mveDave Kreskowiak18-Mar-07 12:19 
GeneralRe: How to get textbox (rich or plain) to remain scrolled to the bottom? Pin
sherifffruitfly18-Mar-07 12:45
sherifffruitfly18-Mar-07 12:45 
QuestionGetting pictures from camera Pin
Muammar©17-Mar-07 21:06
Muammar©17-Mar-07 21:06 
AnswerRe: Getting pictures from camera Pin
Christian Graus18-Mar-07 7:40
protectorChristian Graus18-Mar-07 7:40 
GeneralRe: Getting pictures from camera Pin
Muammar©18-Mar-07 23:59
Muammar©18-Mar-07 23:59 
QuestionReorder Pin
shamsteady17-Mar-07 20:55
shamsteady17-Mar-07 20:55 
QuestionHow to save Data to CSV file? Pin
Khoramdin17-Mar-07 19:52
Khoramdin17-Mar-07 19:52 
AnswerRe: How to save Data to CSV file? Pin
Muammar©17-Mar-07 20:56
Muammar©17-Mar-07 20:56 
GeneralRe: How to save Data to CSV file? [modified] Pin
Khoramdin17-Mar-07 21:42
Khoramdin17-Mar-07 21:42 
GeneralRe: How to save Data to CSV file? Pin
Muammar©17-Mar-07 21:48
Muammar©17-Mar-07 21:48 
GeneralRe: How to save Data to CSV file? Pin
Khoramdin17-Mar-07 21:52
Khoramdin17-Mar-07 21:52 
GeneralRe: How to save Data to CSV file? Pin
Muammar©17-Mar-07 21:57
Muammar©17-Mar-07 21:57 
AnswerRe: How to save Data to CSV file? Pin
Stefan Troschuetz17-Mar-07 23:07
Stefan Troschuetz17-Mar-07 23:07 
GeneralRe: How to save Data to CSV file? Pin
Khoramdin17-Mar-07 23:37
Khoramdin17-Mar-07 23:37 
AnswerRe: How to save Data to CSV file? Pin
Wayne Phipps17-Mar-07 23:12
Wayne Phipps17-Mar-07 23:12 
GeneralRe: How to save Data to CSV file? Pin
Khoramdin17-Mar-07 23:36
Khoramdin17-Mar-07 23:36 

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.