Welcome Guest. Please Login or Register. Apr 1st, 2018, 03:27am
ATTENTION MEMBERS: Conforums will be closing it doors and discontinuing its service on April 15, 2018. We apologize Conforums does not have any export functions to migrate data. Ad-Free has been deactivated. Outstanding Ad-Free credits will be reimbursed to respective payment methods.
Thank you Conforums members.
Speed up Liberty BASIC programs by up to ten times!
Compile Liberty BASIC programs to compact, standalone executables!
Overcome many of Liberty BASIC's bugs and limitations!
Is there a way in LBB to make the outline around groupboxes wider or heavier?
Not really. All controls are drawn according to the style/theme currently selected by the user, so the visual appearance will in any case differ between different versions of Windows, different configurations etc. You should not assume that somebody else will see the same thing you do!
LBB sets your program's manifest (assuming you are compiling it to an EXE) so as to select 'Common Controls Version 6.0' which is the last release that still supports the ANSI character set (as opposed to Unicode).
Are you noticing any significant differences between the groupboxes used by LBB and those displayed by other applications?
Not really. All controls are drawn according to the style/theme currently selected by the user, so the visual appearance will in any case differ between different versions of Windows, different configurations etc. You should not assume that somebody else will see the same thing you do!
LBB sets your program's manifest (assuming you are compiling it to an EXE) so as to select 'Common Controls Version 6.0' which is the last release that still supports the ANSI character set (as opposed to Unicode).
Are you noticing any significant differences between the groupboxes used by LBB and those displayed by other applications?
Richard.
I don't really know, I'm not sure what is being drawn as a groupbox and what comes from other methods in other applications. The boxes and lines in the screens on this forum are much more apparent than in my groupboxes. It's not a big deal, my groupboxes just have very faint outlines that make the groupings hard to see. Thought there might be some sylebit magic. This is Win10 pro, but they're faint on my Win10 home laptop too. Thanks