Displaying 5 results from an estimated 5 matches for "shbrowseforfolder".
2005 Aug 15
1
Anything like dir.choose (similar to file.choose) in R?
...ike this as a kludge to get something like a
dir.choose, but a real dir.choose would be better:
cat("Select one of files in directory to process:\n")
filename <- gsub("\\\\", "/", file.choose())
basepath <- dirname(filename)
Windows 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...
2011 Jul 08
0
Wine release 1.3.24
...d button hot when mouse is over it.
comctl32: Prevent double theme closing when WM_DESTROY is called many times.
comctl32: Make iterator_remove_common_items working on one range iterators.
comctl32: Fixed tab elements recognition.
shell32: Update currently selected folder in SHBrowseForFolder dialog.
shell32: Implement "make new folder" functionality in SHBrowseForFolder.
shell32: Implement folder renaming in SHBrowseForFolder.
Piotr Pawlow (1):
wined3d: Delete cursor texture on device reset.
Rico Sch?ller (9):
d3dx9: Fix light range spelling.
d...
2009 Jan 30
0
Wine release 1.1.14
...e problems in multithreaded .NET code (simultaneous GC heap allocations)
17161 Provide lodctr.exe tool to prevent misleading process spawn failure console messages (.NET installers)
17163 winrar text box covered by a horizontal scrollbar
17167 Graphics completely freeze in Halo
17168 In ShBrowseForFolder(), control forgotten when dialog is resized
----------------------------------------------------------------
Changes since 1.1.13:
Alasdair Sinclair (17):
advapi32/tests: Fix missing void in empty parameter list.
comctl32/tests: Fix missing void in empty parameter list.
comctl3...
2016 Jan 22
0
Wine release 1.9.2
...ils.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.9.2 (total 41):
7938 Gyldendal dictionary needs ole2disp.dll.SAFEARRAYALLOCDATA
8490 SHBrowseForFolder: BIF_NEWSTYLEDIALOG not implemented - title gets cropped in uTorrent
11023 Lack of ole2disp.dll.SAFEARRAYDESTROYDESCRIPTOR causes Nota Bene to refuse to launch
18932 Installshield installer text not being bolded (appinstall)
20896 Use-after-free in DdeClientTransaction in user32 dde tests...
2010 Oct 01
0
Wine release 1.3.4
...IGameStatistics::Save initial implementation.
gameux: Add implementation of IGameStatisticsMgr::RemoveGameStatistics.
gameux: Finished implementation of saving game statistics.
Matej ?pindler (1):
taskkill: Add Slovenian translation.
Michael Mc Donnell (1):
shell32/tests: SHBrowseForFolder should return new folder pidl.
Michael Stefaniuc (4):
crypt32: Remove redundant NULL check before CryptMemFree (Smatch).
user32: Simplify the error handling in BITMAP_Load().
ddraw: Add missing unlock on an error path (Smatch).
ole32: Allocate a small temp variable on the s...