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 » U++ community news and announcements » 2023.1 released
Re: 2023.1 released [message #59937 is a reply to message #59936] Mon, 05 June 2023 13:49 Go to previous messageGo to previous message
BetoValle is currently offline  BetoValle
Messages: 204
Registered: September 2020
Location: Brasil Valinhos SP
Experienced Member
Hi,
I built an application to backup files and in one routine I use the ShellOpenFolder function from the ComDlg.cpp file in the ide/common package. (the Util.cpp file in question is part of this component)

 
    int n = gD.GetCursor();
    String pasta_= gD.Get ( n,colunaDestino).ToString();
    if(!pasta_.IsEqual("") )
      ShellOpenFolder(pasta_);
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: 2023.1rc3
Next Topic: bmGIT_HASH
Goto Forum:
  


Current Time: Wed May 14 11:10:29 CEST 2025

Total time taken to generate the page: 0.02423 seconds