AshMan Posted September 24, 2004 Share Posted September 24, 2004 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 Link to comment Share on other sites More sharing options...
0 Andareed Posted September 24, 2004 Share Posted September 24, 2004 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 More sharing options...
Question
AshMan
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
Link to comment
Share on other sites
1 answer to this question
Recommended Posts