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
Problem Upgrading a Child Domain to Windows 2008 R2
Adding a field to report after changing underlying query
Delete with INNER JOINS
Excel paysheet
Concatenate or merger in MS Access query
Select multiple Access records question.
Use a countdown display in a batch .bat file
Isass.exe error
Obtaining all licensing details including product keys for many servers?
Server hard drive, how to read off?