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.
OxyGen - 07 Feb 2005 18:15 GMT
take a look at QStat sample in MSDN Library, this is the answer of your
question.
> Hi,
> I'm making a windows forms app in vs.net 2k3. I added a new "generic c++"
[quoted text clipped - 7 lines]
>
> Ab.
Abubakar - 08 Feb 2005 07:44 GMT
Qstat or Qstart ? Can u send me the link?
> take a look at QStat sample in MSDN Library, this is the answer of your
> question.
[quoted text clipped - 11 lines]
> >
> > Ab.
Tom Widmer - 08 Feb 2005 11:44 GMT
> 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