Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

new to API

Status
Not open for further replies.

Alira

Programmer
Mar 21, 2001
77
CA
Hi All!

I have a question...

In my program I have a .dll from which I have to open Local Phone settings. What API I should use for that?? Have a great day!:)
 
Could you possibly be a little more specific ?

What exactly do want to do and what do you mean by Phone Settings

A.C
 
If you try to access the DLL then you need to know the name of the functions and which arguments they take. (Not all DLL's can be accesed from VB).

If you want more info on Windows API start by downloading the apiviewer at
 
Au contraire. For example, if functions in a C/C++ DLL do not use the __stdcall calling convention, then VB can't use them (well, it can but it will crash, since VB doesn't know that it is supposed to clean up the stack)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top