Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21089

VB6 on Win7 dll - Font changes for nested frame captions

$
0
0
We have a program that we have run for many years on Win XP that is written in VB6. It is a dll that is called by another program and displays a form for user entry.

We have moved to Win 7 and now we have a small issue with the forms. The issue is that if we have a Frame inside of another Frame on a form, when we run the dll, the Captions on the sub-frame are bold, larger font size and are cut-off.

The first level frames of the form do not have this issue, they have the correct default font, only the nested ones have different fonts. Also, the issue does not appear in debug mode and does not appear for EXE, only if it is a compiled dll. I have verified the same behavior and issue on another dll that we also call from the outside program.

Does anyone have any thoughts on what might be happening or how to fix it?

Thanks.
Carl B

Viewing all articles
Browse latest Browse all 21089

Trending Articles