Jump to content

Question about msg box


 Share

Recommended Posts

I am a newbe of this and have a question about msg box

if I have MsgBox(64,"Backup","Backup is ready") the box is dislay normal but it seen to be not active, when i click on OK button it lights up and then disapere normal, my question is if anybody have some tips what i must do to have this box uplight to that time to press the ok button.

I have same problem with progress box

Link to comment
Share on other sites

I'm sorry, I don't fully understand your question, but from what i do understand it sounds to be that your msgbox is missing the topmost attribute.

and this is what the helpfile has to offer:

262144 | MsgBox has top-most attribute set

So try this

Msgbox(262144+64, "Backup", "Backup is ready.")
Link to comment
Share on other sites

Hello that's not works, i think that must be at the box not in focus, when i click on the box then i have the focus..

I think we need to see some code to be able to help you with this.

Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Link to comment
Share on other sites

I think what he wants is when your mouse move to the ok button it become bigger or changes bk color, you will have to do that with a GUI

If this is really what he means, i have to congratulate you, because i would have never been able to pull that out of the OP. :)
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...