|
|
![]() |
| Thread Tools | Search this Thread |
#1
| |||
| |||
Moving the forms Randomly Hey Guys, I want a code, that if i open the form, then it would randomly bounce around the screen. |
#2
| |||
| |||
Re: Moving the forms Randomly add a timer control, set it's interval to 100 or your desired speed. under timer1_timer event place this code: me.top = rnd * 10000 me.left = rnd * 10000 then run your project... |
![]() |
|
Tags: move forms |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Different forms of GPS in Take on Helicopters? | Farhat$ | Video Games | 7 | 31-10-2011 08:34 PM |
Where to get NIFT forms | Atakapa | Education Career and Job Discussions | 5 | 11-11-2010 02:16 PM |
Flash forms | MahaGuru | Software Development | 3 | 01-06-2009 06:32 PM |
Forms In C#.net | sagngh88 | Software Development | 1 | 19-05-2009 08:09 AM |
Variables to use in many forms! | RupaliP | Software Development | 3 | 19-02-2009 11:41 PM |