Help

  • Thread starter Thread starter MicroKarL
  • Start date Start date
M

MicroKarL

Hi, I am new in vb.net, and I am doing some labs, I use one project and when
I finished my first lab, i add another file to do the 2 second lab, but when
I run the project (pressed F5) the first lab shows up and run. since these 2
labs have nothing to do with each other. I do not want to the 1st lab pops
up while i run the 2nd one.. can someone tell how to deal with it

Thanks
 
MicroKarL said:
Hi, I am new in vb.net, and I am doing some labs, I use one project and when
I finished my first lab, i add another file to do the 2 second lab, but when
I run the project (pressed F5) the first lab shows up and run. since these 2
labs have nothing to do with each other. I do not want to the 1st lab pops
up while i run the 2nd one.. can someone tell how to deal with it

Are you sure you added a _new_ project to the solution ("File" -> "New
Project...")? You must set the current ptoject as start project by
choosing "Set as start project" from its context menu in the solution explorer.
 
Back
Top