I have written a VERY simple program that shows the size of
selected drives (drives A-Z). It shows the volume names,
total bytes, free bytes, and used bytes. It uses MSGBOX to
display the results, a drive at a time. My question is:
is there a way to change the fonts used by MSGBOX from
within the EXE, independent of the 32-bit Windows settings?
If not, I will be VERY daring and finally start using LISTBOX
(if that's what it's called) to display program results. <grin>
But, I'd much rather continue using MSGBOX with this particular
program.
selected drives (drives A-Z). It shows the volume names,
total bytes, free bytes, and used bytes. It uses MSGBOX to
display the results, a drive at a time. My question is:
is there a way to change the fonts used by MSGBOX from
within the EXE, independent of the 32-bit Windows settings?
If not, I will be VERY daring and finally start using LISTBOX
(if that's what it's called) to display program results. <grin>
But, I'd much rather continue using MSGBOX with this particular
program.
Comment