Resizable Views
Hi all!
Is there a way to resize my CView and have my controls inside it
repositioned? For instance, if I have inserted a CStatic on my CView
and then when I resize my window this CStatic is moved for a new
position on my view.
Is that possible? Don't matter if it's done by coding or by controls
configuration.
Thanks in advance.
[]'s
.
Relevant Pages
- Re: Resizable Views
... Is there a way to resize my CView and have my controls inside it ... if I have inserted a CStatic on my CView ... configuration. ... (microsoft.public.vc.mfc) - Re: Resizable Views
... Is there a way to resize my CView and have my controls inside it ... if I have inserted a CStatic on my CView ... To automate the resizing, you might want to take a look at some of these resize classes, like CResizingDialog or CResizableDialog. ... (microsoft.public.vc.mfc) - Re: resizing controls on the fly
... No self-sizing controls. ... "resizing controls" that you just plop on a form and they attempt to resize ... have to do is move the container as appropriate. ... designing at a high resolution and having to scale down ... (microsoft.public.vb.controls) - Re: Scaling a Window
... >> clicked using the WindowFromPoint API function. ... you could then run your resize code. ... >in resizing the window, the window won't KNOW that it's been resized. ... >controls are hidden due to this then they'll still function (assuming the ... (microsoft.public.vb.general.discussion) - Re: Resize MSAccess Forms
... subform controls, consider re-designing your forms ... all of our standard datasheet subform ... shells contain the following code in the resize event: ... TAB Controls ... (microsoft.public.access.formscoding) |
|