RobotStudio event

WPF or Winforms?

Hi,

I'm new in the forum. We are planning to desing a software to control the robots. All the documents and user guides are according to winforms. Is it possible to design our software in wpf and use all the libraries and commands like in winforms.
Is it worth to go with WPF? Or do you think that winforms is the easier way to go?

Regards

Answers

  • It depends on your application. The flexpendant SDK uses the compact framework and that case you are forced to use WinForms. With the PC-SDK you have the choice between WPF and WinForms. For a PC-application I prefer WPF, because in my opinion there are more and better options with for example data-binding and 3D graphics.