search for: std_delete

Displaying 1 result from an estimated 1 matches for "std_delete".

Did you mean: cmd_delete
2005 Oct 09
3
Exploring Folders
Hi, my company develops Windows applications and we are trying to get them to work correctly under Wine. We have two outstanding issues 1. Toolbars - the generic icons do not list (ie STD_DELETE). Currently posted under Bugzilla 2. We provide menu links to open a folder using the Win32 API command ShellExecute(hwndDlg, NULL, szFolder, NULL, NULL, SW_SHOWNORMAL); (szFolder is the folder path to open) Under Windows this opens Windows Explorer with the sleected folder open. This allows...