Originally posted by: talyn00
lol an IDE is confusing? this will be a piece of cake compared to java. You can use the new project to create a "windows application" and then you can drag and drop objects such as buttons, textboxes to the form. Double-clicking the objects, will take you to the code, where you can add event handlers for the objects
Now how do I compile it so I have a single distributable exe?
Originally posted by: fishbits
Now how do I compile it so I have a single distributable exe?
They must have changed the heck out of Visual. In 5, you click Build, then the Build option under that. Or F7.
Depending on how you compiled things, the other computer may need to have .NET 2.0 to run your program. Is that availible to the general public yet, or is it still in beta?Originally posted by: AFB
When I do that, then run it on another computer I get an error that says improper configuration.
I'm guessing I'm going to need .NET installed? Is there any way I can do this unmanaged?