third-party-api

How to use LinkedIn API in iPhone SDK?

I want to use the LinkedIn API in my project, but I haven't found any good tutorials about using LinkedIn API. How to use LinkedIn API? "A beginners guide/introduction" of "basic concepts" would be helpful. OK, after googleing around I went to this link LinkedInAPI. I filled in the form but I am unable to understand what the "Integra...

How to wrap a thirdparty library COM class for notifications in a C++ project

A thirdparty vendor has provided a COM interface as an external API to their product, and for sending instructions to it, it's fine with the mechanism of generating class wrappers with visual studio by importing from the dll, then creating instances of the created classes, calling their CreateDispatch(), using the access functions and re...

how can i manage the Navbar(Devxpress control) to show the Diffrent forms of the application on single winform ?

Hi, i have NavBar(navigation) like we have in Outlook for the Mail,calander,Tasks etc., when we click each button we get different view (mail detail,calander detail,To do list etc), this kind of functionality i want to achieve in my Application by NavBar. which control is best for the showing the Content for the each navigation button ...