Hello guys,
I have a HTML file using VB runtime, FileSystemObejct, to access file names in my local drive. And I only overwirte a certain HTML file based on my current location of my program. This is totally safe as it will never mess up my computer. But FileSystemObejct in general is unsafe and it is an active control. Thus, I got this IE7 pop-up yellow banner blocker, followed by IE pop-up prompt window for running Active Content. I can turn off the IE7 pop-up yellow banner blocker, but not the IE pop-up prompt window. And it is really annoying when I get that pop-up prompt window everytime I refresh.
Is there any safe FileSystemObejct that only access file name and only overwirte .HTM and .HTML file And it is not consider an Active Control
Or is there anyway to turn off that IE pop-up prompt window (like "You have Active Content in your page maybe unsafe blah blah blah, do you want to run it")
Thank you.

Any non-Active FileSystemObejct?