Program to open predefined files by click ....
Program to open predefined files by click ....
(OP)
I have directory named like /bda, /bdb, /bdc, ..../bdl
in each directory I have sub-directory /bda100, , /bda1000, /bda2000, /bda3000, .... /bda16000
each directory contains files like bda13200.arf (this is in /bda13000 directory)
I want to have program that have text box and command botton and allowed me to open the file once I tape the filename.
I can use VB6 but I need help to open the exe program and routine to open directories.
any help !
(I can't access to eng-tek)
in each directory I have sub-directory /bda100, , /bda1000, /bda2000, /bda3000, .... /bda16000
each directory contains files like bda13200.arf (this is in /bda13000 directory)
I want to have program that have text box and command botton and allowed me to open the file once I tape the filename.
I can use VB6 but I need help to open the exe program and routine to open directories.
any help !
(I can't access to eng-tek)





RE: Program to open predefined files by click ....
RE: Program to open predefined files by click ....
Do you have code ?
RE: Program to open predefined files by click ....
CODE
OpenDocument = Shell("RUNDLL32.EXE URL.DLL,FileProtocolHandler " & DocumentWithPath, vbNormalFocus)
End Function
Good Luck
johnwm
________________________________________________________
To get the best from these forums read FAQ731-376 before posting
Steam Engine enthusiasts: www.essexsteam.co.uk
RE: Program to open predefined files by click ....
It will save you from having to fat finger in the directory structure, and it returns a string that you can use to populate your text box.
Good luck!
--
pansophic