Click here to Skip to main content
15,891,253 members
Home / Discussions / C#
   

C#

 
GeneralAdd images to Tree View nodes dynamically Pin
lovelylooney19-May-05 16:42
lovelylooney19-May-05 16:42 
GeneralRe: Add images to Tree View nodes dynamically Pin
pubududilena19-May-05 19:14
pubududilena19-May-05 19:14 
GeneralRe: Add images to Tree View nodes dynamically Pin
Kujtim Hyseni19-May-05 22:39
Kujtim Hyseni19-May-05 22:39 
GeneralRe: Add images to Tree View nodes dynamically Pin
lovelylooney19-May-05 23:09
lovelylooney19-May-05 23:09 
GeneralRe: Add images to Tree View nodes dynamically Pin
mav.northwind20-May-05 4:18
mav.northwind20-May-05 4:18 
Questionwhat is the fastest in longterm? (texbox/listbox) Pin
Snowjim19-May-05 14:15
Snowjim19-May-05 14:15 
AnswerRe: what is the fastest in longterm? (texbox/listbox) Pin
rudy.net19-May-05 17:58
rudy.net19-May-05 17:58 
AnswerRe: what is the fastest in longterm? (texbox/listbox) Pin
mav.northwind20-May-05 4:24
mav.northwind20-May-05 4:24 
Saving very long texts in a TextBox or a ListBox _only_ isn't a very good idea IMO.

If I had to do it, I'd show the last n entries (n=100 perhaps, configurable) in a ListBox and when more entries are added I'd remove the ones at the beginning of the list.

But I'd also log the data to a file, otherwise - apart from possible performance problems - all your log data is lost when the app ends (unexpectedly).

Regards,
mav


QuestionTextBox? Pin
Snowjim19-May-05 14:07
Snowjim19-May-05 14:07 
AnswerRe: TextBox? Pin
Christian Graus19-May-05 16:28
protectorChristian Graus19-May-05 16:28 
GeneralRe: TextBox? Pin
Snowjim19-May-05 22:13
Snowjim19-May-05 22:13 
GeneralRe: TextBox? Pin
Christian Graus22-May-05 13:01
protectorChristian Graus22-May-05 13:01 
QuestionThe Mouse??? Pin
oakcool19-May-05 13:38
oakcool19-May-05 13:38 
AnswerRe: The Mouse??? PInvoke way Pin
DavidNohejl19-May-05 14:10
DavidNohejl19-May-05 14:10 
GeneralRe: The Mouse??? PInvoke way Pin
Stefan Troschuetz19-May-05 21:55
Stefan Troschuetz19-May-05 21:55 
GeneralRe: The Mouse??? PInvoke way Pin
DavidNohejl20-May-05 0:48
DavidNohejl20-May-05 0:48 
GeneralRe: The Mouse??? PInvoke way Pin
oakcool20-May-05 17:31
oakcool20-May-05 17:31 
GeneralRe: The Mouse??? PInvoke way Pin
DavidNohejl21-May-05 1:21
DavidNohejl21-May-05 1:21 
AnswerRe: The Mouse??? Pin
Stefan Troschuetz19-May-05 21:58
Stefan Troschuetz19-May-05 21:58 
GeneralVertically sizing RichEdit to match text Pin
tbrewer19-May-05 12:03
tbrewer19-May-05 12:03 
QuestionKelly Blue Book API? Pin
DeepToot19-May-05 11:10
DeepToot19-May-05 11:10 
AnswerRe: Kelly Blue Book API? Pin
rudy.net19-May-05 18:26
rudy.net19-May-05 18:26 
GeneralRe: Kelly Blue Book API? Pin
DeepToot20-May-05 3:22
DeepToot20-May-05 3:22 
GeneralActive Direectory question Pin
joe_coolish19-May-05 10:49
joe_coolish19-May-05 10:49 
GeneralRe: Active Direectory question Pin
joe_coolish20-May-05 9:49
joe_coolish20-May-05 9:49 

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.