Re: How Do I RUN or OPEN found file .. Win32Lib programme ..
- Posted by don cole <doncole at pacbell.net> Apr 04, 2007
- 504 views
Les Rogers wrote: > > > Hello, > > The programme from Win32Lib is openfile.exw. > > It finds whatever .. But > > will not "run" or "open" it. > > So, what is the command to have it > Hello les, 1.) first you would find the file you are interested in with fileName=getOpenFileName()--in the docs 2,) second you could read it.--or 3.) Third you could run it. If you need help with any of the these three let us know. > Run or Open. ?? > > I do not know where to look !!!! > > Is it ... on_click "run" .. ??? > > This is from Win32Lib........... > > include win32lib.ew > object x > x = create(Window, "Test", 0,0,0,0,0,0) > x = getOpenFileName(x, "", "") > > Put in "c:\\" .. goes there .. great. > > But will not do the "click" thing !! > > Help...point me somewhere please .. but not out the back door ?? > > sincerely, > > les.r. Don Cole