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! » MASM Implementation
Re: MASM Implementation [message #7561 is a reply to message #7557] Sat, 06 January 2007 14:20 Go to previous messageGo to previous message
Gatling_Gun is currently offline  Gatling_Gun
Messages: 13
Registered: January 2007
Promising Member
I use this function:

void MD5::DoBrowse()
{
FileSel fsel;
fsel.AllFilesType();
static String recent_dir;
if(fsel.ExecuteSelectDir())
File_Path <<= recent_dir = ~fsel;
}

where File_Path is a TextBox...

My problem is that return only the directory and not the exe why?
Can you fix it for me?

thx Surprised
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Multiline text display
Next Topic: Chip 8 Emulator
Goto Forum:
  


Current Time: Wed May 22 13:48:50 CEST 2024

Total time taken to generate the page: 0.01919 seconds