Jump to content

How can i create a Tray box?


Recommended Posts

Hello! I'm Le Huynh Nam, I'm vietnamese! i have some question can u show me to resolve it?

1. Can i change the default Ezskin folder to Skin folder? How can i do it?

2. How can i make a Tray box? u can post your reply at

http://www.autoitscript.com/forum/index.ph...mp;#entry614416

Thanks for reading it!

I look forward to receiving your reply soon!

#1

...

As I have been asked numerous times..

The EzSkin Location is hard coded, however, this may changed very easily.

just look at line # 698 you will see... (or just search for @ScriptDir)

Global $213A908B3713BB99 = @ScriptDir & $213AE08D5A13BB99

You may change this @ScriptDir to any folder/location you wish.

You should not make any other changes.. just the folder location

... you can place XSkin stuff in there too!

#2

The Tray message box function looks like this...

Func XSkinTrayBox($TBTitle, $TBText)
    If StringInStr($TBText, @CRLF) Then Return
    XSkinMsgBox($TBTitle, $TBText, "", 3)
EndFunc   ;==>XSkinTrayBox

it calls the XSkinMsgBox function

XSkin.au3 is required to make them work

*****

If you want to mix the two just point the XSkin folder to the same location as the EzSkin folder.

$Skin_Folder = @ScriptDir & "\Skins\Black-Yellow" ; just change the ocation here

8)

NEWHeader1.png

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