Code:
CHAR szAppName[DEFAULT_STRING_SIZE] = _T;("");

	                LoadString(g_hInstance, IDS_APP_NAME, szAppName, COUNTOF(szAppName));

                    ShellAbout(hWnd, szAppName, Null, Null);
can someone please translate this into vb(its c++)