Hi, Can anyone pls let me know how to create a BHO that can popup a small description during the mouseover button. For ex : A media is being played on the webpage, and when user moves his mouse over the media window, I want to popup a window on the right edge of the media window displaying the properties of the video. Thanks Arun
hook mouseover events in the documentcomplete event and in your mouseover event handler, display the popup window -- Sheng Jiang Microsoft MVP in VC++ "aktech" wrote in message news:1caf9e57-cea5-4df8-9e92-fd2d885ef042@d4g2000prg.googlegroups.com... > Hi, > > Can anyone pls let me know how to create a BHO that can popup a small > description during the mouseover button. > > For ex : A media is being played on the webpage, and when user moves > his mouse over the media window, I want to popup a window on the right > edge of the media window displaying the properties of the video. > > Thanks > Arun >