Problems with starting On-Screen-Keyboard from VB.NET -
i have strange problem when trying start on-screen-keyboard vb.net application (created vs2010). have 2 different application both using same code, is:
wow64enablewow64fsredirection(false) proc = process.start("osk") wow64enablewow64fsredirection(true)
in first app runs fine, in other following exception:
"an attempt made reference token not exist"
obviously problem hidden inside project settings of second app, cannot locate problem. appreciated.
update
i found reason myself. strange behaviour caused third-party-component used in second app. nothing project settings.
Comments
Post a Comment