|
-
Sep 18th, 2012, 10:54 AM
#1
Thread Starter
PowerPoster
[RESOLVED] make a picturebox expand by increments using a timer
Hi
I have a picturebox that contains images and labels
I am trouble make it expand to the proper height-width using a timer
Private Sub Timer2_Timer() 'expand
With picOpenOptions
.Visible = True
.Width = .Width + 90
.Height = .Height + 160
If .Width >= 2025 And .Height >= 4095 Then
Timer2.Enabled = False
End If
sometimes the height is wrong and other times the width
How can i write this ?
Waiting for a full featured smart phone with out marrying a provider
Go Android
Go raiders 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|