Microsoft
Software
Hardware
Network
Question : Converting Double to CString
hi..
does anyone know how to convert double to CString?
thx
Answer : Converting Double to CString
CString a;
a=a+"xxxx";
double no = 9.0
CString tmpVal;
tmpVal.Format("%lf", no);
a=a+tmpVal;
Rosh :)
Random Solutions
Save operation failed
stopping excel flickering
msxml3.dll is not able to be registered
Custom Icons on Toolbar- how to? Access 2000
TSQL: How to plug Nulls with Lookup values in same column and limited keys
Exporting to pdf from crystal reports stopped working
Exchange 2010 After install when initialising it looks for the DC not the member server
Combing MS SQL Select statement
Accessing Program files in Vista?
Can a property be added to each property in a collection class