skinned application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am trying to create a .net windows app with the following properties:

* no windows frame, the app needs to be circular ad partially transparent
* the app can be moved around the screen by clicking and dragging

Anybody have any pointers?

cheers, Roger
 
It's quite simple to do yourself as well.

Set the form border style to none, and enable transparency on the form.

Check msdn.microsoft.com, there was a recent article on how to do this, and
it is piss easy.
 
Back
Top