Click here to Skip to main content
15,879,326 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Screen scraping C# Pin
Richard MacCutchan1-Dec-11 0:32
mveRichard MacCutchan1-Dec-11 0:32 
GeneralRe: Screen scraping C# Pin
BillWoodruff11-Dec-11 9:22
professionalBillWoodruff11-Dec-11 9:22 
GeneralRe: Screen scraping C# Pin
Richard MacCutchan11-Dec-11 22:18
mveRichard MacCutchan11-Dec-11 22:18 
Questiontry to learn Pin
smokindinesh7-Oct-11 18:02
smokindinesh7-Oct-11 18:02 
AnswerRe: try to learn Pin
DaveyM697-Oct-11 23:58
professionalDaveyM697-Oct-11 23:58 
AnswerRe: try to learn Pin
RobCroll10-Oct-11 12:00
RobCroll10-Oct-11 12:00 
AnswerRe: try to learn Pin
Eddy Vluggen22-Oct-11 0:00
professionalEddy Vluggen22-Oct-11 0:00 
AnswerRe: try to learn Pin
BillWoodruff22-Oct-11 0:08
professionalBillWoodruff22-Oct-11 0:08 
If you really want a 'zoom' to any size functionality, you might look at WPF rather than WinForms.

Note that it is technically possible to ... when a screen size change occurs ... to calculate a ratio of change, and to recursively visit every control in every container, and alter the sizes and positions of each one ... and even scale-up the fonts, but, believe me, you do not want to go there ! Smile | :)

Whether you could actually achieve some "magnification" or "miniaturization" effect by using API calls to change the screen resolution on the fly ... who knows, but I think that, too, would be an uglification (some DirectX games for example, go full-screen).

Get a good grip on 'Anchor and 'Dock, and the roles of 'Padding and 'Margin, as others have suggested here, and I think you can achieve a solution that will satisfy you.

best, Bill
"Last year I went fishing with Salvador Dali. He was using a dotted
line. He caught every other fish." Steven Wright

QuestionOpenFileDialog exceptions Pin
MannyTheMammoth5-Oct-11 4:54
MannyTheMammoth5-Oct-11 4:54 
AnswerRe: OpenFileDialog exceptions Pin
Richard MacCutchan5-Oct-11 6:16
mveRichard MacCutchan5-Oct-11 6:16 
GeneralRe: OpenFileDialog exceptions Pin
MannyTheMammoth5-Oct-11 19:21
MannyTheMammoth5-Oct-11 19:21 
AnswerRe: OpenFileDialog exceptions Pin
Eddy Vluggen5-Oct-11 6:38
professionalEddy Vluggen5-Oct-11 6:38 
GeneralRe: OpenFileDialog exceptions Pin
MannyTheMammoth5-Oct-11 19:17
MannyTheMammoth5-Oct-11 19:17 
AnswerRe: OpenFileDialog exceptions Pin
Luc Pattyn5-Oct-11 7:55
sitebuilderLuc Pattyn5-Oct-11 7:55 
GeneralRe: OpenFileDialog exceptions Pin
MannyTheMammoth5-Oct-11 19:29
MannyTheMammoth5-Oct-11 19:29 
AnswerRe: OpenFileDialog exceptions Pin
Perić Željko5-Oct-11 9:29
professionalPerić Željko5-Oct-11 9:29 
GeneralOT Pin
DaveyM695-Oct-11 10:44
professionalDaveyM695-Oct-11 10:44 
GeneralRe: OpenFileDialog exceptions Pin
MannyTheMammoth5-Oct-11 19:53
MannyTheMammoth5-Oct-11 19:53 
QuestionLinking two pages using Visual STudio Pin
Jomon T Jose26-Sep-11 16:53
Jomon T Jose26-Sep-11 16:53 
AnswerRe: Linking two pages using Visual STudio Pin
RobCroll10-Oct-11 12:11
RobCroll10-Oct-11 12:11 
GeneralRe: Linking two pages using Visual STudio Pin
rajeevcapgeminiindia17-Nov-11 19:50
rajeevcapgeminiindia17-Nov-11 19:50 
Questiondock a windows form into ppt application window Pin
shama_12325-Sep-11 21:18
shama_12325-Sep-11 21:18 
AnswerRe: dock a windows form into ppt application window Pin
Dave Kreskowiak26-Sep-11 3:40
mveDave Kreskowiak26-Sep-11 3:40 
QuestionVisual Studio insists my form has changed Pin
Wjousts22-Sep-11 4:05
Wjousts22-Sep-11 4:05 
AnswerRe: Visual Studio insists my form has changed Pin
RobCroll24-Sep-11 12:01
RobCroll24-Sep-11 12: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.