Help With Silly, Annoying "What Am I Doing Wrong" Question
Hi all, wow took me ages to find a forum like this!
Im a programming newbie and am stuck. Im currently creating this really simple (I mean really simple) app to help at work.
Its basically a form with several tabs and a single tab inside those. Written on the tabs inside a groupbox is some infomation. No buttons, no dialog boxes etc etc, really simple!
Ive read tuts and guides and am beginning to understand VB, the simple "hello world" one from MSDN was a great starting point but I get stuck on one part - deployment. When I build on my home machine it works, fine not a problem. But I cannot for the life of me get it to work on another machine!
Ive created one in "Visual Basic - Windows Application". Machines at work havnt the .NET Framework installed so the error was expected so i built the same one as a C# project but alas the same :(
I apologize for the simple question but its driving me crazy! What have I done wrong or what do I need to do to get it working?
Thanks in advance :)
Heres some shots so you can see it running:
Design Mode
Built App