PDA

View Full Version : Invisible app



EndlessLay
02-01-2008, 03:27 AM
Hello AMS Users,

I would like to know if there is any way i could make my app invisible.

Until now, i have just managed to decrease the mask of my window to 10x10 dimensions, without being completely invisible though.

So, my question is, how can i manage to make my app completely invisible (visually on screen)?

TimeSurfer
02-01-2008, 03:46 AM
add this to your page on show event it will hide the app window


Window.Hide(Application.GetWndHandle());