Why Join
Become a member
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
C# Corner Home
Technologies
MonthlyLeaders
ASK A QUESTION
Forumguidelines
Goran Bibic
710
2.4k
76.2k
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#