can someone please translate this into vb(its c++)Code:CHAR szAppName[DEFAULT_STRING_SIZE] = _T;("");
LoadString(g_hInstance, IDS_APP_NAME, szAppName, COUNTOF(szAppName));
ShellAbout(hWnd, szAppName, Null, Null);
Printable View
can someone please translate this into vb(its c++)Code:CHAR szAppName[DEFAULT_STRING_SIZE] = _T;("");
LoadString(g_hInstance, IDS_APP_NAME, szAppName, COUNTOF(szAppName));
ShellAbout(hWnd, szAppName, Null, Null);