icon of the MDI-container menuBar

G

Guest

I am building an MDI application.
I have a menuBar on the MDI-container.
When I open a child form, an icon appears on the left of this menuBar.
I would like this icon not to be displayed. Is there a way, programmatically
(VB) to delete it?

Thank you
Chris
 
H

Herfried K. Wagner [MVP]

Chris said:
I am building an MDI application.
I have a menuBar on the MDI-container.
When I open a child form, an icon appears on the left
of this menuBar. I would like this icon not to be displayed.
Is there a way, programmatically (VB) to delete it?

I am curious for what specific reason you want a non-standard UI...
 
G

Guest

Herfried K. Wagner said:
I am curious for what specific reason you want a non-standard UI...

Hi Herfried
I just don't want the user to click on the menu Items of the icon. I want to
handle all the process throught the menu items I created or the forms
controls.
Do you have any answer to my pb?
Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top