burhan
Tue Dec 16 14:19:28 CST 2003
thanks for your guidance,
burhan
"Tim Wilson [MVP]" <Tim_Wilson@[DieSpamDie]Rogers.com> wrote in message
news:OZ6hfj9wDHA.2316@TK2MSFTNGP10.phx.gbl...
> Ok, so you are looking to remove an MDI child windows icon when it's
merged
> with the MainMenu of the MDI parent. I looked around and couldn't find a
way
> to completely remove the icon after the merge (that's not to say that you
> can't do this it's just that I didn't find a way). But you could create a
> blank icon and use that. So create an icon using VS.Net and erase all it's
> content (for both 16x16 and 32x32), and then assign this icon to all the
MDI
> children.
>
> --
> Tim Wilson
> .Net Compact Framework MVP
>
> "burhan" <ghn@hotmail.com> wrote in message
> news:OvcCS66wDHA.1576@TK2MSFTNGP11.phx.gbl...
> > this is the point what i mean,
> >
> > In your example, open several documents and maximize them. You'll see
app
> > icon left side of Menu.
> >
> > can have any suggestion?
> > thanks
> >
> > gburhan
> >
> >
> >
> > "Tim Wilson [MVP]" <Tim_Wilson@[DieSpamDie]Rogers.com> wrote in message
> > news:OXOTCP1wDHA.2136@TK2MSFTNGP10.phx.gbl...
> > > If I'm understanding you correctly then it should still work fine. See
> the
> > > attached zip file for a solution.
> > >
> > > --
> > > Tim Wilson
> > > .Net Compact Framework MVP
> > >
> > > "burhan" <ghn@hotmail.com> wrote in message
> > > news:eoTn%2310wDHA.2568@TK2MSFTNGP09.phx.gbl...
> > > > In basic WindowsApplication, when I set FormBorderStyle property to
> > > > FixedDialog(C#) its ok, but
> > > >
> > > > My Application's main form as mdiparent and other forms-want to
avoid
> > > icon-
> > > > are mdiclient.
> > > > So, when i set it as before not working properly.
> > > >
> > > > waiting your suggestions.
> > > >
> > > > "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in
message
> > > > news:brl53n$4il5a$2@ID-208219.news.uni-berlin.de...
> > > > > * "burhan" <ghn@hotmail.com> scripsit:
> > > > > > I don't want to use form's icon on main form. Bur can not set to
> > null.
> > > > >
> > > > > Set the form's 'ControlBox' property to 'False' or use a dialog
form
> > > > > ('FormBorderStyle' property). Then set the 'Icon' property to
> > 'Nothing'
> > > > >
> > > > > --
> > > > > Herfried K. Wagner [MVP]
> > > > > <
http://www.mvps.org/dotnet>
> > > >
> > > >
> > >
> > >
> > >
> >
> >
>
>