Wrox Programmer Forums
|
Visual Basic 2005 Basics If you are new to Visual Basic programming with version 2005, this is the place to start your questions. For questions about the book: Beginning Visual Basic 2005 by Thearon Willis and Bryan Newsome, ISBN: 0-7645-7401-9 please, use this forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Basic 2005 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 9th, 2008, 03:35 PM
Friend of Wrox
 
Join Date: Jun 2005
Posts: 244
Thanks: 3
Thanked 4 Times in 4 Posts
Default GUI I hate the default

Hey,
    You all know the defualt GUI the oldcontrol box and blue title bar stuff. You all, also know about the Windows Media Player 10 and 11 GUI, no blue title bar there, or control box(standard). So my question i suppose, is: "How do you do it?"

    Cheers,

I heard you do it will the shell, I think shelling is the term, I'm not sure though.

------------------------------------------------
Apocolypse2005
Always ready and waiting to be helped! Soon changing as I have got so much better as a programmer!
__________________
Apocolypse2005, I'm a programmer - of sorts.
 
Old April 9th, 2008, 04:21 PM
Friend of Wrox
 
Join Date: Nov 2004
Posts: 1,621
Thanks: 1
Thanked 3 Times in 3 Posts
Default

Well, shelling, as I understand it, is launching a separate app, as was done with VB6’s Shell statement.

I can kind of see the idea in my mind... All apps are windows, and those windows own a section of the screen. The operating system has a lot of control over that rectangle... The Part I don’t know, is how to tell the OS what it is that you want.

As I’m typing this, I’m seeming to remember that you can specify the height of the title bar. If you set it to 0, then the whole window is client area, and you can paint onto it whatever you cna imagine.

You didn’t ask for this advice, but here it is anyway: It is really easy to make an interface that is really amusing the 1st 10 times you see, it, after which you can't wait to get rid of it. Use a conservative approach as you redesign the look and feel...
 
Old April 9th, 2008, 07:46 PM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

At first glance I thought you were asking to change the look and feel of Visual Studio but after rereading your post and then Brian's, what you are really asking is "How can I reskin my form to be more eye appealing"...I think anyway.

This isn't exactly the easiest thing to explain because it can get very involved since it involves dipping in the GDI+ classes. I would suggest checking out Google: http://www.google.com/search?hl=en&q...+Form+Skinning

Lastly, heed Brian's advice. Eye Candy is normally good for an intital "WOW" factor but if the UI is garbage and hard to use it won't matter how much "WOW" you have packed into the app.

hth.
-Doug



================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
.: Wrox Technical Editor / Author :.
Wrox Books 24 x 7
================================================== =========





Similar Threads
Thread Thread Starter Forum Replies Last Post
Please help! i hate...double and single quotes... keita Classic ASP Basics 3 March 28th, 2007 11:12 AM
Anybody else learning to HATE pear::DB? biot023 BOOK: Professional PHP 5 ISBN: 978-0-7645-7282-1 2 March 15th, 2005 04:58 AM
Don't Ya Just Hate This? Ben Horne Javascript 3 October 18th, 2004 09:46 PM
help in GUI khfarooq Java GUI 5 August 22nd, 2004 05:00 AM
GUI Components Slater BOOK: Beginning Java 2 1 June 18th, 2004 12:09 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.