private sub form1_load() frame1.height = 200 end sub____________________________
Quote
private sub timer1_timer()
timer1.interval = 1000
end sub
timer1.interval = 1000
end sub
private sub button1_click() while frame1.height <= 3465 timer1.enabled = true frame1.height = int(frame1.height) + 50 wend end sub
// my intintions with this code that when i click the button the frame's height will increase up to the desired size in time duration... but with my code, their is no action, or no reaction that trigger when i click the button. Pls anyone can help me with this, pls debug my code...Thanks!


Sign In
Create Account

Back to top









