View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000930 | Ecere SDK | ecere | public | 2013-06-04 16:57 | 2013-06-04 16:57 |
Reporter | redj | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | new | Resolution | open | ||
Product Version | 0.44.07 | ||||
Summary | 0000930: Select files on Windows when going to folder | ||||
Description | ... | ||||
Additional Information | CoInitialize() void BrowseToFile(LPCTSTR filename) { ITEMIDLIST *pidl = ILCreateFromPath(filename); if(pidl) { SHOpenFolderAndSelectItems(pidl,0,0,0); ILFree(pidl); } } | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-06-04 16:57 | redj | New Issue |