Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to do this in C#
Message
 
 
To
03/11/2008 19:35:26
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01359364
Message ID:
01359385
Views:
23
>I am working on converting a foxpro program to c#. In my foxpro program I use some functions in a dll with a setup like this:
>
>DECLARE INTEGER Dial IN autodial.dll
> INTEGER nPortNum, STRING cdial
>
>Then I call it like this:
>
>Dial(nHandle,"8005551212")
>
>Can anyone direct me to an article that shows how to use this same dll in c#? And how to call it, etc.? Thanks!!!!
>
>Bob

I can direct you to an article, no problem :)

See this one
http://www.codeproject.com/KB/cs/c__and_api.aspx

or just google on "Windows API .NET C#"
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform