+ Reply to Thread
Results 1 to 4 of 4

Thread: Fullscreen

  1. #1
    iamyou is offline VB.NET Forum Newbie iamyou is on a distinguished programming path ahead
    .NET Framework
    .NET 3.5 (VS 2008)
    Join Date
    Sep 2009
    Posts
    12
    Reputation
    13

    Question Fullscreen

    how would you make the form fullscreen

  2. #2
    InertiaM is offline VB.NET Forum Idol InertiaM puts e.f. hutton to shame InertiaM puts e.f. hutton to shame InertiaM puts e.f. hutton to shame InertiaM puts e.f. hutton to shame InertiaM puts e.f. hutton to shame InertiaM puts e.f. hutton to shame
    .NET Framework
    .NET 2.0
    Join Date
    Nov 2007
    Location
    Kent, UK
    Age
    39
    Posts
    563
    Reputation
    175

    Default

    Set WindowState property to Maximized
    Always parameterize your queries - read more here

  3. #3
    iamyou is offline VB.NET Forum Newbie iamyou is on a distinguished programming path ahead
    .NET Framework
    .NET 3.5 (VS 2008)
    Join Date
    Sep 2009
    Posts
    12
    Reputation
    13

    Default

    cool except how would i make it so the stuff on it grow with it ive tryed anchoring it and that made them ovelap each over

  4. #4
    InertiaM is offline VB.NET Forum Idol InertiaM puts e.f. hutton to shame InertiaM puts e.f. hutton to shame InertiaM puts e.f. hutton to shame InertiaM puts e.f. hutton to shame InertiaM puts e.f. hutton to shame InertiaM puts e.f. hutton to shame
    .NET Framework
    .NET 2.0
    Join Date
    Nov 2007
    Location
    Kent, UK
    Age
    39
    Posts
    563
    Reputation
    175

    Default

    Welcome to the complicated world of UI design There is no simple answer to your question, as you will also have to consider different screen resolutions etc etc.

    Play around with some of the available containers (for example TableLayoutPanel) - they should help.
    Always parameterize your queries - read more here

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Tags for this Thread

Bookmarks

Posting Permissions

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