Click here to Skip to main content
15,888,984 members
Home / Discussions / C#
   

C#

 
AnswerRe: Nam najarro Pin
Dave Kreskowiak24-Jan-14 4:41
mveDave Kreskowiak24-Jan-14 4:41 
GeneralRe: Nam najarro Pin
Shameel24-Jan-14 8:48
professionalShameel24-Jan-14 8:48 
AnswerRe: Nam najarro Pin
Richard Deeming24-Jan-14 8:31
mveRichard Deeming24-Jan-14 8:31 
AnswerRe: Nam najarro Pin
ZurdoDev27-Jan-14 10:52
professionalZurdoDev27-Jan-14 10:52 
QuestionAdjust WinForm to any resolution Pin
zayno24-Jan-14 0:23
zayno24-Jan-14 0:23 
AnswerRe: Adjust WinForm to any resolution Pin
Eddy Vluggen24-Jan-14 0:25
professionalEddy Vluggen24-Jan-14 0:25 
AnswerRe: Adjust WinForm to any resolution Pin
OriginalGriff24-Jan-14 0:32
mveOriginalGriff24-Jan-14 0:32 
AnswerRe: Adjust WinForm to any resolution Pin
BillWoodruff24-Jan-14 3:13
professionalBillWoodruff24-Jan-14 3:13 
It depends on what you mean when you say: "adjust."

The other responses here assume you want Controls to get bigger (or smaller ?), or adjust their locations, depending on changes in size of the Form. In general that's a no-win situation with WinForms ... as OriginalGriff points out ... other than, for selected Controls, using Dock and Anchor as recommended.

If by "adjust" you mean determining at run-time the ratio of the current screen resolution to some arbitrary pixel size of the Form/Controls in your design, based on the original screen resolution when you wrote the app: that is another matter, entirely.

Suppose you write an app with a Form size of 900x600 pixels on a machine where screen res is set to 1024x768: now someone runs that app on a machine with a screen res set to 1600x900: do you really want to try and change the Form's appearance ? I suggest you "don't go there."
“But I don't want to go among mad people,” Alice remarked.

“Oh, you can't help that,” said the Cat: “we're all mad here. I'm mad. You're mad.”

“How do you know I'm mad?” said Alice.

“You must be," said the Cat, or you wouldn't have come here.” Lewis Carroll

GeneralRe: Adjust WinForm to any resolution Pin
zayno24-Jan-14 4:06
zayno24-Jan-14 4:06 
GeneralRe: Adjust WinForm to any resolution Pin
Eddy Vluggen24-Jan-14 4:57
professionalEddy Vluggen24-Jan-14 4:57 
GeneralRe: Adjust WinForm to any resolution Pin
OriginalGriff24-Jan-14 5:31
mveOriginalGriff24-Jan-14 5:31 
GeneralRe: Adjust WinForm to any resolution Pin
Eddy Vluggen24-Jan-14 9:47
professionalEddy Vluggen24-Jan-14 9:47 
GeneralRe: Adjust WinForm to any resolution Pin
OriginalGriff24-Jan-14 9:56
mveOriginalGriff24-Jan-14 9:56 
JokeRe: Adjust WinForm to any resolution Pin
Matt T Heffron24-Jan-14 10:59
professionalMatt T Heffron24-Jan-14 10:59 
GeneralRe: Adjust WinForm to any resolution Pin
OriginalGriff24-Jan-14 5:30
mveOriginalGriff24-Jan-14 5:30 
AnswerRe: Adjust WinForm to any resolution Pin
GuyThiebaut27-Jan-14 3:21
professionalGuyThiebaut27-Jan-14 3:21 
QuestionHow to Show Multi Color Text Box In Asp .net Pin
rajaraman 00723-Jan-14 23:07
rajaraman 00723-Jan-14 23:07 
AnswerRe: How to Show Multi Color Text Box In Asp .net Pin
Pete O'Hanlon23-Jan-14 23:44
mvePete O'Hanlon23-Jan-14 23:44 
QuestionEdit a WinForm on user mode Pin
zayno23-Jan-14 22:43
zayno23-Jan-14 22:43 
GeneralRe: Edit a WinForm on user mode Pin
OriginalGriff23-Jan-14 22:52
mveOriginalGriff23-Jan-14 22:52 
GeneralRe: Edit a WinForm on user mode Pin
zayno23-Jan-14 22:58
zayno23-Jan-14 22:58 
QuestionRe: Edit a WinForm on user mode Pin
Eddy Vluggen24-Jan-14 0:26
professionalEddy Vluggen24-Jan-14 0:26 
AnswerRe: Edit a WinForm on user mode Pin
BillWoodruff24-Jan-14 1:13
professionalBillWoodruff24-Jan-14 1:13 
QuestionDownload latest file from FTP using WinSCP in SSIS Pin
Rahul Vairagi23-Jan-14 18:16
Rahul Vairagi23-Jan-14 18:16 
AnswerRe: Download latest file from FTP using WinSCP in SSIS Pin
Pete O'Hanlon23-Jan-14 22:01
mvePete O'Hanlon23-Jan-14 22:01 

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.