Unicode Button in VB6



Hi!

I have a form with a command button and want the caption of this button to
be unicode.
I found this:
http://www.eggheadcafe.com/ng/microsoft.public.vb.controls/post252068.asp

That looks good to me, but isn't detailed enough for me. I don't exactly
know how to subclass my window to avoid to conversion Unicode -> Ansi. I
suppose the call to SetWindowLongW might need a special GWL_EXSTYLE, but I
don't know which and how.

Any Idea ?

Thank you!


.