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
Aligning an ASP.NET Menu Control
Push out Office 2007 configuration settings
Setting Up Network Lab ESXi 4.0
Filter Report Based On Multiple Dynamic Combo boxes
how to transfer contact in outlook from one distribtion list to another
Make static range
Syntax for case select
How to seek to particular record in sqlCeResultSet based on a column value
Redistributing MFC run-time.
OWA 2007 Password Changes