VB6's InputBox doesn't support Unicode. Is there any way to make VB6's InputBox support Unicode?

I searched the VBForums and found that the MessageBoxIndirectW API could make a Unicode-MsgBox.
(the link: http://www.vbforums.com/showthread.p...sage-box-class)

I don't know whether there is an API method could create a Unicode-InputBox ?

Thanks in advance.