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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top