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