Vb.net express - problem messagebox

  • Thread starter Thread starter andreas
  • Start date Start date
A

andreas

Hi,
I start with a class project and after compiling I add a form to the project
and change the project properties to run a windows application
This project don't recognize the method messagebox in the form code
I can't find out what the reason is
Thanks for any response
 
I found the problem
I had to place
Imports System.Windows.Forms

at the beginning of the code although I added a form to the project
 

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