For Programmers: Free Programming Magazines  


Home > Archive > VC Language > June 2005 > Form Creator









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Form Creator
Murat Dikici

2005-06-09, 9:00 am

Hi,
We have a hospital system written in MUMPS language. It is an old
black-white terminal based system. We want to convert this system to a
visual one. We decided to make the new system in Microsoft Visual Studio
using C# language.

We want to send commands to a form processor that we developed in C# and
this processor will process our commands and draw the forms.

For example there will be a command like
< button:bt1:Click:200:200:100:20:buttonCl
ick> The processor will draw a
button to the 200x200 coordinates with 100px width and 20px height, when you
click it will run buttonClick function.

At this point, does Microsoft Visual Studio has any component or service for
making this kind of processor, or must we write a class to do this? What do
you suggest ?

Murat Dikici
mdikici@gmail.com


andré m.a

2005-06-09, 4:02 pm



> For example there will be a command like
> < button:bt1:Click:200:200:100:20:buttonCl
ick> The processor will draw a
> button to the 200x200 coordinates with 100px width and 20px height, when
> you click it will run buttonClick function.
>


So that command up there would usualy be processed by a program
written in MUMPS ? Not sure how you will pass this command to a
C# program but it looks like you would need a Console application
and a way to capture those commands. Once that is done you would
have to parse it and create a button within the C# program.
The System.Windows.Forms.Button class will be used for exemple.


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com