MadnessRed Posted October 9, 2008 Share Posted October 9, 2008 Hi, I am using the WebBrowser item in Visual Studio. This means I can only have 1 page (without a lot of difficulty) What I would like is some kind of javascript (or other) which is basically an iframe that floats above the rest of the page, and is possible can be moved around. is that possible? if so, how would I go about it. Thanks Anthony Quote Link to comment Share on other sites More sharing options...
deadlyp99 Posted October 10, 2008 Share Posted October 10, 2008 Learn CSS layering, Find some drag and drop scripts, and you should be good to go. Create a function on a website, to open a "in-browser browser", and have it like a mini browser in the browser. Not sure how you can modify html documents with vb, though that would make things easier. HOWEVER! Its totally pointless to do this in my personal opinion. You would be better off creating a dynamic tab browser in vb. I've done it before. It isn't easy, but I can tell you that it can be done. Good luck! Quote Link to comment Share on other sites More sharing options...
MadnessRed Posted October 11, 2008 Author Share Posted October 11, 2008 ok, thanks for that info however i found a floating menu on javascript, then I redid the code, added a few more funtions to the div (eg show/hide) and its works pretty well. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.