|
-
July 20th, 2005, 08:14 PM
#1
Updating the new controls
Hi there is a form .Form has some controls on it.one of the controls is clicked
when that takes place then i m moving the position of another control.
but i want to change te postion gradually on the form and view it
meaning
for(i=0 ; i<end ;i = i+step)
{
//1- change ths position of a control
//2- Update teh form
//3- delay
}
2 i guess its gonna be something like Form1.Update(false) if that MfC.
How do you do this in Vc# ?
Thanks in Adv.
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
|