What is the difference between ANSI and UNICODE strings
when passed as arguments to a DLL?
Answer Posted / kaan
ANSI support 256 different characters
so it will take 8 bit to store single character
but
UNICODE support 65536 different character,so it will take
16 bit to store single character and it is more complex
This differences should consider while u interact with
unmanaged code(win32 api),export functions etc.,
| Is This Answer Correct ? | 22 Yes | 1 No |
Post New Answer View All Answers
How do I mimic a toggle button?
What is data control in vb?
How would you Create a Query Builder and Explain its uses ?
How would you convert a form into document?
It is possible to access Text (x.txt) files? Explain.
How to load and unload child forms.
What can you do with visual basic?
what is the control used to call a windows application.
Specify technical & functional architecture of your last 2 projects.
How would you run your ActiveX Document Dll?
___ is a property to resize a label control according to your caption.
how to use unicode data in vb6 regarding to telugu language, my output is in only telugu language
How to find size of the file. Which method or function is used to occomplish this?
What is meant by Establish Connection in RDO?
What is database vb?