Hi,

I'm french and I don't find the answer at my question. You are my last
chance and sorry for my english...
I'm in VB .NET 2002

I have a MDI form with the property ControlBox at FALSE. When the MDI Form
appears, no problem, we have not ther controlbox. But when I maximize the
MDI Form, the controlBox appears and I DON'T WANT THAT !!!!!

How Can I do for that this controlbox don't appears in this MDI form

Thanks

Sylo

Re: Controlbox MDI form by Saurabh

Saurabh
Thu Jun 03 07:33:37 CDT 2004

Bon jour,

It must be a bug, can somebody confirm this
Sylo, excuse my french, I know only those 2 words ;)

--Saurabh
"Sylo" <devbnet@free.fr> wrote in message
news:uBSTDJWSEHA.3844@TK2MSFTNGP11.phx.gbl...
> Hi,
>
> I'm french and I don't find the answer at my question. You are my last
> chance and sorry for my english...
> I'm in VB .NET 2002
>
> I have a MDI form with the property ControlBox at FALSE. When the MDI Form
> appears, no problem, we have not ther controlbox. But when I maximize the
> MDI Form, the controlBox appears and I DON'T WANT THAT !!!!!
>
> How Can I do for that this controlbox don't appears in this MDI form
>
> Thanks
>
> Sylo
>
>



Re: Controlbox MDI form by Armin

Armin
Thu Jun 03 07:40:10 CDT 2004

"Sylo" <devbnet@free.fr> schrieb
> Hi,
>
> I'm french and I don't find the answer at my question. You are my
> last chance and sorry for my english...
> I'm in VB .NET 2002
>
> I have a MDI form with the property ControlBox at FALSE. When the MDI
> Form appears, no problem, we have not ther controlbox. But when I
> maximize the MDI Form, the controlBox appears and I DON'T WANT THAT
> !!!!!
>
> How Can I do for that this controlbox don't appears in this MDI
> form

If you don't want a controlbox, it is not an MDI child form. All MDI child
forms can be resized, maximized, minimized, and when they are maximized, the
MDI parent shows the controlboxes.


--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html


Re: Controlbox MDI form by hirf-spam-me-here

hirf-spam-me-here
Thu Jun 03 10:01:31 CDT 2004

* "Saurabh" <saurabh@nagpurcity.net> scripsit:
> It must be a bug, can somebody confirm this
> Sylo, excuse my french, I know only those 2 words ;)

I wouldn't say that this is a bug. All MDI children are considered to
be "documents". All documents can be resized, maximized and minimized.
If you want to show a form that doesn't need this functionality, don't
display it as MDI child.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Re: Controlbox MDI form by Saurabh

Saurabh
Thu Jun 03 10:48:40 CDT 2004

Okay okay,
technically you are correct, that the MDI child and blah blah.... why did it
not add a control box as soon as I added the form into the MDI Container,
why did it wait till I maximised the form? Could this be a bug ?

--Saurabh

"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:2i8t5bFjkng8U4@uni-berlin.de...
> * "Saurabh" <saurabh@nagpurcity.net> scripsit:
> > It must be a bug, can somebody confirm this
> > Sylo, excuse my french, I know only those 2 words ;)
>
> I wouldn't say that this is a bug. All MDI children are considered to
> be "documents". All documents can be resized, maximized and minimized.
> If you want to show a form that doesn't need this functionality, don't
> display it as MDI child.
>
> --
> Herfried K. Wagner [MVP]
> <URL:http://dotnet.mvps.org/>



Re: Controlbox MDI form by hirf-spam-me-here

hirf-spam-me-here
Thu Jun 03 12:39:50 CDT 2004

* "Saurabh" <saurabh@nagpurcity.net> scripsit:
> technically you are correct, that the MDI child and blah blah.... why did it
> not add a control box as soon as I added the form into the MDI Container,
> why did it wait till I maximised the form? Could this be a bug ?

Mhm... I still don't think so. This behavior results out of something
that "should" not be done.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Re: Controlbox MDI form by Sylo

Sylo
Fri Jun 04 02:36:30 CDT 2004

Thanks to all...
I looking for another solution...
SYLO

