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
How to find ampersand characters
Exchange 2007 - Users mailbox can't send mail
does not contain a definition for and no extension method
How to select by code all the children of InkCanvas in wpf
EventID 1054
Personnel Database with historical information using Infopath/Access
Adding two different fields in two diferent records
How do I edit a legend in Access 2003?
String extract in a query field
Aceess 2002 SQL Query question... accumulation by group by sequence