| Oke, this is a file-manager. It can use the quickly executable files. It is nothing much but very useful. The things you need: 1.Disk-list-box 2.Directory-List-box 3.File-list-box When you DBL-click on an executable program (*.exe,*.pif,*.com,*.bat) it will automaticly start. The source-code: Sub File1_DblClick () input$ = dir1.Path If Right$(input$, 1) <> "\" Then input$ = input$ + "\" input$ = input$ + file1 + filename do% = Shell(input$, 1) 'execute program,even in root End Sub Sub Drive1_Change () dir1.Path = Drive1.Drive ' When Drive changes, set Dir path. End Sub Sub Dir1_Change () file1.Path = dir1.Path ' When Dir changes, set File path. End Sub |
File Manager |
Express News India | Freelance ecommerce web development India