not sure if this will work for you but the code in this post does create a generic console in a forms application. Basically you have a form and a terminal. The terminal works via the Console class. It's in c# but I just compiled it as a Class Library and imported the resulting .dll into a vb app. Careful the original code is missing some using statements but they're itemized in a following post
tinstaafl
Nearly a Posting Virtuoso
1,336 posts since Jun 2010
Reputation Points: 360
Solved Threads: 235
Skill Endorsements: 14
It sounds like, in order to run your app on BasckTrack you must have a wrapper to interpret the code. Unless that wrapper has a library that you can access I don't think there's a simple way to do what you ask.
tinstaafl
Nearly a Posting Virtuoso
1,336 posts since Jun 2010
Reputation Points: 360
Solved Threads: 235
Skill Endorsements: 14
Sorry without knowing the exact details of how you're running a windows app on a linux OS, it would be very difficult to even suggest where to look.
tinstaafl
Nearly a Posting Virtuoso
1,336 posts since Jun 2010
Reputation Points: 360
Solved Threads: 235
Skill Endorsements: 14
Did you try my earlier post about a generic terminal? Because it's not tied to a specific windows shell, like CMD, you may have more luck. Also I took a look at the Mono website. They have a gresat many options there for interfacing .net apps to linux. This sound like the best place to find out whether what you want to do is possible
tinstaafl
Nearly a Posting Virtuoso
1,336 posts since Jun 2010
Reputation Points: 360
Solved Threads: 235
Skill Endorsements: 14
That wouldn't really be practical as I don't have a linux system to test it on. I think though that using the Mono api would still be your best bet. Instead of using it to run your windows code, try using it to cross compile your code for linux.
tinstaafl
Nearly a Posting Virtuoso
1,336 posts since Jun 2010
Reputation Points: 360
Solved Threads: 235
Skill Endorsements: 14
You'll have to check the docs for Mono API
tinstaafl
Nearly a Posting Virtuoso
1,336 posts since Jun 2010
Reputation Points: 360
Solved Threads: 235
Skill Endorsements: 14