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
  • Hi Andy,
    Thanks a lot for your prompt reply.
    Let me tell you my project :
    I have a board which contains a 8051 based microcontroller which in turn issues commands to another frequency tuner chip.

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

    I already have the C code which does so.
    It contains keil C code. So i think i can compile the code using C51 compiler uvision3.

    But the problem is i want to create a form which can be used to change some parameters before i send commands to the device.

    My friend told me that keil is used for writing programs which does this. Also i saw one sample in which they had implemented a C code and when i compiled that code i got a form on which i could perfrom some operations to send commands to the device.

    can u please guide me as to how can i go about implementing this.

Reply
  • Hi Andy,
    Thanks a lot for your prompt reply.
    Let me tell you my project :
    I have a board which contains a 8051 based microcontroller which in turn issues commands to another frequency tuner chip.

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

    I already have the C code which does so.
    It contains keil C code. So i think i can compile the code using C51 compiler uvision3.

    But the problem is i want to create a form which can be used to change some parameters before i send commands to the device.

    My friend told me that keil is used for writing programs which does this. Also i saw one sample in which they had implemented a C code and when i compiled that code i got a form on which i could perfrom some operations to send commands to the device.

    can u please guide me as to how can i go about implementing this.

Children