import google contacts in vb.net

teymoorei

Active member
Joined
Jan 11, 2012
Messages
37
Programming Experience
1-3
Hello friends

I searched a lot but couldn't find any results

I want a program that can display Google contacts in a data grid.
 
I searched a lot but couldn't find any results

I've searched very little - only a few seconds, in fact - and already I know that Google provides an API for accessing contact data:


Do some reading on that API to see how you would access the data you want and then do some reading on how to access an API in VB. I'd be willing to bet that there are .NET examples available somewhere on the web for accessing Google APIs. That documentation includes a .NET section. That will likely use C# but converting that to VB is very easy. Once you've tried to actually do that, then you can ask us about any issues you encounter along the way.
 
Back
Top