Click here to Skip to main content
15,886,578 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questioncross button on propertySeet Pin
Ashutosh_shashi20-Feb-06 20:07
Ashutosh_shashi20-Feb-06 20:07 
QuestionRe: cross button on propertySeet Pin
Ashutosh_shashi20-Feb-06 21:17
Ashutosh_shashi20-Feb-06 21:17 
QuestionAudio Codec Pin
J512198220-Feb-06 19:58
J512198220-Feb-06 19:58 
AnswerRe: Audio Codec Pin
kakan21-Feb-06 0:19
professionalkakan21-Feb-06 0:19 
GeneralRe: Audio Codec Pin
J512198221-Feb-06 17:29
J512198221-Feb-06 17:29 
GeneralRe: Audio Codec Pin
kakan21-Feb-06 19:40
professionalkakan21-Feb-06 19:40 
QuestionQuery related to HTML in MFC Application? Pin
dp_7620-Feb-06 19:23
dp_7620-Feb-06 19:23 
AnswerRe: Query related to HTML in MFC Application? Pin
James R. Twine21-Feb-06 5:51
James R. Twine21-Feb-06 5:51 
dp_76 wrote:
Now there were quite a few things that i wanted to stop for ex:
     -------) stop the context menu to be displayed when mouse is right clicked on the html page. [...]
All these problems are solved by adding some code in the html page inside the tag.</blockquote>

&nbsp;&nbsp; If you are trying to handle it via a right-click handler, you will need a better solution!&nbsp; These are quite easy to get around (dispite many web pages that try to prevent the menu in that way).&nbsp; Better to implement the host interface(s) and override the methods used in generating and showing the context menu.

<blockquote class="FQ"><div class="FQA">dp_76 wrote:</div>Now there were quite a few There is one more behaviour that i want to stop:
"When i press the control button & at the same time scrolls the mouse wheel, the html content is zoomed in & out."</blockquote>

&nbsp;&nbsp; I do not think you can get around that one via script.&nbsp; Have you tried using PreTranslateMessage to intercept the <CODE>WM_MOUSEWHELL</CODE> messages if the Control key is down?

&nbsp;&nbsp; Peace!

-=- James<HR><SMALL><FONT COLOR=DarkRed>If you think it costs a lot to do it <B>right</B>, just wait until you find out how much it costs to do it <B><I>wrong</I></B>!</FONT><BR>Avoid driving a vehicle taller than you and remember that <B><I>Professional Driver on Closed Course</I></B> does not mean <B><I>your Dumb Ass on a Public Road</B></I>!<BR><A HREF=http://www.deletefxpfiles.com>DeleteFXPFiles</A> & <A HREF=http://www.checkfavorites.com>CheckFavorites</A></SMALL> (Please rate this post!)

QuestionCompiler Internals Pin
Subramaniam s.V.20-Feb-06 17:26
Subramaniam s.V.20-Feb-06 17:26 
AnswerRe: Compiler Internals Pin
ThatsAlok20-Feb-06 18:26
ThatsAlok20-Feb-06 18:26 
GeneralRe: Compiler Internals Pin
Subramaniam s.V.20-Feb-06 18:33
Subramaniam s.V.20-Feb-06 18:33 
AnswerRe: Compiler Internals Pin
Stephen Hewitt20-Feb-06 18:35
Stephen Hewitt20-Feb-06 18:35 
QuestionOptimization question Pin
Rassul Yunussov20-Feb-06 17:23
Rassul Yunussov20-Feb-06 17:23 
QuestionDoes VC++.NET support XML Comments? Pin
signbit20-Feb-06 17:15
signbit20-Feb-06 17:15 
AnswerRe: Does VC++.NET support XML Comments? Pin
Kurt _B21-Feb-06 7:28
Kurt _B21-Feb-06 7:28 
QuestionWindows service sends messages to a GUI application window with FindWindow() Pin
FFKONG20-Feb-06 17:14
FFKONG20-Feb-06 17:14 
QuestionRe: Windows service sends messages to a GUI application window with FindWindow() Pin
David Crow21-Feb-06 5:49
David Crow21-Feb-06 5:49 
AnswerRe: Windows service sends messages to a GUI application window with FindWindow() Pin
ThatsAlok22-Feb-06 3:34
ThatsAlok22-Feb-06 3:34 
QuestionHow to show registers while a program running? Pin
sduhd20-Feb-06 16:48
sduhd20-Feb-06 16:48 
AnswerRe: How to show registers while a program running? Pin
Rage20-Feb-06 22:55
professionalRage20-Feb-06 22:55 
Questionrename ActiveX class Pin
Anilkumar K V20-Feb-06 16:40
Anilkumar K V20-Feb-06 16:40 
QuestionSetting the bounds of multiple windows within a dialog box Pin
zlatnik20-Feb-06 16:04
zlatnik20-Feb-06 16:04 
AnswerFurther elaboration Pin
zlatnik20-Feb-06 16:27
zlatnik20-Feb-06 16:27 
Questionget html element event Pin
victor.zou20-Feb-06 15:43
victor.zou20-Feb-06 15:43 
AnswerRe: get html element event Pin
Rage20-Feb-06 22:53
professionalRage20-Feb-06 22:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.