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
What is the use of Imagelist Controls ?
what controls have you used in your project?
which property used to add a menus at runtime?
What is the latest version of visual basic?
Explain OLE Drag and Drop.
What is the need of tabindex property is label control?
How can you Implement windows functionality in VB?
What are forms in visual basic?
Data Control missing from toolbox when I use VB under NT3.5. Why?
Explain the usage of Web Browser Control?
what are the Types of Resultsets?
What is ado data control in vb?
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.
Recordset object consists what?
How would you attach pictures in Treeview Control?