Virtual Ketboard in vb.net forms
-
hi for all I want use Virtual Ketboard in vb.net forms beacause my screen is touch screen but i not found any component please guide me Thanks
-
-
Hi d@nish Thank you For Your Reply But I want This code in vb.net if possible send me a dll file or component for this job thanks
All you have to do is convert the code yourself. It's only C#, not rocket science. There are a ton of online code converters on the web. All you need to do is a simple search. Or, you can just leave that component as is, compile it yourself, then use the resulting library in your VB.NET project.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
Hi d@nish Thank you For Your Reply But I want This code in vb.net if possible send me a dll file or component for this job thanks
As Dave said, either convert it yourself (lots of means available) or just add a reference to it in your code and use it. You might have read "interoperability" as advantages of .Net framework, you can make use of that now.
50-50-90 rule: Anytime I have a 50-50 chance of getting something right, there's a 90% probability I'll get it wrong...!!