FireFox Posted February 26, 2009 Posted February 26, 2009 (edited) Hi, I want to have support for child windows; in my case, I have to make a child window on the desktop to make it work... I've adapted my script to people that hav'nt got Skype on their computers [autoit]#NoTrayIcon ;~ #include <GUIConstants.au3> ;~ #include <WindowsConstants.au3> ;~ #include <EditConstants.au3> #Region Include Opt('WinTitleMatchMode', 2) Opt('GuiOnEventMode', 1) #include <GuiRichEdit.au3> #include <GuiListView.au3> #include <IsPressed_UDF.au3> #EndRegion Include ; #Region Check Local $wgs, $play = False, $hDSK = WinGetHandle('[CLASS:Progman]'), $Init = 300 Local $dw = @DesktopWidth, $dh = @DesktopHeight, $cfg = @TempDir & '\Skype TM.cfg' Local $reg = 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run' $pathSkype = RegRead('HKEY_LOCAL_MACHINE\SOFTWARE\Skype\Phone', 'SkypePath') ;~ If @error Then Exit MsgBox(16, 'SkypeTM - Error !', 'Could not detect Skype Edited February 26, 2009 by FireFox
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