"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> a écrit dans le
message de news:2i9640Fkpdj8U1@uni-berlin.de...
> * "Saurabh" <saurabh@nagpurcity.net> scripsit:
> > technically you are correct, that the MDI child and blah blah.... why
did it
> > not add a control box as soon as I added the form into the MDI
Container,
> > why did it wait till I maximised the form? Could this be a bug ?
>
> Mhm... I still don't think so. This behavior results out of something
> that "should" not be done.
>
> --
> Herfried K. Wagner [MVP]
> <URL:http://dotnet.mvps.org/>



Re: Controlbox MDI form by Bismark

Bismark
Wed Jun 23 13:31:35 CDT 2004

Lol big mistake ! the only two words you know are in fact only one word in
french !:-) Bonjour in one word ! lol


"Saurabh" <saurabh@nagpurcity.net> a écrit dans le message de
news:elMOAcWSEHA.504@TK2MSFTNGP11.phx.gbl...
> Bon jour,
>
> It must be a bug, can somebody confirm this
> Sylo, excuse my french, I know only those 2 words ;)
>
> --Saurabh
> "Sylo" <devbnet@free.fr> wrote in message
> news:uBSTDJWSEHA.3844@TK2MSFTNGP11.phx.gbl...
> > Hi,
> >
> > I'm french and I don't find the answer at my question. You are my last
> > chance and sorry for my english...
> > I'm in VB .NET 2002
> >
> > I have a MDI form with the property ControlBox at FALSE. When the MDI
Form
> > appears, no problem, we have not ther controlbox. But when I maximize
the
> > MDI Form, the controlBox appears and I DON'T WANT THAT !!!!!
> >
> > How Can I do for that this controlbox don't appears in this MDI form
> >
> > Thanks
> >
> > Sylo
> >
> >
>
>



Re: Controlbox MDI form by Cor

Cor
Thu Jun 24 02:56:05 CDT 2004

Hi Bismark,

Is it important in these newsgroups to have critique on people on there use
of a language?

In fact, you as French-speaking person have to know that bon and jour are
two French words.

It is maybe used wrong; however, your statement is as well wrong. So please
do not in a degenerate way correct people, which try to be polite because of
the fact that your knowledge of the French language is better.

Just my thought about this

Cor





"Bismark Prods" <xanaia#nospam#@urbanet.ch> schreef in bericht
news:cbcia5$6k0$1@newshispeed.ch...
> Lol big mistake ! the only two words you know are in fact only one word in
> french !:-) Bonjour in one word ! lol
>
>
> "Saurabh" <saurabh@nagpurcity.net> a écrit dans le message de
> news:elMOAcWSEHA.504@TK2MSFTNGP11.phx.gbl...
> > Bon jour,
> >
> > It must be a bug, can somebody confirm this
> > Sylo, excuse my french, I know only those 2 words ;)
> >
> > --Saurabh
> > "Sylo" <devbnet@free.fr> wrote in message
> > news:uBSTDJWSEHA.3844@TK2MSFTNGP11.phx.gbl...
> > > Hi,
> > >
> > > I'm french and I don't find the answer at my question. You are my last
> > > chance and sorry for my english...
> > > I'm in VB .NET 2002
> > >
> > > I have a MDI form with the property ControlBox at FALSE. When the MDI
> Form
> > > appears, no problem, we have not ther controlbox. But when I maximize
> the
> > > MDI Form, the controlBox appears and I DON'T WANT THAT !!!!!
> > >
> > > How Can I do for that this controlbox don't appears in this MDI form
> > >
> > > Thanks
> > >
> > > Sylo
> > >
> > >
> >
> >
>
>



Re: Controlbox MDI form by Bismark

Bismark
Thu Jun 24 03:04:24 CDT 2004

Hi, my thought about this that you haven't any slice of humour ! Probably
too deep in your source code to see other things in life !

Juste my thought about this

Bismark

