Results 1 to 8 of 8

Thread: [2005] Graphics to fill the void

  1. #1

    Thread Starter
    Frenzied Member circuits2's Avatar
    Join Date
    Sep 2006
    Location
    Kansas City, MO
    Posts
    1,027

    [2005] Graphics to fill the void

    Hey guys! I'm working on a new VB2005 app that is an MDI container which opens one nearly full-screen child at a time, which is then set to:

    Child.Dock = Dockstyle.Fill

    When the app is started, however, no useful children are open. I decided to open a blank child with some kind of graphic that will give the app a great opening appearance. Kind of like a splash page, but it will remain open until the user does something.

    My question is, does anyone have any good ideas for cool graphics that can stand alone on a black background? If it helps, this is a tooling program....


    Thanks!
    Show the love! Click (rate this post) under my name if I was helpful.

    My CodeBank Submissions: How to create a User Control | Move a form between Multiple Monitors (Screens) | Remove the MDI Client Border | Using Report Viewer with Visual Studio 2012 Express

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: [2005] Graphics to fill the void

    does your software have any sort of logo? that would be good for that.

    If not, then perhaps the name of the application made as a graphic in photoshop or fireworks that is done up with some "special effects" so it doesn't just look like some plain text...

    Also what do you mean by tooling?

  3. #3
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: [2005] Graphics to fill the void

    also, you don't need a blank child, you can draw right on the MDI parent background....

  4. #4

    Thread Starter
    Frenzied Member circuits2's Avatar
    Join Date
    Sep 2006
    Location
    Kansas City, MO
    Posts
    1,027

    Re: [2005] Graphics to fill the void

    Quote Originally Posted by kleinma
    Also what do you mean by tooling?
    Sorry, I should have been more specific. It's for electrical hand tools. That's as specific as I can get without breaching security. This app doesn't have a real logo so I can't use that. I thought about displaying the name of the app but that is incorporated into a tool bar at the top of the parent form. Is it safe to use something like a 3d illusion or some kind of digital rendering? I'm not sure where I'd find one....
    Show the love! Click (rate this post) under my name if I was helpful.

    My CodeBank Submissions: How to create a User Control | Move a form between Multiple Monitors (Screens) | Remove the MDI Client Border | Using Report Viewer with Visual Studio 2012 Express

  5. #5

    Thread Starter
    Frenzied Member circuits2's Avatar
    Join Date
    Sep 2006
    Location
    Kansas City, MO
    Posts
    1,027

    Re: [2005] Graphics to fill the void

    Quote Originally Posted by kleinma
    also, you don't need a blank child, you can draw right on the MDI parent background....
    Yeah.... something like a watermark would be cool. But I would have to change the color of the MDI background because the toolbar is black.
    Show the love! Click (rate this post) under my name if I was helpful.

    My CodeBank Submissions: How to create a User Control | Move a form between Multiple Monitors (Screens) | Remove the MDI Client Border | Using Report Viewer with Visual Studio 2012 Express

  6. #6
    Frenzied Member stimbo's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    1,739

    Re: [2005] Graphics to fill the void

    A 3-d rendering of a hairy ar$ed builder.

    Seems appropriate if the product is builder orientated.
    Stim

    Free VB.NET Book Chapter
    Visual Basic 2005 Cookbook Sample Chapter

  7. #7

    Thread Starter
    Frenzied Member circuits2's Avatar
    Join Date
    Sep 2006
    Location
    Kansas City, MO
    Posts
    1,027

    Re: [2005] Graphics to fill the void

    Quote Originally Posted by stimbo
    A 3-d rendering of a hairy ar$ed builder.

    Seems appropriate given the product.
    Interesting suggestion, though I might offend some of the end users with a similar appearance to the rendering!
    Show the love! Click (rate this post) under my name if I was helpful.

    My CodeBank Submissions: How to create a User Control | Move a form between Multiple Monitors (Screens) | Remove the MDI Client Border | Using Report Viewer with Visual Studio 2012 Express

  8. #8
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: [2005] Graphics to fill the void

    if the background is black, you don't have to use a black font... you could use white, gray, etc...

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