Jump to content

How to display Pic + buttons in a full-screen window ?


Shao
 Share

Recommended Posts

Hello,

I'd like display a pic in a window on top of a screen and buttons above this pic.

SplashTextOn doesn't let me display a picture in it.

SplashImageOn doesn't let me display a window with buttons above it.

And if I use Guicreate, I can display buttons and pictures but my buttons don't work because of the insertion of the picture.

So , How can I do to have a pic fully displayed and buttons above it ?

The window created must be displayed above taskbar too.

Shao

Link to comment
Share on other sites

  • Moderators

When you inserted the picture in the GUI, did you use GUICtrlSetState() to disable it?

$InsertPic = GUICtrlCreatePic(@Systemdir & "\oobe\images\merlin.gif",0,0, 0,0)
GUICtrlSetState($InsertPic, $GUI_Disable)

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

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