Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > General > A daft question about screen resolutions


Reply
 
Thread Tools Display Modes
  #1  
Old 07-16-2002, 04:56 AM
ROBSON_SP
Guest
 
Posts: n/a
Default A daft question about screen resolutions


Hi

My application an SDI application that is used to analyse large quantities of data (by eye). To enable even larger quantities of data to be analysed I'm running the app on a resolution of 1920x1200. All is well except that my toolbars and menus appear very small to the user. Is there a way of avoiding this for toolbars and menus perhaps using the API? Is there anything that will allow me to magnify the toolbar on a mouse event for example?

Cheers

Simon
Reply With Quote
  #2  
Old 07-16-2002, 05:06 AM
AndreRyan AndreRyan is offline
Contributor
 
Join Date: Jan 2002
Posts: 489
Default

Not as far as I know but you could make up a custom Menu system(Uses Image and Pciture Boxes as Menu Items which can have Visible turned on or off)

Actually there is some APIs which come to mind but they would be FAR to complicated to insert into an app like this
__________________
If you're a beginner or have little experience don't launch into something beyond your abilities, for example don't start game programming by trying to make a 3D first person shooter if you have no idea how to use DirectX and/or OpenGL or how to keep track of objects in a 2D plane let alone a 3D one.
Reply With Quote
  #3  
Old 07-16-2002, 05:47 AM
Banjo's Avatar
Banjo Banjo is offline
Hell's Angel

Retired Moderator
* Guru *
 
Join Date: Jul 2001
Location: Yorkshire, UK
Posts: 10,394
Post

The APIs to which AndreRyan refers are collectively called owner drawn menus. Effectively you take over the responsibility for drawing the menus from the VB runtimes.

You can find an article on this topic at EliteVB
__________________
A wise one man once said "what you talking about dog breath"
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->