Are you using CVI 6.0? If so, there is an easier way. You can embed a Internet Explorer ActiveX control in a CVI panel to display HTML. Then it would be easy to control the panel and bring it to the top (SetActivePanel). If not, then hopefully you are doing this through ActiveX Automation of internet explorer. If so, you can bring the IE window to the top just by setting the visible property to true. See the example programs cvi\activex\ie\iedemo.prj (ActiveX Automation), and cvi\userint\activex\webbrowser.prj (ActiveX control).
Best Regards,
Chris Matthews
National Instruments