0
kicks
How to call and pass command line arguments to an external exe from C#
Microsoft has made a great job with Visual Studio IDE for building Windows Applications and they even generously ;) offer Visual Studio Express Editions. So you may like to use Winform instead of Rebol’s VID or you just don’t want to re-develop everything and want to integrate a Rebol’s library with your .NET application, here’s how to do it simply based on Rebtweeter example. If you haven’t read the Rebtweeter’s Project announcement, in short, Rebtweeter is a new Opensource Project for building multi-heteregeneous-platform Clients with Rebol application as Local or Remote Server.
So here the Rebtweeter Winform we built (it’s only a Functional Prototype, not the final GUI yet) ...