• 0

[VB] Creating new interfaces


Question

Is it possible to create a fully functioning interface like this one in Visual Basic 6? Media Player can have crazy-non-Window windows so I assume it can be done in VB too right? Anyone got any advice to help me make this?

Thanks

Ash

post-47-1096068539.jpg

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

It can be done with regions. Check MSDN for CreateEllipticRgn and co. Once you've created the region, you can call SetWindowRgn to apply the region to the window.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.