Click here to Skip to main content
15,912,069 members
Home / Discussions / C#
   

C#

 
GeneralAutomatic create SelectCommand, InsertCommand, DeleteCommand and Paremeters like Server Explorer in vs.net Pin
god4k19-Mar-05 2:00
god4k19-Mar-05 2:00 
GeneralRe: Automatic create SelectCommand, InsertCommand, DeleteCommand and Paremeters like Server Explorer in vs.net Pin
sreejith ss nair19-Mar-05 19:33
sreejith ss nair19-Mar-05 19:33 
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 
I would suggest you start thinking about writing your own. A few ideas:

1. Your UserControl holds the data in an array of strings, with a pointer to the "first line" (a circular queue). When a new line arrives, replace the current first line and increase the pointer. When you get to the end of the array, set it back to 0 (for the beginning.)

2. Create a Panel that draws the information in that array, without duplicating it. It should allow scrolling, coloring of text and everything else you need.

3. Add a Splitter as a child of your UserControl, and two of the Panels created in #2.

I don´t think it would be as hard as it seems. Probably #2 is the hardest part.

Good luck, and if you do something reusable, think about writing an article for CP!

-- LuisR



Luis Alonso Ramos
Intelectix - Chihuahua, Mexico

Not much here: My CP Blog!

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 
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 

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.