Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

MinButton=True
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



Report this thread to moderator Post Follow-up to this message
Old Post
Jim Bunton
09-29-04 08:55 PM


RE: MinButton=True
Do 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
>
>
>

Report this thread to moderator Post Follow-up to this message
Old Post
Charlie
09-29-04 08:55 PM


Re: MinButton=True
Borderstyle 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



Report this thread to moderator Post Follow-up to this message
Old Post
Jim Bunton
09-29-04 08:55 PM


Re: MinButton=True
"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?



Report this thread to moderator Post Follow-up to this message
Old Post
Jeff Johnson [MVP: VB]
09-29-04 08:55 PM


Re: MinButton=True
Right, 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
>
>
>

Report this thread to moderator Post Follow-up to this message
Old Post
Charlie
09-29-04 08:55 PM


Re: MinButton=True
The 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



Report this thread to moderator Post Follow-up to this message
Old Post
Jim Bunton
09-29-04 08:55 PM


Re: MinButton=True
Sorry, 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
>
>
>

Report this thread to moderator Post Follow-up to this message
Old Post
Charlie
09-29-04 08:55 PM


Re: MinButton=True
I 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?
>
>
>

Report this thread to moderator Post Follow-up to this message
Old Post
Charlie
09-29-04 08:55 PM


Re: MinButton=True
Geranimo - 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



Report this thread to moderator Post Follow-up to this message
Old Post
Jim Bunton
09-29-04 08:55 PM


Re: MinButton=True
Jim 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..

Report this thread to moderator Post Follow-up to this message
Old Post
Ken Halter
09-29-04 08:55 PM


Sponsored Links




Last Thread Next Thread Next
Pages (2): [1] 2 »
Search this forum -> 
Post New Thread

Visual Basic archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 05:40 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.