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 » Extra libraries, Code snippets, applications etc. » U++ users applications in progress and useful code snippets, including reference examples! » Tip: Using FileSel
Tip: Using FileSel [message #5950] Wed, 25 October 2006 18:46 Go to previous message
yeohhs
Messages: 75
Registered: November 2005
Location: Malaysia
Member
Hi,

	FileSel f;                          // create a FileSel object
	f.ActiveDir(".");                   // set folder to look in               
	f.Type("Text file", "*.txt;*.log");  // set file types to filter
	f.ExecuteOpen("Select a text file");// display the File Selection dialog
	String fs = f.Get();                // get a file name
	String s;                           // create a String object 
	s = LoadFile(fs);                  // load the file into a string
	mydocedit1.Set(s);                 // display the file in a DocEdit control
	mylineedit1.Set(s);                // display the file in a LineEdit control

[Updated on: Wed, 25 October 2006 18:47]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: enumCharSet() funtion
Next Topic: Vector of Vector
Goto Forum:
  


Current Time: Wed Apr 24 09:52:01 CEST 2024

Total time taken to generate the page: 0.32382 seconds