Results 1 to 30 of 30

Thread: [2005] Size Up ^^^^

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2006
    Posts
    219

    [2005] Size Up ^^^^

    I have added the following codefor a form to spring in at loading time:
    VB Code:
    1. 'Original size reminder 423,384
    2.         Do While Me.Size.Height = 357 & Me.Size.Width = 391
    3.             Me.Refresh()
    4.             Me.Height = 423
    5.             Me.Width = 384
    But it does'nt work.
    What am I doing wrong?
    As always,any advice given would be much appreciated
    Last edited by Louix; Oct 5th, 2006 at 01:58 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width