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
  • First, have you realised that Keil tools are not for writing PC applications?

    Keil tools are for writing programs to run on embedded microcontrollers.

    If you want a GUI creation tool, you will have to obtain that separately; there are several available - google for "embedded GUI"

    Are you really sure you want to do this on an 80251...?

Reply
  • First, have you realised that Keil tools are not for writing PC applications?

    Keil tools are for writing programs to run on embedded microcontrollers.

    If you want a GUI creation tool, you will have to obtain that separately; there are several available - google for "embedded GUI"

    Are you really sure you want to do this on an 80251...?

Children