procedure TForm2.btn10Click(Sender: TObject); begin ShellExecute(handle,'open','mailt', nil,nil,SW_SHOWNORMAL); end; procedure TForm2.btn11Click(Sender: TObject); begin ShellExecute(handle,'open','mailt617346799@qq.com',nil,nil,SW_SHOWNORMAL); end; p
typedef struct _browseinfoW { HWND hwndOwner; PCIDLIST_ABSOLUTE pidlRoot; LPWSTR pszDisplayName; // Return display name of item selected. LPCWSTR lpszTitle; // text to go in the banner over the tree. UINT ulFlags; // Flags that control the return stu