ActiveX control for sharepoint integration -


I am working on integrating web parts on SharePoint after reading several articles, I have developed an Active X control , There would be an approach for such integration.

But an ActiveX control will only be required if you want to access the features of the windows (hardware connection) such as webcam or micro access your GUI. If this type of conversation is not necessary, then jquery or java Ordinary web parts can be developed without any active X control. These jquery or java components can be integrated with SharePoint and can call any third party webservices to be displayed on SharePoint pages.

Please confirm that what I have been interpreted is correct. Any other suggestions would be great for that.

ActiveX controls are a terrific idea until you have to do something about it, it's HTML, javascript etc. Can not be done together - and in that case you should first consider the Silverlight / Flash.

You can add arbitrary JavaScript in a number of ways on a SharePoint page - Content Editor Web Part, Edit Master Page, Representative Control, Custom Web Part.

More info.



Comments