
Font in List box VB5 strange problem - Help needed
I have ported an application from 16-bit VB4.0 to 32-bit
vb5.0. It is an SDI
After some actions, a list box on a form is refreshed.
While refreshing, the font and fontsize are also set in
the code.
The problem is - sometimes, randomly, when the list box
is refreshed, the font in the list box changes and its
size increases.
Funny thing is - I kept track of font and size using
debug.print but the values never changed and yet the are
actually changed on the screen.
This happens very randomly. I oculd not observe a trend
or a pattern to reproduce this.
Any help would be appreciated.
PS: It worked just fine in VB4.0