PDA

View Full Version : Checking for the possibility on this idea..


Mina
12-30-2005, 07:01 AM
Hey' hope all is well

Can the project's window border be shown and/or hidden during runtime?
Hope i made sense there..

Worm
12-30-2005, 07:26 AM
Yes it can, you could use API, but the easier way would be to use Window.SetMask to mask out the borders.

Something like this:

Window.SetMask(Application.GetWndHandle(), "Autoplay\\Images\\BorderMask.jpg")