This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Developing windows form based application in Keil

Hi,
I am really new to programming using keil.
I wanted to create a windows form kind of application which takes some parameters from a user and then runs the C code present in the file based on the inputs.

I have the C code files with me, but i am not able to set up a user interface (the form).

Can anyone please help me.

Thanks and Regards,
Siddharth Gupta

Parents
  • "It might be that the guy needs the 8051 to run the menu system through an RS232 (a serial port), and have Windows running Hyperterminal"

    Well, what he actually said was,

    "My aim here is to build a software which sends commands to the 8051 controller"

    and

    "i want to create a form which can be used to change some parameters before i send commands to the device"

    (my emphases)

    And he called it "Windows forms" - which is a type of windows application.

    But you are right, the 8051 could be used to generate a crude form using escape-sequences to program a terminal - like we used to do on VT100-style terminals before the days of real GUIs...

    Maybe he wants that "retro" look...?

Reply
  • "It might be that the guy needs the 8051 to run the menu system through an RS232 (a serial port), and have Windows running Hyperterminal"

    Well, what he actually said was,

    "My aim here is to build a software which sends commands to the 8051 controller"

    and

    "i want to create a form which can be used to change some parameters before i send commands to the device"

    (my emphases)

    And he called it "Windows forms" - which is a type of windows application.

    But you are right, the 8051 could be used to generate a crude form using escape-sequences to program a terminal - like we used to do on VT100-style terminals before the days of real GUIs...

    Maybe he wants that "retro" look...?

Children