[email protected] wrote: > I have an application that needs 1024 X 768. I need for it to run on laptops > that may have less than they resolution. In > fact, the application runs fine on all laptops that I have tried regardless > of the resolution, the problem is that the > form is cut off. I need to enable a scroll bar on the right. I set > _Screen.MaxButton = .T. and it works fine. > > Any ideas?
Look into designing your apps for a minimum rsolution, but take full advantage of the Resize method and Anchor properties. I did this for some utilities at my last gig (...I'm no longer at Sylvan) and it worked great. -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.com/mbabcock16 _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** 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.

