Jump to content

Recommended Posts

Posted

i used the udf of the AlphaBlend in the examples it works awesomely with xp so u see the layered photo but with vista it still layered but the window boarder (around the img) is visible (so its like a window with img inside), iam sure its not a mistake i made cos its like this even with the example in the GUI examples folder

so now is there any way that i can hide or make the window boarder invisible on vista?

thanks alot for the help :)

Posted

If you add $WS_POPUP style to your created gui window, then it will only show the client area of the window without the title bar and borders. You may need to include windowsconstants.au3 into your script if I guessed the filename right.

:)

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
×
×
  • Create New...