+ Reply to Thread
Results 1 to 6 of 6

Thread: Help!!!! where's the design tab?

  1. #1
    cuszim is offline VB.NET Forum Newbie cuszim is on a distinguished programming path ahead
    .NET Framework
    .NET 3.5 (VS 2008)
    Join Date
    Sep 2009
    Age
    23
    Posts
    1
    Reputation
    0

    Default Help!!!! where's the design tab?

    im a noob to visual basic 2008 and somehow managed to close my design tab and now i cannot find it anywhere, its not on the bar on the right hand side????does anyone know how to help me?????thanks in advance

  2. #2
    JohnH's Avatar
    JohnH is offline VB.NET Forum Moderator JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute
    .NET Framework
    .NET 4.0
    Join Date
    Dec 2005
    Location
    Norway
    Age
    37
    Posts
    10,843
    Reputation
    1443

    Default

    Familiarize yourself with the Solution Explorer and the main menu options. To show the designer for a form select the form in Solution Explorer and select View Designer (main View menu, or with context menu in Solution Explorer). Double-clicking the node in Solution Explorer has the same effect.

  3. #3
    arijit08.b is offline VB.NET Forum Newbie arijit08.b is on a distinguished programming path ahead
    .NET Framework
    .NET 3.5 (VS 2008)
    Join Date
    Nov 2009
    Posts
    11
    Reputation
    12

    Default

    when your VB 2008 is open, press SHIFT+F7...

    another method is : ALT+V, ALT+D...

    yet another method is : Go to the View menu and click on Designer, duh...

  4. #4
    frogitts is offline VB.NET Forum Newbie frogitts is on a distinguished programming path ahead
    .NET Framework
    .NET 4.0
    Join Date
    Feb 2010
    Posts
    2
    Reputation
    0

    Default

    All of those solutions sound great in theory, but none of them work for me, and I have the same problem. I created a form, designed a window, and when I opened it up again the design window was nowhere to be seen. I'm new to this IDE and Visual Basic, so I'm not exactly sure what I'm doing (self-teaching, you know how that goes, especially with a hobby like programming). Anyone care to tell me why nothing happens when I press Shift+F7 or double click the node in the solution explorer, and why I don't have a designer option in my view menu or in the context menu when clicking on my form in the solution explorer?

  5. #5
    JuggaloBrotha's Avatar
    JuggaloBrotha is offline VB.NET Forum Moderator JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist JuggaloBrotha VB.NET gold medalist
    .NET Framework
    .NET 2.0
    Join Date
    Jun 2004
    Location
    Lansing, MI; USA
    Age
    26
    Posts
    3,897
    Reputation
    524

    Default

    Quote Originally Posted by frogitts View Post
    All of those solutions sound great in theory, but none of them work for me, and I have the same problem. I created a form, designed a window, and when I opened it up again the design window was nowhere to be seen. I'm new to this IDE and Visual Basic, so I'm not exactly sure what I'm doing (self-teaching, you know how that goes, especially with a hobby like programming). Anyone care to tell me why nothing happens when I press Shift+F7 or double click the node in the solution explorer, and why I don't have a designer option in my view menu or in the context menu when clicking on my form in the solution explorer?
    It might be that you're trying to open a class in the form designer which wont work if it doesn't have the *.designer.vb file for the designer to use. This is just a guess without knowing more about what you're trying to open.
    Currently using: VS 2005 & 2008 Pro w/sp1 & VS 2010 Ultimate on Win7 Ultimate x64.


    There are 3 kinds of people in the world: Those who can count and those who can't.
    4 out of 3 people have trouble with fractions.

    Windows has a 64 bit GUI for a set of 32 bit extensions on a 16 bit shell for an 8 bit OS using a 4 bit kernel made by a 2 bit company that can't stand 1 bit of competition.

  6. #6
    frogitts is offline VB.NET Forum Newbie frogitts is on a distinguished programming path ahead
    .NET Framework
    .NET 4.0
    Join Date
    Feb 2010
    Posts
    2
    Reputation
    0

    Default

    Well, the problem in my case might have been that I was adding code to the *.designer.vb file instead of to the *.vb file. I don't know why I was doing that - I added a button, double clicked it to add code, and that's where it had me adding code. I recreated the project from scratch and I now can access the design mode.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

     

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