Click here to Skip to main content
15,923,789 members
Home / Discussions / C#
   

C#

 
Generalinteracting with web service client side problem Pin
Ankit Aneja19-Mar-05 1:17
Ankit Aneja19-Mar-05 1:17 
GeneralSending “large” packed of data over TCP/IP using Socket Pin
Magnus2718-Mar-05 23:30
Magnus2718-Mar-05 23:30 
GeneralRe: Sending “large” packed of data over TCP/IP using Socket Pin
Judah Gabriel Himango19-Mar-05 19:39
sponsorJudah Gabriel Himango19-Mar-05 19:39 
GeneralTo Textbox or not to Textbox Pin
Todd_s0218-Mar-05 20:22
Todd_s0218-Mar-05 20:22 
GeneralRe: To Textbox or not to Textbox Pin
MoustafaS19-Mar-05 5:46
MoustafaS19-Mar-05 5:46 
GeneralRe: To Textbox or not to Textbox Pin
Luis Alonso Ramos19-Mar-05 22:25
Luis Alonso Ramos19-Mar-05 22:25 
GeneralRe: To Textbox or not to Textbox Pin
Todd_s0220-Mar-05 14:52
Todd_s0220-Mar-05 14:52 
GeneralRe: To Textbox or not to Textbox Pin
Luis Alonso Ramos20-Mar-05 18:40
Luis Alonso Ramos20-Mar-05 18:40 
My solution didn't include deriving from a TextBox but writing your own drawing code. But if you need text selection, and copy/paste support, definitely derive from a TextBox.

I don't know if the TextBox makes a copy of the string you use to set its Text property, or just keeps a reference (I'd think it makes a copy). To automatically scroll the text box to the end, set the cursor position at the very end, and done )I don't remember the exact properties). And for the bottomless buffer, you'll still have to make a circular queue as I described in my other post.

-- LuisR



Luis Alonso Ramos
Intelectix - Chihuahua, Mexico

Not much here: My CP Blog!

GeneralCombobox in Datagrid Class Pin
18-Mar-05 19:43
suss18-Mar-05 19:43 
GeneralRe: Combobox in Datagrid Class Pin
MoustafaS19-Mar-05 5:59
MoustafaS19-Mar-05 5:59 
GeneralStoring Some settings in Registry Pin
ronin177018-Mar-05 16:04
ronin177018-Mar-05 16:04 
GeneralRe: Storing Some settings in Registry Pin
MoustafaS19-Mar-05 6:08
MoustafaS19-Mar-05 6:08 
GeneralRe: Storing Some settings in Registry Pin
Yaakov Davis19-Mar-05 10:20
Yaakov Davis19-Mar-05 10:20 
GeneralRe: Storing Some settings in Registry Pin
Luis Alonso Ramos19-Mar-05 22:32
Luis Alonso Ramos19-Mar-05 22:32 
GeneralSending files with data not compatable with a byte variable Pin
zaXch18-Mar-05 11:16
zaXch18-Mar-05 11:16 
GeneralRe: Sending files with data not compatable with a byte variable Pin
turbochimp18-Mar-05 12:47
turbochimp18-Mar-05 12:47 
GeneralRe: Sending files with data not compatable with a byte variable Pin
zaXch18-Mar-05 14:26
zaXch18-Mar-05 14:26 
GeneralRe: Sending files with data not compatable with a byte variable Pin
zaXch19-Mar-05 5:54
zaXch19-Mar-05 5:54 
Generalhelp with implementation Pin
John L. DeVito18-Mar-05 10:33
professionalJohn L. DeVito18-Mar-05 10:33 
GeneralRe: help with implementation Pin
turbochimp18-Mar-05 12:59
turbochimp18-Mar-05 12:59 
Questionhow to customize a window Pin
Pikebu18-Mar-05 8:52
Pikebu18-Mar-05 8:52 
AnswerRe: how to customize a window Pin
Judah Gabriel Himango18-Mar-05 9:40
sponsorJudah Gabriel Himango18-Mar-05 9:40 
AnswerRe: how to customize a window Pin
MoustafaS18-Mar-05 12:26
MoustafaS18-Mar-05 12:26 
GeneralStatic Values Pin
MrEyes18-Mar-05 7:20
MrEyes18-Mar-05 7:20 
GeneralRe: Static Values Pin
Colin Angus Mackay18-Mar-05 7:27
Colin Angus Mackay18-Mar-05 7:27 

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.