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
Replace a terminal services server in Windows Server 2003 OS
What is the default Admin password for Access 2003 Workgroups?
Sharing the same State object
Take a variable and have the displayed format....
WSUS installation on Sql server
App. Emails Delivered Into Spam Folder
odbc error connecting mysql
How to pass variable to sql server stored procedure from access mdb form
Bulk Edit global address book
One of my Excel file always gives me a "File already open" messge.