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


Please Help Members By Posting Answers For Below Questions

What is the use of Imagelist Controls ?

1746


what controls have you used in your project?

1667


which property used to add a menus at runtime?

1713


What is the latest version of visual basic?

653


Explain OLE Drag and Drop.

1689


What is the need of tabindex property is label control?

1802


How can you Implement windows functionality in VB?

1874


What are forms in visual basic?

769


Data Control missing from toolbox when I use VB under NT3.5. Why?

1229


Explain the usage of Web Browser Control?

1910


what are the Types of Resultsets?

1953


What is ado data control in vb?

736


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.

1947


Recordset object consists what?

1772


How would you attach pictures in Treeview Control?

1736