Fancy GUI

  • Thread starter Thread starter viv
  • Start date Start date
V

viv

Hi

I just want to know how they design the fanye GUI's which has graphics,
curves which more or less looks like flash gui's...

Thanks
Viv
 
One method is to create a region for the form with the shape you want
and then use the OnPaint event to draw what you want on the form.

You could also create a bitmap and apply that to the background of the
form. If the bitmap has a curved edge, you could make the form's
region the same shape as the bitmap, for example.

Like many tasks, there is more than one way to do it.

You might Google for skinning in VB.Net and you'll probably find lots
of hits.
 
Thanks Mike,Cor ,Chris for your help and comments.
I think I will pick it up from here...

:-)

Viv
 

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