function pointer to delegate

A

Abubakar

Hi,
I'm making a windows forms app in vs.net 2k3. I added a new "generic c++"
(unmanaged class) class to the project which contains some code to access
the win32api. Now at a certain point in my unmanaged class I want to call
the managed method of the Form1. So I thought I could somehow make a
function pointer and pass it to the unmanaged class object which could than
call it. But I havnt been able to do it. Help plz.

Thanks,

Ab.
 
O

OxyGen

take a look at QStat sample in MSDN Library, this is the answer of your
question.
 
T

Tom Widmer

Abubakar said:
Qstat or Qstart ? Can u send me the link?

Try google.com - you know, you can find almost anything by typing the
right things into the search box! (msdn qstat)

Tom
 

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