Jump to content

CTRL+V in Shell.Explorer doesn't work


Tagor
 Share

Recommended Posts

Hi,

I try to make a GUI with a few tabs with shell explorers. But now I have the problem that shortcuts like CTRL+C and CTRL+V don't work. Anyone an idea how to fix this?

GuiCtrlCreateTabItem("Tab 1")
$oIEstart = ObjCreate("Shell.Explorer.2")
$GUIActiveXstart = GUICtrlCreateObj($oIEstart, 12, 34, 924, 602)
$oIEstart.navigate("test1.html")
GuiCtrlCreateTabItem("Tab 2")
$oIEstart = ObjCreate("Shell.Explorer.2")
$GUIActiveXstart = GUICtrlCreateObj($oIEstart, 12, 34, 924, 602)
$oIEstart.navigate("test2.html")
GuiCtrlCreateTabItem("Tab 3")
$oIEstart = ObjCreate("Shell.Explorer.2")
$GUIActiveXstart = GUICtrlCreateObj($oIEstart, 12, 34, 924, 602)
$oIEstart.navigate("test3.html")

Thanks in advance :)

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...