BobSki
BobSki

Reputation: 1552

VB6 applications in Windows 10

I moved a few of my applications to WINDOWS 10 and one of the issue I noticed - which is not really an issue with functionality but rather the colors. Msgboxes seem to not have the top bar anymore (where TITLE goes) - it's actually there, but it's so light that it's difficult to see where the top bar is and the rest of the msg box. does anyone know how to tweak it so that it looks more defined just like it did when it was run in XP or Win7

Upvotes: 0

Views: 1159

Answers (1)

Jonathan Applebaum
Jonathan Applebaum

Reputation: 5986

The controls implemented from the OS. You need to change properties on the operation system. Maybe this could help:

http://answers.microsoft.com/en-us/windows/forum/windows_10-start/change-application-background-color-window-10/167b133e-62f4-4eae-9425-2b9a6019bded

Upvotes: 2

Related Questions