sosimple Posted March 25, 2007 Posted March 25, 2007 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.
jvanegmond Posted March 25, 2007 Posted March 25, 2007 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 itI 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.. github.com/jvanegmond
sosimple Posted March 25, 2007 Author Posted March 25, 2007 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..
jvanegmond Posted March 25, 2007 Posted March 25, 2007 You may like SplashTextOn too.. github.com/jvanegmond
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