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.
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.