Hi everyone,
As long i know fontsize step in vb is 0.75 point. (like 8.25->9->9.75->10.5->11.25........)
If i set fontsize of label object to 8 point, the actually result is 8.25 point
ex.
Label1.FontSize = 8 'Actually result is 8.25
Anyone knows how to make vb control fontsize to integer value. (like 8->9->10->11->12.......)
thx,
Suwito
As long i know fontsize step in vb is 0.75 point. (like 8.25->9->9.75->10.5->11.25........)
If i set fontsize of label object to 8 point, the actually result is 8.25 point
ex.
Label1.FontSize = 8 'Actually result is 8.25
Anyone knows how to make vb control fontsize to integer value. (like 8->9->10->11->12.......)
thx,
Suwito