Jump to content

_IECreate makes a window without tabs. How can I get tabs back?


amerist
 Share

Recommended Posts

I'm making an Autoit program that creates a kiosk-type Internet Explorer with a banner at the top of the screen.  Everything is working perfectly now except I noticed there's no ability to make new tabs in IE with ctrl+t and there's no tab bar.  How can I enable this?

Can I enable this?

Thanks,

 

Link to comment
Share on other sites

Im just guessing, but im pretty sure you have to actually code the tabs and not just enable it.

[font="helvetica, arial, sans-serif"]Hobby graphics artist, using gimp.Automating pc stuff, using AutoIt.Listening to music, using Grooveshark.[/font]Scripts:[spoiler]Simple ScreenshotSaves you alot of trouble when taking a screenshot!Don't remember what happened with this, but aperantly the exe is all i got.If you don't want to run it, simply don't._IsRun UDFIt figures out if the script has ben ran before based on the info in a ini file.If you don't want to use exactly what i wrote, you can use it as inspiration.[/spoiler]

Link to comment
Share on other sites

If you simply open an Internet explorer browser yourself you notice that there is a tab and the ability to make new tabs.  It seems that when using _IECreate that this functionality is completely removed.  I'm asking about how I can get this functionality back.  

If it takes programmatically adding a tab with a blank page, then that's what I must do, but I'm not sure how to go about that.

Thanks.

Edited by amerist
Link to comment
Share on other sites

What version of IE are you using? Because when I use _IECreate, the IE window that opens has a tab for the page requested. I'm using IE10 on Windows 7 x64.

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...