View Issue Details

IDProjectCategoryView StatusLast Update
0000930Ecere SDKecerepublic2013-06-04 16:57
Reporterredj Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status newResolutionopen 
Product Version0.44.07 
Summary0000930: Select files on Windows when going to folder
Description...
Additional InformationCoInitialize()

void BrowseToFile(LPCTSTR filename)
{
    ITEMIDLIST *pidl = ILCreateFromPath(filename);
    if(pidl) {
        SHOpenFolderAndSelectItems(pidl,0,0,0);
        ILFree(pidl);
    }
}
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2013-06-04 16:57 redj New Issue