Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Coffee corner » select file with windows explorer
select file with windows explorer [message #56986] Sat, 08 May 2021 06:10 Go to next message
BetoValle is currently offline  BetoValle
Messages: 203
Registered: September 2020
Location: Brasil Valinhos SP
Experienced Member
Hi,

it is possible to show a file and put the selection in it, after opening the folder as below (just select a file with the resource below)


 ShellOpenFolder("C:\\folderA\\subfolder"); 

 (how to select a file after open folder?)



Thanks
Re: select file with windows explorer [message #56987 is a reply to message #56986] Sat, 08 May 2021 16:49 Go to previous message
BetoValle is currently offline  BetoValle
Messages: 203
Registered: September 2020
Location: Brasil Valinhos SP
Experienced Member
Hi, this work windows 10!

load the explorer and select (only) a file


    String strArgs = "/select, C:\\FolderA\\subFolder\\file.txt"; 

    ShellExecute(0, "open", "explorer.exe", strArgs, 0, SW_NORMAL);  



Thanks
Previous Topic: can U++ be ported to ARM processor?
Next Topic: saving and reading pdf file, binary file, image file in mysql
Goto Forum:
  


Current Time: Fri Apr 19 02:51:26 CEST 2024

Total time taken to generate the page: 0.04154 seconds