Loading

VB6 : Resizing of picture of MDI and multi monitor adjustment

2 posts / 0 new
Last post
Offline
Joined: 10/26/2009
VB6 : Resizing of picture of MDI and multi monitor adjustment

Can you please advice how i can code to adjust the mdi picture when form resize event executed, and how i cah adjust the form and control according to the default screen sizes?

admin's picture
Offline
Joined: 11/14/2008
re: VB6 : Resizing of picture of MDI and multi monitor adjustmen

Use ScaleWidth or ScaleHieght

Ex.

Me.Picture1.Width = Me.ScaleWidth

Pages

Add new comment

Filtered HTML

  • You may insert videos with [video:URL]
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <asp>, <c>, <cpp>, <csharp>, <css>, <html4strict>, <java>, <javascript>, <mysql>, <php>, <python>, <sql>, <vb>, <vbnet>. The supported tag styles are: <foo>, [foo].
  • Lines and paragraphs break automatically.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.