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
mds336
NA
7
0
MDI Child Window Menu Issue
Sep 27 2003 11:02 AM
I am having a menu issue when I open my child form. I have set the following properties on my child form: WindowState = Maximized, FormBorderStyle = FixedDialog, ContolBox = false, MaximizeBox = false and MinimizeBox = false. I create the form with the following code Form1 Frm = new Form1(); Frm.MdiParent = this; Frm.SHow(); When the child form opens an icon is placed to the left of the first item in the menu. When clicked on it gives you the restore options. Is there any way to stop the this from happening?
Reply
Answers (
5
)
ActiveX form in C#
TextBox and cursor problem