Immediate window

U

Udi

Hi All,
I'd like to add to my (GUI) application some kind of a console window
that looks and behaves like the immediate window in Visual Studio. I
guess I'm looking for a parser or an interpreter package as well.

Do you know of any application block I could use?
Thanks!
 
M

Michael Nemtsev

Hello Udi,

text box with manual processing of user commands

U> Hi All,
U> I'd like to add to my (GUI) application some kind of a console window
U> that looks and behaves like the immediate window in Visual Studio. I
U> guess I'm looking for a parser or an interpreter package as well.
U> Do you know of any application block I could use?
U> Thanks!
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
U

Udi

Hi Michael, Thanks for the reply.
I was thinking about using a rich edit box.
But where can I find a good parser?
Udi.
 
W

William Stacey [MVP]

Parse what? c#, your own language, etc.

--
William Stacey [MVP]

| Hi Michael, Thanks for the reply.
| I was thinking about using a rich edit box.
| But where can I find a good parser?
| Udi.
|
 
M

Michael Nemtsev

Hello William Stacey [MVP],

He meant some business layer, where you manually typed command words and
how to handle them
For example if typed "cls" then perform clearing this textbox

Udi wanna smth like this wout implementing this logic manually

W> Parse what? c#, your own language, etc.
W>
W> W> | Hi Michael, Thanks for the reply.
W> | I was thinking about using a rich edit box.
W> | But where can I find a good parser?
W> | Udi.
W> |
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
M

Mike

If you want a pre-made scripting language that will bind to .Net, there are
several out there.
Try googling for IronPython for one.

m
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top