search for: shellcc

Displaying 3 results from an estimated 3 matches for "shellcc".

Did you mean: shell
2005 Aug 15
1
Anything like dir.choose (similar to file.choose) in R?
...s provides a lower-level SHBrowseForFolder function to create such a dialog (see links below). Do other platforms have similar functionality at a lower level? (Hoping this would be an easy addition to R.) SHBrowseForFolder Function http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/functions/shbrowseforfolder.asp Using the Shell API function SHBrowseForFolder() http://community.borland.com/article/0,1410,17008,00.html efg -- Earl F. Glynn Bioinformatics Stowers Institute for Medical Research
2005 Jul 16
1
Need shortcut help
Heesob, Can you please take a look at win32-shortcut and get Shortcut.open to work? Check out the latest from CVS. I have a non-working version at the moment. I''m not sure why CoGetInstanceFromFile() fails, or if it''s even the right approach. Thanks. Dan
2002 Mar 02
3
sorting listview by clicking header
thanks to all of the great work that has been done to listview, my app is finally readable. cudos on the latest patch that fixed up text (that was getting truncated), it's correct this time around. anyways, the one thing missing to get my app working is column sorting (done by clicking a header). i have below the output from a "trace+listview,trace+header" run of the app, clipped