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 Reply Children
  • As far as the GUI is concerned, it just deals with whatever API is provided by the driver - it neither knows nor cares what is physically connected to the end of the link.

    eg, the connection may appear to the PC as just a bog-standard COM port - so, as far as the GUI is concerned, it's just a standard exercise in sending stuff to a COM port, and receiving stuff from a COM port!

  • As far as the GUI is concerned, the GUI developer may have to implement a protocol to transfer using a driver the GUI developer has to install. So what may be irrelevant to the GUI application need to be irrelevant to the GUI developer.