Jump to content

Recommended Posts

Posted

#include <File.au3>

Dim $theme

_FileReadToArray("C:\TestPicture.bmp", $theme)

GuiCtrlCreatePic($theme, 200, 200, 50, 10)

GuiCtrlSetState( -1, $GUI_DISABLE)

I put that in my GUI but my TestPicture.bmp won't show up on it, and yes the TestPicture.bmp is inside the C drive.

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
×
×
  • Create New...