VBA

Moderators: PavlinII
Number of threads: 1614
Number of posts: 3000

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Edit Report
Is this a Bug? Posted by Jon Kurpias on 13 May 2000 at 10:25 AM
In ACCESS, create a form, add 2 labels and a sub to handle the resize event:<br>
<br>
Private Sub Form_Resize()<br>
Me.Label0.Caption = Me.Width<br>
Me.Label1.Caption = Me.Detail.Height<br>
Beep<br>
End Sub<br>
<br>
Open the form & the Width/Height values are correct. Resize the form, it beeps and does not change the Width/Height values!





 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.