Hi,
I am creating an exe for which i need three conditions.
1. The windows form should randomly move over the screen w.r.t. time
2. A label on the form should move randomly w.r.t. time
3. A button should be moved w.r.t. Mouse, On mouse over the button should be placed some where in the form.
I am working in C# Windows App in .net 2003.
I am creating an exe for which i need three conditions.
1. The windows form should randomly move over the screen w.r.t. time
2. A label on the form should move randomly w.r.t. time
3. A button should be moved w.r.t. Mouse, On mouse over the button should be placed some where in the form.
I am working in C# Windows App in .net 2003.
Comment