Prev: Reference to a DLL on the network
Next: compiled on visual studio 2003 on windows XP, want to install on w
From: Alain Dekker on 25 Mar 2010 10:56 I'm trying to create a dialog which cannot be resized and when the user double-clicks the title bar, it should NOT become full-screen size. Also, I'd like a minimise button only. I can't seem to get this right. What am I missing? Thanks in advance, Alain
From: Patrice on 25 Mar 2010 11:30 > I'm trying to create a dialog which cannot be resized and when the user > double-clicks the title bar, it should NOT become full-screen size. Also, > I'd like a minimise button only. > > I can't seem to get this right. What am I missing? What have you tried that doesn't work ? Setting FormBorderStyle to FixedDialog and MaximizeBox to False seems to work here (.NET .3.5)... -- Patrice
From: kevinp on 25 Mar 2010 14:08 Look at the Form BorderStyle property. On Thu, 25 Mar 2010 14:56:51 -0000, "Alain Dekker" <abdekker(a)NOSPAM.fsmail.net> wrote: >I'm trying to create a dialog which cannot be resized and when the user >double-clicks the title bar, it should NOT become full-screen size. Also, >I'd like a minimise button only. > >I can't seem to get this right. What am I missing? > >Thanks in advance, >Alain >
From: Alain Dekker on 29 Mar 2010 12:58
Thanks to both, that was it. New to VB .NET 1.1 (VS 2003.NET). More used to the VS6 IDE. Thanks again! Alain "kevinp" <kevinp(a)nospam.com> wrote in message news:cj9nq595p5168s49mb8fcvadhuv20oiior(a)4ax.com... > Look at the Form BorderStyle property. > > > On Thu, 25 Mar 2010 14:56:51 -0000, "Alain Dekker" > <abdekker(a)NOSPAM.fsmail.net> wrote: > >>I'm trying to create a dialog which cannot be resized and when the user >>double-clicks the title bar, it should NOT become full-screen size. Also, >>I'd like a minimise button only. >> >>I can't seem to get this right. What am I missing? >> >>Thanks in advance, >>Alain >> |