U++ framework
Do not panic. Ask here before giving up.

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: 3461
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: Tue Sep 01 14:04:57 GMT+2 2026

Total time taken to generate the page: 0.00893 seconds