ASP.NET + WIN32 API

  • Thread starter Thread starter chapman
  • Start date Start date
C

chapman

Hello,

Can I use WIN32 API method such as PostMessage through
ASP.NET or Web Service directly?

I have tried, but failed.
Do aspnet_wp.exe block this kind of "direct" communication
due to security reason?

Many Thanks
Chapman
 
Thanks, I will try this out.
We want to use the unsafe code, because I require to
integrate our new program (written in C# and run on .NET
framework) with the old one (Win32 C++ program).

Chapman
 
Back
Top