How to diable menu itemin VC++
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hello all, I want to disable "Paste" option using 3rd party DLL file in the application. Can any1 plz help me out ?
vaibhav
Kvaibhav wrote:
to disable "Paste"
disable _in_ the 3rd party library using an application of yours, or disable in your application using another .dll ? A hook seems what you need...
~RaGE();
I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus
-
Kvaibhav wrote:
to disable "Paste"
disable _in_ the 3rd party library using an application of yours, or disable in your application using another .dll ? A hook seems what you need...
~RaGE();
I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus