how to use unicode beyond 0xffff in vb.net? -


in vb.net desktop application i'm designing, want user able input text in richtextbox in kind of language, ancient languages. far managed in achieving using chrw() , virtual keyboard of own, codes under 0xffff (65535), chrw() doesn't take codes beyond limit. however, there codes beyond limit want use, ancient greek, cuneiforms, , on.

does know how that? thanks!


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -