-
Noob question
Hi, I'm new to this forum and new to VB. I'm currently taking a VB .Net 2003 class at my local college and I do not have the software on my home computer. I was wondering if there's a way to actually run the forms I create at school on my home computer? I'm running XP Pro. I've tried running the solution file as well as the various "Windows Applications" in the folder saved to the floppy that I created at school but I haven't been able to actually run the form.
Any downloads for a VB form viewer?
Thanks in advance for any help, Brian.
-
Hi,
To run the compiled application, just install the dot net framework 1.1. It can be download from the microsoft website.
If you want to run the code without installing the Visual Studio.net, then you have to download and install the dot net framework SDK to compile your code before running it.
Hope this will help.
-
Thank you. I downloaded the .Net Framework 1.1 and ran the application from the bin folder and the form loaded right up and everything worked perfect.
Thanks for the help!