[Release] Easy Stream

Questions about programming languages and debugging
Post Reply
bubzuru
.net coder
.net coder
Posts: 700
Joined: 17 Apr 2007, 16:00
17
Contact:

[Release] Easy Stream

Post by bubzuru »

easyStream is an easy to use .net component
to stream the output from a command line program
to a textbox in your app !

Here are the functions and propertys :

1.) Program <= This is the app you want to stream data from
2.) Args <= use this to set the arguments
3.) Textbox <= this is the textbox to stream the data to
4.) AddEnvironmentVariable("Key", "Value") <= use this to add a Environment Variable
5.) ClearEnvironmentVariables() <= use this to clear Environment Variables
6.) StartStream() <= use this to start streaming

see the example for more info

Download :
http://bubzuru.info/files/EasyStream.rar

Post Reply