Nov 20, 2003 #1 J Jedhi Well-known member Joined Oct 2, 2003 Messages 127 In VC6.0 I have used the CString alot, but I experience that CString do not always do as expected in .NET. CString str = ""; Does for example not give an empty string. What must I use in .NET to get string work correctly ?
In VC6.0 I have used the CString alot, but I experience that CString do not always do as expected in .NET. CString str = ""; Does for example not give an empty string. What must I use in .NET to get string work correctly ?
Dec 11, 2003 #3 J Jedhi Well-known member Joined Oct 2, 2003 Messages 127 Ive already tried that. I did not help.