kenplaygirl Posted June 24, 2020 Share Posted June 24, 2020 (edited) Mọi người cho e hỏi IE có thể mở tab ẩn danh trực tiếp bằng lệnh được không ạ ? hay phải dùng send() tổ hợp Ctrl + Shift + P để mở ? Trans: People ask me, IE can open an incognito tab directly with the command? Or do you have to use send () with Ctrl + Shift + P to open it? Edited June 24, 2020 by Melba23 Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted June 24, 2020 Moderators Share Posted June 24, 2020 kenplaygirl, Welcome to the AutoIt forums. We are an English-speaking forum, so please use a translation service when posting again. Thanks in advance for your cooperation. M23 kenplaygirl 1 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted June 24, 2020 Moderators Share Posted June 24, 2020 Moved to the appropriate forum, as the Developer General Discussion forum very clearly states: Quote General development and scripting discussions. Do not create AutoIt-related topics here, use the AutoIt General Help and Support or AutoIt Technical Discussion forums. Moderation Team Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
kenplaygirl Posted June 24, 2020 Author Share Posted June 24, 2020 (edited) mình đã tìm được rồi nên share cho những bạn thắc mắc giống mình. #include <ie.au3> $oIE = _IECreate("about:InPrivate") trans: I have found it, so share it for those who ask me the same question. Edited June 24, 2020 by Melba23 argumentum 1 Link to comment Share on other sites More sharing options...
kenplaygirl Posted June 24, 2020 Author Share Posted June 24, 2020 2 minutes ago, Melba23 said: Đã chuyển đến diễn đàn thích hợp, vì diễn đàn Thảo luận chung dành cho nhà phát triển nêu rất rõ: Đội điều độ Sorry, this is my first post. I do not know that Link to comment Share on other sites More sharing options...
Nine Posted June 24, 2020 Share Posted June 24, 2020 Here one way : #include <Constants.au3> #include <ie.au3> Run ("C:\Program Files\Internet Explorer\iexplore.exe -private") Sleep (5000) Local $hWnd = WinGetHandle ("[CLASS:IEFrame]") Local $oIE = _IEAttach ($hWnd, "hwnd") MsgBox ($MB_SYSTEMMODAL,"",IsObj ($oIE)) “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
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