Results 1 to 13 of 13

Thread: form design

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2007
    Posts
    617

    form design

    normally we start application with login form and the idea of having the forum look consistent and have a neat image background impress our user. and im close to the deployment of my project w/ a problem where to get this neat login form background image...

    im not a photo editor savvy so i preferred to used existing image for background.

    can you provide images for free? please indicate link, thanks.

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: form design

    Thread moved from Application Deployment forum, which is for questions about installing/distributing your software

  3. #3
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    Re: form design

    Quote Originally Posted by jlbantang
    normally we start application with login form and the idea of having the forum look consistent and have a neat image background impress our user. and im close to the deployment of my project w/ a problem where to get this neat login form background image...
    There are many pre-defined forms such as a splash screen or about dialog form which you can add into your project via the Add > New Item menu. These have standard, default images for you to use.

    Alternatively you can enter "free wallpapers" into a search engine and use MS Word to crop these before copying and pasting into Paint if you wanted to avoid using tools such as Paint.Net or Photoshop.

    If this is for a company application which is being passed onto or sold onto clients, then what about the possibility of asking everyone in your company if they have graphics experience or hiring a design shop as getting your company logo to appear professional would, I imagine, be well worth the spend.

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2007
    Posts
    617

    Re: form design

    sweet. thanx for the idea.

  5. #5
    Fanatic Member CodedFire's Avatar
    Join Date
    Aug 2007
    Location
    In Cog Neato
    Posts
    568

    Re: form design

    Well i tend to use a couple of images scaled down to size. Consider one of my applications login screen. I use stock images alot in my applications, be they photographic or grapphic. I use www.123rf.com as they allow me to only buy the images I need via a credit system. Anyway here is the login screen.
    Languages: Visual Basic 05/08, C# 08
    IDE: Express Editions
    Framework: 2.0, 3.0, 3.5


    Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2007
    Posts
    617

    Re: form design

    woW! this what a login screen should look like my current project is something like rating and report will be presented into graph chart... i was thinking to add charts in as bground in login... but i cant find a neat graph image..

  7. #7
    Fanatic Member CodedFire's Avatar
    Join Date
    Aug 2007
    Location
    In Cog Neato
    Posts
    568

    Re: form design

    Well consider what i said about 123rf.com. This is what i get when i type in graphs. http://www.123rf.com/search.php?word...emsperpage=100

    You dont have to be an expert at graphics to crop them to your desired size. also if you like the swishes here is some examples: http://www.123rf.com/search.php?word=similar:588696
    Languages: Visual Basic 05/08, C# 08
    IDE: Express Editions
    Framework: 2.0, 3.0, 3.5


    Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak

  8. #8
    Fanatic Member CodedFire's Avatar
    Join Date
    Aug 2007
    Location
    In Cog Neato
    Posts
    568

    Re: form design

    Design is also an iteritive process as this topic shows. (even i had to start somewhere!) http://www.vbforums.com/showthread.php?t=518314
    Languages: Visual Basic 05/08, C# 08
    IDE: Express Editions
    Framework: 2.0, 3.0, 3.5


    Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak

  9. #9

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2007
    Posts
    617

    Re: form design

    great imgs. thanks. lotta selection

  10. #10
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: form design

    Quote Originally Posted by alex_read

    Alternatively you can enter "free wallpapers" into a search engine and use MS Word to crop these before copying and pasting into Paint if you wanted to avoid using tools such as Paint.Net or Photoshop.
    Gotta ask, why would you copy and paste into Word to crop the image, then copy and paste that into Paint when you could just paste it straight into Paint and crop it in there?
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


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

    Re: form design

    Nice idea of using a Splash screen to double as a login screen.
    In the about menu of your app you could redisplay the splash screen and hide the login boxes.

    Dont forget that in a business environment your color display resolution may be less then optimal. So high res graphics may look lame with only limited colors available.
    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

  12. #12
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: form design

    Quote Originally Posted by RobDog888
    Nice idea of using a Splash screen to double as a login screen.
    In the about menu of your app you could redisplay the splash screen and hide the login boxes.

    Dont forget that in a business environment your color display resolution may be less then optimal. So high res graphics may look lame with only limited colors available.
    so true! I recently spent ages making a nice GUI for an application that would be run on servers at work... only to find that when using Remote Desktop to connect to the servers the colour quality etc gets notched down quite a bit so most parts of the app looked nothing like they did when I designed them
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


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

    Re: form design

    Yea I had that happen to me before which is why I mentioned it

    Terminal server sessions usually are low res like 256 colors where companies are large or are having bandwidth/resource issues.
    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

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