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

C#

 
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 
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 

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.