Click here to Skip to main content
15,926,506 members
Home / Discussions / C#
   

C#

 
GeneralIs there some reporting tool for MySql with .NET Pin
signbit15-Aug-05 21:05
signbit15-Aug-05 21:05 
GeneralLate binding problem in C# (urgent) Pin
Sheel Gohe15-Aug-05 20:38
Sheel Gohe15-Aug-05 20:38 
GeneralRe: Late binding problem in C# (urgent) Pin
S. Senthil Kumar15-Aug-05 22:06
S. Senthil Kumar15-Aug-05 22:06 
GeneralRe: Late binding problem in C# (urgent) Pin
Stefan Troschuetz15-Aug-05 22:13
Stefan Troschuetz15-Aug-05 22:13 
Generalwanted to write an interpreter for a language of my own Pin
amitmohanty15-Aug-05 20:35
amitmohanty15-Aug-05 20:35 
GeneralRe: wanted to write an interpreter for a language of my own Pin
S. Senthil Kumar15-Aug-05 22:08
S. Senthil Kumar15-Aug-05 22:08 
GeneralRe: wanted to write an interpreter for a language of my own Pin
amitmohanty16-Aug-05 7:20
amitmohanty16-Aug-05 7:20 
GeneralRe: wanted to write an interpreter for a language of my own Pin
S. Senthil Kumar16-Aug-05 7:35
S. Senthil Kumar16-Aug-05 7:35 
The control that I wrote takes care of the UI part. What you do in response to user commands is up to you.

You need to subscribe to the CommandEntered event, there, you'll get the command the user entered (in your case, Inverse(A)) as part of CommandEnteredEventArgs. You can then do whatever processing you want and print to the console using the WriteText method.

Regards
Senthil
_____________________________
My Blog | My Articles | WinMacro
GeneralRe: wanted to write an interpreter for a language of my own Pin
amitmohanty16-Aug-05 7:42
amitmohanty16-Aug-05 7:42 
GeneralRe: wanted to write an interpreter for a language of my own Pin
S. Senthil Kumar16-Aug-05 19:43
S. Senthil Kumar16-Aug-05 19:43 
GeneralRe: wanted to write an interpreter for a language of my own Pin
amitmohanty29-Aug-05 23:21
amitmohanty29-Aug-05 23:21 
GeneralRe: wanted to write an interpreter for a language of my own Pin
S. Senthil Kumar1-Sep-05 7:30
S. Senthil Kumar1-Sep-05 7:30 
GeneralRe: wanted to write an interpreter for a language of my own Pin
zitniet16-Aug-05 5:55
zitniet16-Aug-05 5:55 
GeneralRe: wanted to write an interpreter for a language of my own Pin
amitmohanty29-Aug-05 23:28
amitmohanty29-Aug-05 23:28 
QuestionNumbers in letters? Pin
Hadi Fakhreddine15-Aug-05 20:18
Hadi Fakhreddine15-Aug-05 20:18 
AnswerRe: Numbers in letters? Pin
Christian Graus15-Aug-05 20:24
protectorChristian Graus15-Aug-05 20:24 
GeneralRe: Numbers in letters? Pin
Hadi Fakhreddine15-Aug-05 20:32
Hadi Fakhreddine15-Aug-05 20:32 
GeneralRe: Numbers in letters? Pin
| Muhammad Waqas Butt |15-Aug-05 21:46
professional| Muhammad Waqas Butt |15-Aug-05 21:46 
GeneralRe: Numbers in letters? Pin
Hadi Fakhreddine16-Aug-05 0:22
Hadi Fakhreddine16-Aug-05 0:22 
GeneralRe: Numbers in letters? Pin
| Muhammad Waqas Butt |16-Aug-05 0:41
professional| Muhammad Waqas Butt |16-Aug-05 0:41 
GeneralRe: Numbers in letters? Pin
Christian Graus16-Aug-05 13:18
protectorChristian Graus16-Aug-05 13:18 
GeneralDecreasing application footprint Pin
Mridang Agarwalla15-Aug-05 20:12
Mridang Agarwalla15-Aug-05 20:12 
GeneralRe: Decreasing application footprint Pin
Christian Graus15-Aug-05 20:29
protectorChristian Graus15-Aug-05 20:29 
GeneralRe: Decreasing application footprint Pin
S. Senthil Kumar15-Aug-05 22:47
S. Senthil Kumar15-Aug-05 22:47 
GeneralRe: Decreasing application footprint Pin
Mridang Agarwalla15-Aug-05 22:55
Mridang Agarwalla15-Aug-05 22:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.