Click here to Skip to main content
15,921,660 members
Home / Discussions / C#
   

C#

 
GeneralRe: multilingual applications Pin
lmoelleb2-Nov-06 20:41
lmoelleb2-Nov-06 20:41 
QuestionCombining Columns In A ListBox Pin
Samuel G1-Nov-06 22:18
Samuel G1-Nov-06 22:18 
Questionscrollbar when user's got low resolution? Pin
livez1-Nov-06 22:04
livez1-Nov-06 22:04 
AnswerRe: scrollbar when user's got low resolution? Pin
quiteSmart1-Nov-06 22:08
quiteSmart1-Nov-06 22:08 
AnswerRe: scrollbar when user's got low resolution? Pin
MJay1-Nov-06 22:15
MJay1-Nov-06 22:15 
GeneralRe: scrollbar when user's got low resolution? Pin
livez1-Nov-06 22:19
livez1-Nov-06 22:19 
GeneralRe: scrollbar when user's got low resolution? Pin
MJay1-Nov-06 22:36
MJay1-Nov-06 22:36 
AnswerRe: scrollbar when user's got low resolution? Pin
luckykhalid1-Nov-06 22:27
luckykhalid1-Nov-06 22:27 
There is a concept of Docking controls in windows applications in C#. Whenever I make an application I never set its width or hard code any of such attributes. All I do is to dock all the controls in such a way that the controls adjust themselves whatever the resolution is. Then you always set their minimum and maximum properties so that the controls dont get too much distorted on different resolutions or on resizing.

Hope it helps.

Regards
Khalid

AnswerRe: scrollbar when user's got low resolution? Pin
aamironline1-Nov-06 22:30
aamironline1-Nov-06 22:30 
GeneralRe: scrollbar when user's got low resolution? Pin
livez1-Nov-06 22:37
livez1-Nov-06 22:37 
QuestionConverting form C# alias type to .NET framework type Pin
sharongav1-Nov-06 21:45
sharongav1-Nov-06 21:45 
AnswerRe: Converting form C# alias type to .NET framework type Pin
aamironline1-Nov-06 22:34
aamironline1-Nov-06 22:34 
GeneralRe: Converting form C# alias type to .NET framework type Pin
sharongav2-Nov-06 0:53
sharongav2-Nov-06 0:53 
GeneralRe: Converting form C# alias type to .NET framework type Pin
[Marc]2-Nov-06 1:09
[Marc]2-Nov-06 1:09 
QuestionPicture zooming Pin
jigoroKano1-Nov-06 21:15
jigoroKano1-Nov-06 21:15 
AnswerRe: Picture zooming Pin
sam#1-Nov-06 21:46
sam#1-Nov-06 21:46 
GeneralRe: Picture zooming Pin
jigoroKano1-Nov-06 23:26
jigoroKano1-Nov-06 23:26 
QuestionHow to get which button of MainMenu control is pressed? Pin
choopie1-Nov-06 21:02
choopie1-Nov-06 21:02 
AnswerRe: How to get which button of MainMenu control is pressed? Pin
quiteSmart1-Nov-06 21:23
quiteSmart1-Nov-06 21:23 
GeneralRe: How to get which button of MainMenu control is pressed? Pin
choopie1-Nov-06 21:34
choopie1-Nov-06 21:34 
GeneralRe: How to get which button of MainMenu control is pressed? Pin
quiteSmart1-Nov-06 21:42
quiteSmart1-Nov-06 21:42 
GeneralRe: How to get which button of MainMenu control is pressed? Pin
choopie1-Nov-06 21:50
choopie1-Nov-06 21:50 
GeneralRe: How to get which button of MainMenu control is pressed? Pin
quiteSmart1-Nov-06 21:58
quiteSmart1-Nov-06 21:58 
GeneralRe: How to get which button of MainMenu control is pressed? Pin
choopie1-Nov-06 22:19
choopie1-Nov-06 22:19 
GeneralRe: How to get which button of MainMenu control is pressed? Pin
quiteSmart1-Nov-06 22:44
quiteSmart1-Nov-06 22:44 

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.