Jump to content

GUICtrlCreatePic With EZSkin


JamesDover
 Share

Recommended Posts

This is probabley a very easy fix but I can't seem to get a photo to show up with Ezskin it just flashes. When i comment out EzSkinOver() it stops flashing but still won't show up.

Cheers

#include <EzSkin.au3>
dim $pic
$EzGUI = EzSkinGUICreate("MyEzSkinDemo",400,300)
$EzIcon = EzSkinIcon($EzGUI)

$Pic = "E4610.jpg"

$Button = EzSkinButton("EzSkin Button", 150, 100, 100, 30) ;, $font_color)
$Pic1 = GUICtrlCreatePic("", 100, 150, 200, 100) ;For ModelPic()
GUISetState()
Test()
While 1
    EzSkinOver()
    $msg = GUIGetMsg()
    If $msg = $EzIcon[1] Then Exit
    If $msg = $EzIcon[2] Then GuiSetstate(@SW_MINIMIZE, $EzGUI)
    If $msg = $Button Then MsgBox(64,"EzSkin", "The Skin is operating properly... Thanks    ")
WEnd

Func Test()
GUICtrlSetImage($Pic1, @ScriptDir & "\computerpics" & "\" & $Pic, 0)
EndFunc
Edited by JamesDover
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...