[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Jeremy McCleese

2/4/2007 12:17:00 PM

Alright. I am still very new to C#, but have started writing an
application that uses a C++ Dynamic Link Library. My functions load
without any problem, it's when I get to my callback that I seem to be
somewhat lost.

For instance, say you had:

LRESULT CALLBACK eventListener(HWND hWnd, UINT msg, WPARAM wP, LPARAM
lP)
{
....
}

How could you make use of this in C#?

I apologize for my stupidity in this matter.