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
After Update in Access
SQL How do I concatenate strings from a column into a single row
Outlook cannot connect to Exchange 2007 during a DC reboot
'System.Configuration.Conf<wbr />igurationE<wbr />xception' occurred in system.dll
System.DirectoryServices or System.DirectoryServicesAc<wbr />countManag<wbr />ement
Access query to include lowest value from another table
Left Join Distinct Rows only?
Displaying HTML in MS Access report
create a yes no messagebox in asp.net
Pivot Chart Grand Total