nals
10-26-2008, 09:26 PM
Can someone please correct this code:
if e_Key == 13 then
sSearchFile = ".\\mydatafolder" -- This is wrong this folder sould be external
--name listbox as a vaiable
LB = "LB_FileListStep1";
I made a single file search exe portable file, but the "mydatafolder" folder inside the root folder where the exe file is.
So i can add more files to "mydatafolder" without changing the exe file,, hope someone understand :(
:huh
if e_Key == 13 then
sSearchFile = ".\\mydatafolder" -- This is wrong this folder sould be external
--name listbox as a vaiable
LB = "LB_FileListStep1";
I made a single file search exe portable file, but the "mydatafolder" folder inside the root folder where the exe file is.
So i can add more files to "mydatafolder" without changing the exe file,, hope someone understand :(
:huh