Code Comments
Programming Forum and web based access to our favorite programming groups.Yes - min button = true ================== in immediate mode ? forms(0).name Rename ? forms(0).minbutton True =================== But the wretched form does not display it!! Makes me feel like I'm back in junior school!! Help! -- Jim Bunton --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.771 / Virus Database: 518 - Release Date: 28/09/2004
Post Follow-up to this messageDo you have Borderstyle = 2 - sizable? "Jim Bunton" wrote: > Yes - min button = true > ================== > in immediate mode > ? forms(0).name > Rename > ? forms(0).minbutton > True > =================== > But the wretched form does not display it!! > > Makes me feel like I'm back in junior school!! > > Help! > > -- > Jim Bunton > > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.771 / Virus Database: 518 - Release Date: 28/09/2004 > > >
Post Follow-up to this messageBorderstyle 3 Fixed Dialogue "Charlie" <Charlie@discussions.microsoft.com> wrote in message news:231FAA6C-6BFF-4941-935D-4DC520E5D247@microsoft.com... > Do you have Borderstyle = 2 - sizable? > > "Jim Bunton" wrote: > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.771 / Virus Database: 518 - Release Date: 28/09/2004
Post Follow-up to this message"Jim Bunton" <jBunton@BlueYonder.co.uk> wrote in message news:C6C6d.162849$hZ3.18207@fe2.news.blueyonder.co.uk... > Yes - min button = true > ================== > in immediate mode > ? forms(0).name > Rename > ? forms(0).minbutton > True > =================== > But the wretched form does not display it!! > > Makes me feel like I'm back in junior school!! > > Help! ??????????????? Did I miss something? What was the original issue?
Post Follow-up to this messageRight, the min and max buttons only seem to be available for Borderstyle 2 - Sizable "Jim Bunton" wrote: > Borderstyle 3 Fixed Dialogue > > "Charlie" <Charlie@discussions.microsoft.com> wrote in message > news:231FAA6C-6BFF-4941-935D-4DC520E5D247@microsoft.com... > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.771 / Virus Database: 518 - Release Date: 28/09/2004 > > >
Post Follow-up to this messageThe Original issue was as Below - minButton is set true but it isn't displaying on the form Charlie replied ? Do you have Borderstyle = 2 - sizable? I replied !Borderstyle 3 Fixed Dialogue! "Jeff Johnson [MVP: VB]" <i.get@enough.spam> wrote in message news:OW7bStkpEHA.2484@TK2MSFTNGP09.phx.gbl... > > "Jim Bunton" <jBunton@BlueYonder.co.uk> wrote in message > news:C6C6d.162849$hZ3.18207@fe2.news.blueyonder.co.uk... > > > ??????????????? > > Did I miss something? What was the original issue? > > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.771 / Virus Database: 518 - Release Date: 28/09/2004
Post Follow-up to this messageSorry, Borderstyle 1 - Fixed Single worked too. "Jim Bunton" wrote: > Borderstyle 3 Fixed Dialogue > > "Charlie" <Charlie@discussions.microsoft.com> wrote in message > news:231FAA6C-6BFF-4941-935D-4DC520E5D247@microsoft.com... > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.771 / Virus Database: 518 - Release Date: 28/09/2004 > > >
Post Follow-up to this messageI don't know if there was one. I just kinda guessed at what he wanted to kn ow. "Jeff Johnson [MVP: VB]" wrote: > > "Jim Bunton" <jBunton@BlueYonder.co.uk> wrote in message > news:C6C6d.162849$hZ3.18207@fe2.news.blueyonder.co.uk... > > > ??????????????? > > Did I miss something? What was the original issue? > > >
Post Follow-up to this messageGeranimo - AND FOR Fixed Single [so what's the difference between dialogue and fixed single!!] They 'look' exactly the same! But now I see it in Help! though it's a bit confusing as 3 is called Fixed double! VB HELP>>>>>>> vbFixedDouble 3 Fixed Dialog. Can include Control-menu box and title bar; can't include Maximize or Minimize buttons. Not resizable. vbFixedSingle 1 Fixed Single. Can include Control-menu box, title bar, Maximize button, and Minimize button. Resizable only using Maximize and Minimize buttons. End VB Help <<<<<<<<<<<<<<<<<<<<<< Perhaps this is something I should have learnt in Joonier skool Thanks for the lead Charlie! "Charlie" <Charlie@discussions.microsoft.com> wrote in message news:31027708-D86D-44A2-BCBD-0C4A95E9C958@microsoft.com... > Right, the min and max buttons only seem to be available for Borderstyle 2 - > Sizable > > "Jim Bunton" wrote: > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.771 / Virus Database: 518 - Release Date: 28/09/2004
Post Follow-up to this messageJim Bunton wrote: > Borderstyle 3 Fixed Dialogue According to help, that should work (but it doesn't). "To display a Minimize button, you must also set the form's BorderStyle property to either 1 (Fixed Single), 2 (Sizable), or 3 (Fixed Double)." According to help.... (btw. Help is wrong about this) "The settings you specify for the MaxButton, MinButton, BorderStyle, and ControlBox properties aren't reflected in the form's appearance until run time." -- Ken Halter - MS-MVP-VB - http://www.vbsight.com Please keep all discussions in the groups..
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.