Pbm with CDhtmlDialog
-
Iam using CDhtmlDialog class to display the images in a dialog window.It works fine .But the problem is that while displaying images ,it displays the images with a 10 ,20 pixel offset .ie. the image is displayed with a offset of 10 pixel from the window boundary . I think this problem is something related to the IE .If u opena image in aIE ,the iE leaves a 10 X 20 offset for diplaying a image . How can i avoid this ???
-
Iam using CDhtmlDialog class to display the images in a dialog window.It works fine .But the problem is that while displaying images ,it displays the images with a 10 ,20 pixel offset .ie. the image is displayed with a offset of 10 pixel from the window boundary . I think this problem is something related to the IE .If u opena image in aIE ,the iE leaves a 10 X 20 offset for diplaying a image . How can i avoid this ???
I got the answer too .. CDhtmlDialog object Object.m_pBrowserApp->get_FullScreen((VARIANT_BOOL *)TRUE); sorry for bothering u guys