Jump to content

Recommended Posts

Posted (edited)

Hi, I'm trying to create a Picture in my second GUI but its always shown in my first one?

 

 

$Form1 = GUICreate("Form 1", $iWidth, $iHeight, 252, 253)
$Form_img = GUICreate("Picture", 200, 100, 258 + $iWidth, 253,$WS_DLGFRAME)

IMG("D:\img.jpg")

Func IMG($link="")
   $size = _ImageSize($link)
   $IMG = GUICtrlCreatePic($link, 0, 0, 0, 0)
   WinMove($Form_img,"", default, default, $size[0], $size[1])
EndFunc

GUISetState()
*Sorry for my bad English like the title should be Managing Multiple GUIs Edited by DucViet321
$Money = ControlGetMoney(@Life,"People","Pocket4")If $Money Then $Rich = TrueElse $Risk = True _RunAwayFromPolice("Fastest")EndIf
  • Moderators
Posted

DucViet321,

Use GUISwitch to set the GUI in which controls shoudl be created. :)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png 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:

  Reveal hidden contents

 

Posted

Thanks M23, Its always you :P

$Money = ControlGetMoney(@Life,"People","Pocket4")If $Money Then $Rich = TrueElse $Risk = True _RunAwayFromPolice("Fastest")EndIf
  • Moderators
Posted

DucViet321,

 

  Quote

Its always you

Not always - but quite often! :D

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png 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:

  Reveal hidden contents

 

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...