Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form Display Problem

Status
Not open for further replies.

ameen

Programmer
Jun 24, 2001
32
IN
A form for an application was created with one setting of screen area. After run the application, I can view the full size of the form. But if I change the Screen Area settings, the application only showing portion of the form instead of full width as earlier. I have set the form's stretch property to True.

Can any one give me some suggestion to debug this problem.
 
You could try putting a form.repaint call within the onActivate event this would cause the form to be repainted when it is initially run or when focus moves from another Windows application back to any window of the application.

If the repaint does not do what you want you could write some code here to controle the look and feel of your form.

X-) Billy H

bhogar@acxiom.co.uk
 
When you make your applications, try them on the lowest resolution available. I generally start out with 800x600.
If it is visible there, a higher resolution will not give much problems.

You allways can use a combination of panels, scroll boxes and splitters to make more room.

Regards S. van Els
SAvanEls@cq-link.sr
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top