Vb Tapi

Mike Trader

Beta member
Messages
2
Hello,

I am new to this forum. I write in a language called PowerBasic currently so I know a fair amount about Basic, Windows API, and general programming techniques. My task is to conver this excellent example in VB to PB:
http://www.shrinkwrapvb.com/vbtapi.htm

In the code a Class is declared as:
CvbTAPILine

Where do I find a this declared?

Kind Regards
Mike
 
Sounds to me like it is a pre-packaged thingie from Microsoft, probably an extension to use the TAPI.dll from Windows. Have you searched MSDN Today? :D
 
Well, here is the begginnings of what I found. You can sort it out yourself, or not. You want to understand the VB so you can do the same thing in Power Basic, right? The explanation and reason that the code is like that is in this area somewhere. http://search.microsoft.com/search/results.aspx?view=msdn&st=b&na=82&qu=Visual+Basic++API&s=1&swc=1
I hope this helps you out, you might want to bookmark it though, since almost all windows programming will require a knowledge of the current and deprecated APIs. Hope this helps. ;)
 
Back
Top Bottom