Click here to Skip to main content
15,916,398 members
Home / Discussions / C#
   

C#

 
QuestionSingleton problems Pin
nordsluttning12-Mar-10 21:44
nordsluttning12-Mar-10 21:44 
AnswerRe: Singleton problems Pin
Abhinav S12-Mar-10 22:07
Abhinav S12-Mar-10 22:07 
GeneralRe: Singleton problems Pin
nordsluttning12-Mar-10 22:22
nordsluttning12-Mar-10 22:22 
AnswerRe: Singleton problems Pin
Luc Pattyn13-Mar-10 2:46
sitebuilderLuc Pattyn13-Mar-10 2:46 
GeneralRe: Singleton problems Pin
nordsluttning13-Mar-10 4:21
nordsluttning13-Mar-10 4:21 
QuestionHorizontal scrolling in list box Pin
Reza Shojaee12-Mar-10 21:29
Reza Shojaee12-Mar-10 21:29 
AnswerMessage Removed Pin
12-Mar-10 21:32
Anubhava Dimri12-Mar-10 21:32 
GeneralRe: Horizontal scrolling in list box Pin
OriginalGriff12-Mar-10 22:09
mveOriginalGriff12-Mar-10 22:09 
You could indeed put the ListBox into a panel with scroll bars on the panel, but unless you make the ListBox either arbitrarily wide, or monitor the length of your strings and modify the ListBox appropriately, you can still run into the problem the OP describes, as the panel will not create scroll bars based on the ListBox content. Try it - you will see what I mean!

The simplest solution is to set ListBox.HorizontalScrollBar = true
You should never use standby on an elephant. It always crashes when you lift the ears. - Mark Wallace

C/C++ (I dont see a huge difference between them, and the 'benefits' of C++ are questionable, who needs inheritance when you have copy and paste) - fat_boy

AnswerRe: Horizontal scrolling in list box Pin
OriginalGriff12-Mar-10 22:09
mveOriginalGriff12-Mar-10 22:09 
QuestionHow organize privilege levels in my client-server database (C#) [modified] Pin
Xgener12-Mar-10 20:26
Xgener12-Mar-10 20:26 
AnswerRe: How organize privilege levels in my client-server database (C#) Pin
#realJSOP13-Mar-10 0:52
professional#realJSOP13-Mar-10 0:52 
QuestionDataTemplate in ListBox Not working Pin
Anu_Bala12-Mar-10 17:24
Anu_Bala12-Mar-10 17:24 
AnswerRe: DataTemplate in ListBox Not working Pin
Abhinav S12-Mar-10 19:59
Abhinav S12-Mar-10 19:59 
GeneralRe: DataTemplate in ListBox Not working Pin
#realJSOP13-Mar-10 0:54
professional#realJSOP13-Mar-10 0:54 
QuestionRunning Multiple Versions of Crystal Reports in WinApp. Pin
DotNetMan12-Mar-10 17:07
DotNetMan12-Mar-10 17:07 
AnswerRe: Running Multiple Versions of Crystal Reports in WinApp. Pin
DotNetMan13-Mar-10 1:53
DotNetMan13-Mar-10 1:53 
QuestionResponding to Web Browser generated MessageBox Pin
Lilith.C12-Mar-10 14:47
Lilith.C12-Mar-10 14:47 
AnswerRe: Responding to Web Browser generated MessageBox Pin
#realJSOP13-Mar-10 0:59
professional#realJSOP13-Mar-10 0:59 
GeneralRe: Responding to Web Browser generated MessageBox Pin
Lilith.C13-Mar-10 6:30
Lilith.C13-Mar-10 6:30 
GeneralRe: Responding to Web Browser generated MessageBox Pin
#realJSOP13-Mar-10 7:10
professional#realJSOP13-Mar-10 7:10 
QuestionDatabase not updating values - nullreference exception keeps getting thrown [modified] Pin
Eagle3212-Mar-10 13:13
Eagle3212-Mar-10 13:13 
AnswerRe: Database not updating values - nullreference exception keeps getting thrown Pin
Dan Mos12-Mar-10 13:36
Dan Mos12-Mar-10 13:36 
GeneralRe: Database not updating values - nullreference exception keeps getting thrown Pin
Eagle3212-Mar-10 13:56
Eagle3212-Mar-10 13:56 
GeneralRe: Database not updating values - nullreference exception keeps getting thrown[modified] Pin
Dan Mos12-Mar-10 14:01
Dan Mos12-Mar-10 14:01 
GeneralRe: Database not updating values - nullreference exception keeps getting throw Pin
Eagle3213-Mar-10 2:23
Eagle3213-Mar-10 2:23 

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.