I know I am replying to an old post, but I was looking for help on this and later found a solution myself.
Not "clean" per say, but... it gets rid of that annoying bar.
Make a local HTML file containing only info for a frameset containing one frame.
< frameset cols="*" framespacing="0" frameborder="NO" border="0">
< frame src="PLACE THE URL HERE" name="mainFrame" scrolling="no">
< /frameset>
where you see 'PLACE THE URL HERE' you can type any old url.
Now, instead of using the URL of the page to be displayed, type the path to the local file.
You can use the current VIs path, stripped, converted to string and concatenated with the forementioned HTML files name.
Works, and YES, it can be compiled if you use the VIs path as a reference and include the HTML file in your distribution. (That can be included in the installer)
Message Edited by Support on 04-05-2005 03:28 PM