RobotStudio event

WebWare SDK with C# [WebWare SDK]

dreds
dreds ✭✭

Hi,

I'm developing using C# and SharpDevelop (freeware IDE), I'm asking if I can use WebWare SDK 4.5 with these tools.

Kind regards,

Bye Davide Rossi

Comments

  • You should be able to do this provided you are able to import ActiveX controls and convert them into CLR compatible assemblies. In MS C# 2003, this is done automatically when you try to use an ActiveX control in design view; Visual Studio will invoke the AxImp.exe utility for you.
    Russell Drown