feurich Posted July 19, 2005 Posted July 19, 2005 Hi there, Is there a way of making the corners of a groupbox round? Or do I have to make my own control for this? All the best Feurich Quote Trust the Universe
samsmithnz Posted July 19, 2005 Posted July 19, 2005 Try changing the flatstyle property of the groupbox to 'system', and then on the first line of you application add these lines: 'Turn on XP Styling Application.EnableVisualStyles() Application.DoEvents() Quote Thanks Sam http://www.samsmith.co.nz
feurich Posted July 19, 2005 Author Posted July 19, 2005 Wauw!!! Thanks....... Those little things that do it :p Quote Trust the Universe
techmanbd Posted July 19, 2005 Posted July 19, 2005 Remember this only works on XP, if someone has Windows 2000 or 98 you will still see the squared of corners when they use yoru program Quote Live as if you were to die tomorrow. Learn as if you were to live forever. Gandhi
feurich Posted July 19, 2005 Author Posted July 19, 2005 Question on this When I do this the inner groupbox's caption is filled in bold. The outer most groupbox caption is in normal Font Is this normal behaviour? I have looked at the setting of the individual controls but nothing is out of the order? Quote Trust the Universe
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.