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
Goran Bibic
482
2.9k
198.1k
Show opened form ismdicontainer C#
Nov 4 2019 10:15 AM
I use form with option
IsMdiContsiner = True
Need when click on button to show child form in container
If is opened to show that opened child form, if not opened to open new
private
void
KnjigaIzlaznihFakturaToolStripMenuItem1_Click(
object
sender, EventArgs e)
{
_6102_KIF newMDIChild =
new
_6102_KIF
{
MdiParent =
this
};
newMDIChild.Show();
}
Reply
Answers (
1
)
how to make database details as option
Select image from db to pdf document C#