Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
AnswerRe: Recognition of emotional expressions on human faces in digital images Pin
Ron Beyer24-Jan-14 9:46
professionalRon Beyer24-Jan-14 9:46 
GeneralRe: Recognition of emotional expressions on human faces in digital images Pin
Member 953883024-Jan-14 9:58
Member 953883024-Jan-14 9:58 
GeneralRe: Recognition of emotional expressions on human faces in digital images Pin
Rahul VB28-Jan-14 22:52
professionalRahul VB28-Jan-14 22:52 
RantRe: Recognition of emotional expressions on human faces in digital images Pin
Ravi Bhavnani24-Jan-14 15:33
professionalRavi Bhavnani24-Jan-14 15:33 
GeneralRe: Recognition of emotional expressions on human faces in digital images Pin
Member 953883024-Jan-14 16:07
Member 953883024-Jan-14 16:07 
AnswerRe: Recognition of emotional expressions on human faces in digital images Pin
Rahul VB28-Jan-14 22:53
professionalRahul VB28-Jan-14 22:53 
AnswerRe: Recognition of emotional expressions on human faces in digital images Pin
Rahul VB29-Jan-14 20:43
professionalRahul VB29-Jan-14 20:43 
GeneralRe: Recognition of emotional expressions on human faces in digital images Pin
Member 953883030-Jan-14 1:46
Member 953883030-Jan-14 1:46 
QuestionNam najarro Pin
Member 1054693024-Jan-14 3:45
Member 1054693024-Jan-14 3:45 
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 

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.