"Cor Ligthert" <notfirstname@planet.nl> a écrit dans le message de
news:eIN7cDcWEHA.1356@TK2MSFTNGP09.phx.gbl...
> Hi Bismark,
>
> Is it important in these newsgroups to have critique on people on there
use
> of a language?
>
> In fact, you as French-speaking person have to know that bon and jour are
> two French words.
>
> It is maybe used wrong; however, your statement is as well wrong. So
please
> do not in a degenerate way correct people, which try to be polite because
of
> the fact that your knowledge of the French language is better.
>
> Just my thought about this
>
> Cor
>
>
>
>
>
> "Bismark Prods" <xanaia#nospam#@urbanet.ch> schreef in bericht
> news:cbcia5$6k0$1@newshispeed.ch...
> > Lol big mistake ! the only two words you know are in fact only one word
in
> > french !:-) Bonjour in one word ! lol
> >
> >
> > "Saurabh" <saurabh@nagpurcity.net> a écrit dans le message de
> > news:elMOAcWSEHA.504@TK2MSFTNGP11.phx.gbl...
> > > Bon jour,
> > >
> > > It must be a bug, can somebody confirm this
> > > Sylo, excuse my french, I know only those 2 words ;)
> > >
> > > --Saurabh
> > > "Sylo" <devbnet@free.fr> wrote in message
> > > news:uBSTDJWSEHA.3844@TK2MSFTNGP11.phx.gbl...
> > > > Hi,
> > > >
> > > > I'm french and I don't find the answer at my question. You are my
last
> > > > chance and sorry for my english...
> > > > I'm in VB .NET 2002
> > > >
> > > > I have a MDI form with the property ControlBox at FALSE. When the
MDI
> > Form
> > > > appears, no problem, we have not ther controlbox. But when I
maximize
> > the
> > > > MDI Form, the controlBox appears and I DON'T WANT THAT !!!!!
> > > >
> > > > How Can I do for that this controlbox don't appears in this MDI form
> > > >
> > > > Thanks
> > > >
> > > > Sylo
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Re: Controlbox MDI form by Cor

Cor
Thu Jun 24 03:30:23 CDT 2004

In my opinion this is a sick way of humour, nothing to do with that, just
trying to pull yourself on a higher level than others just because you know
better French, try to answer it in the language of the other one, than I can
appreciate it because you give him than the change to fight back.

> Hi, my thought about this that you haven't any slice of humour ! Probably
> too deep in your source code to see other things in life !
>
> Juste my thought about this



Re: Controlbox MDI form by Bismark

Bismark
Thu Jun 24 04:18:17 CDT 2004

You stupid !

I've no words to tell how you're stupid in my opinion !

"Cor Ligthert" <notfirstname@planet.nl> a écrit dans le message de
news:OTPLnWcWEHA.500@TK2MSFTNGP09.phx.gbl...
> In my opinion this is a sick way of humour, nothing to do with that, just
> trying to pull yourself on a higher level than others just because you
know
> better French, try to answer it in the language of the other one, than I
can
> appreciate it because you give him than the change to fight back.
>
> > Hi, my thought about this that you haven't any slice of humour !
Probably
> > too deep in your source code to see other things in life !
> >
> > Juste my thought about this
>
>



Re: Controlbox MDI form by Bismark

Bismark
Thu Jun 24 04:20:48 CDT 2004

Comme dirait Molière :

Traître, insolent, trompeur,lâche,coquin,pendard,gueux,
belître,fripon,maraud,voleur !!!!


"Cor Ligthert" <notfirstname@planet.nl> a écrit dans le message de
news:OTPLnWcWEHA.500@TK2MSFTNGP09.phx.gbl...
> In my opinion this is a sick way of humour, nothing to do with that, just
> trying to pull yourself on a higher level than others just because you
know
> better French, try to answer it in the language of the other one, than I
can
> appreciate it because you give him than the change to fight back.
>
> > Hi, my thought about this that you haven't any slice of humour !
Probably
> > too deep in your source code to see other things in life !
> >
> > Juste my thought about this
>
>



Re: Controlbox MDI form by Cor

Cor
Thu Jun 24 04:53:46 CDT 2004

> Comme dirait Molière :
>
> Traître, insolent, trompeur,lâche,coquin,pendard,gueux,
> belître,fripon,maraud,voleur !!!!

I thought he wrote it in a sentence that when you are not able to say
anything true anymore you can use those words.