Request Mutiple Files at once
BlitzPlus Forums/BlitzPlus Programming/Request Mutiple Files at once| 
 | ||
| I have the executeopendialog .decls userlib, but with Windows Vista Home Pro, it crashes. 
OpenStrings()
file4=ExecuteOpendialog("Add song(s) to playlist","","")
For ppppp=1 To file4
	s.song=New song
	s\location$=ReadFileName$(ppppp)
Next 
CloseStrings()
What the world is wrong? |