Tagor Posted January 27, 2007 Posted January 27, 2007 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now