LoneRanger123
Programmer
Okay, ShellExecute dont like me 
I can get it to run programs, but It wont open files with the defualt viewer (which makes me Dir Browser Pretty Useless)
here is the command for a Program
ShellExecute(Handle,"open","D:\\Project2.exe",NULL,NULL,0);
and for the File
ShellExecute(Handle,"open","D:\\hi.txt",NULL,NULL,0);
do I need to change 1 of the last 3 parameters, where i looked it suggested u didnt.
and the file exists
I can get it to run programs, but It wont open files with the defualt viewer (which makes me Dir Browser Pretty Useless)
here is the command for a Program
ShellExecute(Handle,"open","D:\\Project2.exe",NULL,NULL,0);
and for the File
ShellExecute(Handle,"open","D:\\hi.txt",NULL,NULL,0);
do I need to change 1 of the last 3 parameters, where i looked it suggested u didnt.
and the file exists