Where Did My Form Go

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lou Civitella

    #1

    Where Did My Form Go

    I have a VB.NET mobile application. I created a form called frmOrders.
    Everything was working OK until I closed the project and then reopened it.
    In the Solution Explorer I see the form but it does not have the form icon
    next to it. It now has the VB Code icon next to it. When I double click on
    it, it opens the code for the form. Where did my form object go? How do I
    reset this object so that when I double click on it the form opens in design
    view?
    Why did this happen?

    Thanks In Advance,
    Lou


  • Chris Dunaway

    #2
    Re: Where Did My Form Go

    I have had this happen on occaision. What I do to resolve the issue is
    to just add a new blank form to the project. And that seems to reset
    other forms that aren't showing properly. I then delete the new form.

    Hope this helps.

    Chris

    Comment

    • Lou Civitella

      #3
      Re: Where Did My Form Go

      Hi Chris,

      That worked.

      Thanks,
      Lou

      "Chris Dunaway" <dunawayc@gmail .com> wrote in message
      news:1123604408 .140554.247680@ g47g2000cwa.goo glegroups.com.. .[color=blue]
      >I have had this happen on occaision. What I do to resolve the issue is
      > to just add a new blank form to the project. And that seems to reset
      > other forms that aren't showing properly. I then delete the new form.
      >
      > Hope this helps.
      >
      > Chris
      >[/color]


      Comment

      Working...