Click here to Skip to main content
15,900,258 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 
In practice, you can't do it in quite the way you think: you have to design it to work at any resolution in much the same way the Visual Studio does: a central space for the "work" with the "tools" and suchlike round the edges. Then it's a matter of getting the Dock and Anchor properties right to a large extent.
But if your application does not lend itself to that style of application, then it probably isn't going to work too well at all in "regular" WinForms, because although you can use Dock and Anchor to relocate and resize controls easily enough, it doesn't resize any fonts that the controls are using, so you would end up with a large button with the tiny letters "OK" in the middle, or a tiny button that doesn't fit the word "Cancel" any more.

If that is what you need, then you are better off switching to WPF, because it handles it quite well.
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952)
Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)

AnswerRe: Adjust WinForm to any resolution Pin
BillWoodruff24-Jan-14 3:13
professionalBillWoodruff24-Jan-14 3:13 
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.