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
displaying fields total amount in textbox on form
need to convert the following from asp to asp.net
grabbing text from a string after a logic
Problem with "shutdown" DOS command
Data Loss & Recovery - FAT 16 - NTFS 160GB USB drive. Possible bad MBR or Partition Table
VB.NET Lambda/LINQ batch function
MS SQL Output producing duplicate data
How can I retrieve OS and Hardware Device Information using Compact Framework in VB only?
How can I create a distribution list in Gmail? I have followed the steps that they have given, but am still unable to create a Gmail distribution list
Error 8007000D when updating Vista machine via WSUS server.