Forms not visible at design-time

  • Thread starter Thread starter Casty
  • Start date Start date
C

Casty

Hi, I have a problem that I can't resolve..
This is the problem.
I have an application for pocketPC device.
At design time I can only see form code but not the design
On thursday it worked but now it seems like vb.Net can't load them.

Any help will be highly appreciated.
Thanks in advance.

PS sorry for my english
 
Casty,

Often it is because you changed somewhere the class name or you changed or
deleted by instance this
Inherits System.Windows.Forms.Form

Cor
 
Casty said:
I have an application for pocketPC device.
At design time I can only see form code but not the design
On thursday it worked but now it seems like vb.Net can't load them.

Right-click the form in the solution explorer, select "Open with..." and
choose the Visual Basic Windows Forms editor (if it is available).
 

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