| From: yoseph pam | E-mail: megan3@myrealbox.com | 1 |
Date: Sunday, September 16, 2001 at 20:03:24
Subject: MDI Form's border style
Comments:
Please help! Does anyone know how to change a MDI Form's border style to Fixed Single? Please advise. thank you!
| From: Martin Allen | E-mail: <No e-mail> | 2 |
Date: Tuesday, September 17, 2001 at 20:03:09
Subject: RE: MDI Form's border style
Comments:
The only way I know of doing this would be with this code:
| Private Sub MDIForm_Resize() On Error Resume Next MDIForm1.Width = 6840 MDIForm1.Height = 5115 End Sub |
Change the numbers to what you want.
This forum is no longer taking new messages or replies since 01 November 2002. The above material is for reference purposes only.
The new Visual Basic 6.0 forum can be found here.