Results 1 to 8 of 8

Thread: Post your GUIs

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2000
    Location
    Peterborough, Cambs, England
    Posts
    176

    Post your GUIs

    Let's face it, a lot of applications which have been written in VB have poorly designed GUIs.

    To offer inspiration, post your best GUI designs in here.

    Here's one of mine... from an indevelopment project which allows my IT department to mangage all the computers in our company from one console.

    http://www.v12digital.com/screenshots/j-task02.jpg

    http://www.v12digital.com/screenshots/jtaskbeta.jpg
    Last edited by PaulB; Jan 13th, 2005 at 09:58 AM.

  2. #2
    Fanatic Member
    Join Date
    Sep 2000
    Posts
    770

    Re: Post your GUIs

    wow... thats pretty slick. gj!

  3. #3
    Addicted Member DKasler's Avatar
    Join Date
    Jan 2005
    Location
    Brooklyn, NYC
    Posts
    177

    Re: Post your GUIs

    Quote Originally Posted by PaulB
    Let's face it, a lot of applications which have been written in VB have poorly designed GUIs.

    To offer inspiration, post your best GUI designs in here.

    Here's one of mine... from an indevelopment project which allows my IT department to mangage all the computers in our company from one console.

    http://www.v12digital.com/screenshots/j-task02.jpg

    http://www.v12digital.com/screenshots/jtaskbeta.jpg
    To quote Peter Griffen... "Holy Crap". Thats incredible.
    -----MY SITES-----
    BayRidgeNights.Com - NYC Nightlife Forums

    Fight Communism - Rate Posts!

  4. #4
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Post your GUIs

    CRAP! Now I feel the urge to toss out the app I've been working on and give something else a shot.

    What components did you use for those?

    Tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  5. #5
    Addicted Member DKasler's Avatar
    Join Date
    Jan 2005
    Location
    Brooklyn, NYC
    Posts
    177

    Re: Post your GUIs

    Quote Originally Posted by techgnome
    CRAP! Now I feel the urge to toss out the app I've been working on and give something else a shot.

    What components did you use for those?

    Tg
    That makes 2 of us. I feel my inferiority complex growing. lol
    Last edited by DKasler; Feb 7th, 2005 at 01:38 PM.
    -----MY SITES-----
    BayRidgeNights.Com - NYC Nightlife Forums

    Fight Communism - Rate Posts!

  6. #6
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Post your GUIs

    VERY VERY nice professionally looking GUI. This would be something that
    could compete with any M$ app. This is also something that I thought would
    be a good VBF Contest idea - A purely GUI design competition.

    I too would like to know where you got the controls or did you make them
    yourself?
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  7. #7

    Thread Starter
    Addicted Member
    Join Date
    Jan 2000
    Location
    Peterborough, Cambs, England
    Posts
    176

    Re: Post your GUIs

    The GUI is made by looping through an array and blitting sprites based on what is in the array into a picture box. It redraws in real-time as you scroll and collapse/expand sections. I worked out an algorithm so that it scrolls smoothly and it only draws the area which is being displayed to further increase its efficiency. I've also made grid controls using similar methods. My first grid control had many more features than the MSFlexGrid, and it was much faster to add items to it. I've also produced a progress bar which is over five times faster at redrawing than the standard bar included with VB, yet my progress bar draws with a 24bit colour gradient and a translucent inner shadow. See here, here and here.

    Here is my latest project... please be aware that it is still in development... so it will look better by the time its done.

    This is an appointment screen. Again its just a picture box with blitted sprites. Using MouseMove event I can see which array element the use is dragging, update the array and redraw the display. This means that the user can drag these appointments around the screen as if they are objects. They can also resize then my dragging either the top or bottom of an appointment. It runs silky smooth on a low spec. PC. (600MHz P3, NeoMagic graphics chip).

    Click here to see it

    and this is another screen from the same program.
    Last edited by PaulB; Feb 22nd, 2005 at 05:02 AM.

  8. #8

    Thread Starter
    Addicted Member
    Join Date
    Jan 2000
    Location
    Peterborough, Cambs, England
    Posts
    176

    Re: Post your GUIs

    Quote Originally Posted by RobDog888
    VERY VERY nice professionally looking GUI. This would be something that
    could compete with any M$ app. This is also something that I thought would
    be a good VBF Contest idea - A purely GUI design competition.

    I too would like to know where you got the controls or did you make them
    yourself?
    Thanks. I created the components myself. As for M$ apps... I get my inspiration from Mac OS X mainly because I got a Mac about a year ago, and I've learned a lot from the way they do things.
    Last edited by PaulB; Feb 22nd, 2005 at 04:43 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width