How can I launch a missile?

Posted by doug.stanhope on Stack Overflow See other posts from Stack Overflow or by doug.stanhope
Published on 2010-04-26T07:36:47Z Indexed on 2010/04/26 7:43 UTC
Read the original article Hit count: 314

Filed under:
|
|

I am working on an open-source missile launcher application. I have added a big red button to a Form that says "Launch Missile". When I click the button, the event handler gets called. From the event handler I call a method named LaunchMissile(). So far so good, but how do you launch a missile from C# code? Will I have to write this code myself or is there an API or third party library for launching missiles?

Please add sample code for various launch scenarios: orbit, moon, mars, etc.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET