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
abharna vijayakumar
NA
4
1.3k
Groupbox into popup window in C#
Dec 15 2017 12:20 AM
Is that possible to bring groupbox from main form to popup window by clicking a button in c# windows form application ?
could you pls help me...
my code
private void button5_Click(object sender, EventArgs e)
{
var form = new Form();
form.Show(this.GroupVolume);
}
but its not working.
Reply
Answers (
2
)
Prevent backdate transation.
unsupported media type using GET method in httpclient c#