http://bugs.winehq.org/show_bug.cgi?id=27271
--- Comment #1 from fracting fracting@gmail.com 2011-05-24 01:37:48 CDT --- 1. Download the control $ wget https://site.cmbchina.com/download/CMBEdit.cab#version=1,2,0,1
2. extract the cab file: $ cabextract CMBEdit.cab
3. intall mfc42 $ winetricks -q mfc42
4. register the control
$ regsvr32 PowerEnter.ocx
5. open the test html file with wine builtin IE: $ wine iexplore 'http://bugs2.winehq.org/attachment.cgi?id=34879' &> powerpassword.log
Then a input control ( a virtual keyboard ) will display. How ever , the virtual keyboard go out of IE as a separate window, in fact it should be integrate with IE window. see attachment for screenshot. wine native ie works ok.