Shao Posted December 21, 2005 Posted December 21, 2005 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
Moderators SmOke_N Posted December 21, 2005 Moderators Posted December 21, 2005 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now