Jump to content

Can I have tooltip work in the backround?


Recommended Posts

for example i have this:ToolTip('This is my message' , 0, 0)

sleep(5000)

I want ,when there is a window in front of it, mozila , exporer .. etc , not to see it

I want to see it only in this part of the screen is empty.

I didn't see any of the options that will allow you to do this.

You might want to consider using an alternative method, such as creating an titleless popup GUI window ($WS_EX_TOOLWINDOW and $WS_POPUP), with one label with the $WS_EX_SUNKENEDGE (or something like that??) state..

Link to comment
Share on other sites

I didn't see any of the options that will allow you to do this.

You might want to consider using an alternative method, such as creating an titleless popup GUI window ($WS_EX_TOOLWINDOW and $WS_POPUP), with one label with the $WS_EX_SUNKENEDGE (or something like that??) state..

Thanks for the reply. I think is very dificult for me to do this..
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...