Help - Search - Members - Calendar
Full Version: VB6 Example Projects
Skype Community > English > Development, Betas and Skype Garage > Skype Public API
maddis
I am interested to see what projects people have done with vb6. I have noticed that all the source code is for .net and not vb6.

I am having difficulty getting started, as i am new to programing.

Please post your ideas and projects so i can see how skype can be called.

Matt Addis
Taffyakachris
CODE
Option explicit
Public WithEvents Z_skype As Skype

Private Sub Form_Load()

Set Z_skype = New Skype
    Z_skype.Attach

End Sub


this will start you off, make sure you have SKYPE4COMLib referenced in VB6 so you can use skype
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.