Jul 19, 2005 #1 F feurich Centurion Joined Oct 21, 2003 Messages 170 Location Holland 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
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
Jul 19, 2005 #2 S samsmithnz Senior Contributor Joined Jul 22, 2003 Messages 1,038 Location Boston Try changing the flatstyle property of the groupbox to 'system', and then on the first line of you application add these lines: Code: 'Turn on XP Styling Application.EnableVisualStyles() Application.DoEvents()
Try changing the flatstyle property of the groupbox to 'system', and then on the first line of you application add these lines: Code: 'Turn on XP Styling Application.EnableVisualStyles() Application.DoEvents()
Jul 19, 2005 #3 F feurich Centurion Joined Oct 21, 2003 Messages 170 Location Holland Wauw!!! Thanks....... Those little things that do it
Jul 19, 2005 #4 T techmanbd Junior Contributor Joined Sep 10, 2003 Messages 397 Location Burbank, CA 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
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
Jul 19, 2005 #5 F feurich Centurion Joined Oct 21, 2003 Messages 170 Location Holland 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?
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?