Click here to Skip to main content
15,897,315 members

Comments by Mạnh Lê (Top 16 by date)

Mạnh Lê 28-Jun-17 3:17am View    
Thank you very much
CStringA strData1A(strData1)
Mạnh Lê 16-Dec-15 3:59am View    
thank your recommend.
I'm using GetModuleFileName is successfully
.
TCHAR path[FILENAME_MAX];
GetModuleFileName(NULL, path, FILENAME_MAX);
// Remove the file name
CString s = path;
CString szResult = s.Left(s.ReverseFind('\\') + 1);
return szResult;
Mạnh Lê 20-Oct-15 21:31pm View    
Thank alot,
Change normal array with std::array
Mạnh Lê 15-Jul-15 0:17am View    
I think the popup, you can create a form and second gridview on that.
Have any problem with you !
Mạnh Lê 7-Jul-15 4:32am View    
It's clearly