View Full Version : Web Toolbar


Fornatian
02-16-2001, 09:02 AM
I have a pop-up form which holds paths to other files on the PC. This field is stored as a string and I use the followhyperlink method to get the file to open.

My Question is, how can I stop that annoying web toolbar from showing on mine(and my clients) PC every time a hyperlink is run.

I can turn it off in codeeverytime - but is there a simpler, less resource intensive way?

As further information, the form needs to be pop-up because it doesn't hold much info and is related in a 1:M with the open form in the background.

Any ideas...?

Rich
02-16-2001, 12:02 PM
Simple answer is to uncheck allow built in toolbars but obviously you'll have to provide custom ones to replace if you need a toolbar at all that is.

Fornatian
02-17-2001, 03:58 AM
Cheers Rich,

I was being a bit thick because I forgot about that option, which I would have set anyway. Sometimes I forget that what I can see is not what the user will see when I've finished installing security etc..

Thanks for the clonk on the head, it is well appreciated.