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
custom help guide
Mototola Droid will not sync with Microsoft 2003 Exchange Server
WSUS Console Shows Status Not Yet Reported
Macro to run Goal Seek multiple times and transpose output - Excel 2007
Why Can't I find "TypeOf" in Microsoft's Access Help files.
Word 2007 VBA Macros Disappear
Word 2007 - Hyperlinks to Outlook Blocked
One hyperlink that passes parameters to two inline frames
Exchage Error SPAM question.
Determine the closest word in the list.