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
mobile outlook
HTTP Error 403.1 publishing WCF Service
Reason for MyProj.csproj.FileListAbso<wbr />lute.txt
Outlook 2007 Browser Link
MS Access Audit using Screen.ActiveControl.OldVa<wbr />lue
Access TRIM Field Name
Change backcolor in Access subform in Datasheet view
Dlookup with multiple criterias and tables
Outlook 2010 Beta Product Activation Failed
find out an (x,y) location of a point on a circle's edge C#