Since this was mentioned - I'm now running into a problem with the ReSizing!
I implemented it on my C: in a test version of the system - where I am doing ALL the work to develop the new Windows graphical system. And, the Resizing works just Fine! But, I put the changes to the Network drive today - into a folder with a test system there - so that my Boss could demo the newly update graphical screen (for now - just a single screen I have been concentrating on - with several other popup screens for Data lookup or manipulation) - and THAT System when run from the Network - its getting An Error! Error instantiating class. Cannot find p:\my_stuff\mwresize vfp util\mwresize.vcx That folder doesn't exist on the P: drive - its only on my C: drive. And, its where I originally downloaded the file. But, even when I was doing testing with it on my C: Drive - I actually copied this VCX into a subfolder of the project - so, in theory - it should NOT be looking at that My_Stuff folder for this VCX. Even when I included it in the Project - I used it from a Libs subfolder of the project. So, in theory - since its In the Project - why is it looking in the Wrong place - and, even more so - why is VFP going to LOOK for it - when its actually already included within the EXE!?!?!?!? I'm kinda stumped here... -K- -----Original Message----- From: ProfoxTech [mailto:[email protected]] On Behalf Of Dave Thayer Sent: Wednesday, March 06, 2013 9:58 AM To: [email protected] Subject: Re: Screen Res. Design & Monitor Sizes... On Tue, Mar 5, 2013 at 5:24 PM, Sytze de Boer <[email protected]> wrote: > Now open a form (1) (e.g. a client listing) > Drag the bottom right corner and increase the (modal) form (1) and click on > a button which shows a client profile > (form 2) > > >From what I can see, form1 has now resized beautifully but form (2) is > still in its original size and looks "odd" > Did I miss something? Disclaimer: I haven't tried this as I tend to (over)use pageframes for this kind of situation, but I believe that what you would need to do is put a resizer in the child form (or better, in the baseclass as The Foxil suggests downthread). Then, someplace in its Init or Show method have form 2 resize and reposition itself based upon form 1's size and location. The resizer should then take over for the contained controls and labels. dt -- Dave Thayer Denver, CO [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/C35D63CB5E5E4E8EAB8E68A4EAA61116@Programming2 ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

