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
Only one parameter passed to function but For Each...Next keeps going after first pass. Can't understand why.
How and where to install SSL Certificate for website?
how can i redirect ISA to publish a subsite on sharepoint?
You were disconnected from the Windows-based computer because of problems during the licensing protocol.
Can't resize form manually
Cumulative Time that totals beyond 24 hours.
Backups failing due to folder depth on Backup Exec
Subform last record not showing on report
Left Join tables many to many
How to remove header and footer when printing from IE for multiple computers.