im trying to move panel in windows form and i used timer also , my code is
pnlMove.Location = new Point(pnlMove.Location.X, pnlMove.Location.Y - 8);
it is just moving step by step, but i want to move slow for 30sec , any one can help me
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nilesh ShahPosted Feb 23, 2017, 11:38 AM
Amit GuptaPosted Feb 23, 2017, 10:45 AM
Guest UserPosted Feb 23, 2017, 10:33 AM