how to pass instance handle

G

Guest

To pass the instance handle of a client application we use
VB6.GetHInstance.ToInt32 in VB6.

What should we use in VB.NET ?


Actually I am trying to do TAPI programming in VB.NET .
In Visual Basic the lineInitialize function is called as follows:
Error = lineInitialize(hTAPI, VB6.GetHInstance.ToInt32, AddressOf
LineCallBack, 0, lNumLines)

How to call it in VB.NET?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top