G
Guest
Hello,
I have a child form in a parent MDI form. The childform is being shrunk and
cannot be resized when screen resolution is 800x600. The end user who uses
my app cannot see stuff on the screen too well if the resolution is smaller
than 800x600 (why did it have to be my app?) Yes, I know, get a bigger
screen - $$. Management is on it - just not right now. The parent form can
be resized but not the child form.
What is the way to programmatically force the child form to remain/be a
specified size? Is there a property I can set to make the child form
resizeable like the parent form when the screen resolution is small? I
looked at me.Autosize - with me.Autosizemode = GrowOnly (I tried
GrowAndShrink - and that caused the childform to only shrink plus it could
not be resized - and that was on the development workstation). Any
suggestions greatly appreciated.
Is there another way to deal with screen resolution problems like this?
Thanks,
Rich
I have a child form in a parent MDI form. The childform is being shrunk and
cannot be resized when screen resolution is 800x600. The end user who uses
my app cannot see stuff on the screen too well if the resolution is smaller
than 800x600 (why did it have to be my app?) Yes, I know, get a bigger
screen - $$. Management is on it - just not right now. The parent form can
be resized but not the child form.
What is the way to programmatically force the child form to remain/be a
specified size? Is there a property I can set to make the child form
resizeable like the parent form when the screen resolution is small? I
looked at me.Autosize - with me.Autosizemode = GrowOnly (I tried
GrowAndShrink - and that caused the childform to only shrink plus it could
not be resized - and that was on the development workstation). Any
suggestions greatly appreciated.
Is there another way to deal with screen resolution problems like this?
Thanks,
Rich