Where Did My Form Go

  • Thread starter Thread starter Lou Civitella
  • Start date Start date
L

Lou Civitella

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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top