IE CDhtmlDialog PBm
-
Hello , Iam doing a MFC project.Iam displaying Animated GIFs with CDhtmlDialog class.This method works but the problem is that it works like a IE explorer.FOr example ,if i right click on the image a menu appears which is same as the IE right click menu . Is there a way to get rid of this menu and similar such default IE message handlers??:)
-
Hello , Iam doing a MFC project.Iam displaying Animated GIFs with CDhtmlDialog class.This method works but the problem is that it works like a IE explorer.FOr example ,if i right click on the image a menu appears which is same as the IE right click menu . Is there a way to get rid of this menu and similar such default IE message handlers??:)
-
I've never used VC++NET and I don't know if it is the same, but in a HTML Web page you can weite down this and the popup disappears... ... Hope this helps...
ACtually iam dispaling images here .ANyway i wil try ur suggestion .Thanks for it . I solved it by getting the child window and disabling the user input to it !!!( Wnd->Enable Window(FALSE))