0
How can I make a shortcut for just the "form" I created in vb.net to run it on another pc
vb.net
2 Answers
+ 1
You're trying to access it to work on it from another comp? If so, you can always just export forms and/or copy your entire project to the new computer so you can work with it. Otherwise, go into your project folder and copy the form to a USB (or whatever), and then from other computer, you can import it in Visual Studio.
Hope that made sense.
0
Im battling to export a project can anyone assist