how do i implement IOleCommandTarget
C / C++ / MFC
5
Posts
2
Posters
0
Views
1
Watching
-
how do i implement IOleCommandTarget i got no idea what it is is it a class or a method? i need to do it after reading a help file here http://support.microsoft.com/kb/261003/ as i am still a newb example code would be greatly appreciated i am using MFC style with visual c++ 6.0 thanks
-
how do i implement IOleCommandTarget i got no idea what it is is it a class or a method? i need to do it after reading a help file here http://support.microsoft.com/kb/261003/ as i am still a newb example code would be greatly appreciated i am using MFC style with visual c++ 6.0 thanks
It's an interface.
Steve
-
It's an interface.
Steve
-
What frameworks are you using? ATL? MFC? I would use ATL.
Steve
-
What frameworks are you using? ATL? MFC? I would use ATL.
Steve