I think there is a bug with edit controls, their cue banner does not work in compiled VB6 apps. Have a look at bellow screenshot:

The one without the banner is a VB6 exe.
Is there any workaround?
Also, another "bug" is that when using upper/lower case conversion, cue banner is also affected which doesn't make much sense. One uses character formatting only for input pre-validation, while cue is used as a helpful hint and should not be affected by any format/validation. Luckily password mask property does not turn cue banner into dots as well
 . For example, you bind edit box to a "server name" field which can only be uppercase so character conversion is useful here, but you don't want "SERVER NAME" instead of "Server name" as a cue banner
. For example, you bind edit box to a "server name" field which can only be uppercase so character conversion is useful here, but you don't want "SERVER NAME" instead of "Server name" as a cue banner  .
. 
						
