What is the difference between ANSI and UNICODE strings
when passed as arguments to a DLL?
Answer Posted / vipul
ANSI: This standard provided 256 different symbols that a
computer can use. It was quick, efficient, and easy to
implement. All modern operating systems fully understand
ASCII.
UNICODE: Unicode which allowed for up to 65,536 different
characters. Since Unicode is more complex it is not
implemented on many operating systems. In terms of
Microsoft; Windows NT, Windows 2000, Windows XP, and
Windows 2003 support Unicode as will all future releases of
Windows.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
How would you access objects created in ActiveX Exe and ActiveX Dll
Types of cursors in RDO.
What is file in vb?
How would you add column headers in listview control?
What are the important components of OLEDB?
what are the Types of DBCombo boxes?
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
How do I get the Tab key to be treated like a normal character?
Where can I get good up-to-date information about VB?
How to control the file?
by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
How do I make my applications screen-resolution independent?
What is the use of NEW Keyword? Explain.
How would you map properties to controls by using ActiveX Control Interface Wizard?
Explain about Caturing Baseline.