Jump to content

need help about child GUI with hard styles


FireFox
 Share

Recommended Posts

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