TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
nicole castel
NA
208
47.7k
Sliding effect inside a form application
May 30 2011 11:27 AM
Hello
I have seen this article
http://www.c-sharpcorner.com/UploadFile/kirtan007/761/
which shows how to make a slide effect,I want to know how can I make a slide effect inside a form,I mean I have a radio button and when I check it I that want two other buttons appears inside the mainform.
I tried to put the radio button in a groupbox and i changed the code in the article into:
int WidthOfMain = Application.OpenForms["groupBox1"].Width;
int HeightofMain = Application.OpenForms["groupBox1"].Height;
int LocationMainX = Application.OpenForms["groupBox1"].Location.X;
int locationMainy = Application.OpenForms["groupBox1"].Location.Y;
But i get an exception,Can you help me please? Can you give me an idea ?
Thank you in advance
Good day
Reply
Answers (
4
)
how to downloading docx, xlsx and pptx
c# how to predict process memory consume