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 » Newbie corner » Remote connection to host PC in Windows 7 (Remote connection to host PC)
Re: Remote connection to host PC in Windows 7 [message #44391 is a reply to message #44384] Thu, 05 March 2015 09:33 Go to previous messageGo to previous message
koldo is currently offline  koldo
Messages: 3361
Registered: August 2008
Senior Veteran
Just a sample
Progress progress;
	
progress.SetText("Searching files");
progress.Step(1);	// To put something in the progress bar
progress.Create();	// To show the window
Array<String> files = SearchFile("C:\\Upp", "*.log");	// Just a sample
	
progress.SetText("Copying files");
for (int i = 0; i < files.GetCount(); ++i) {
	progress.Set(i + 1, files.GetCount());	// To show the progress
	FileCopy(files[i], AppendFileName("c:\\", GetFileName(files[i])));	// Just a sample
}


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: No forward declaration.
Next Topic: Raspberry PI
Goto Forum:
  


Current Time: Wed May 15 11:13:47 CEST 2024

Total time taken to generate the page: 0.01338 seconds