My application generates a number of .Log files. All are standard text files that I can easily view in Notepad. What I'd like to do is add a menu item which, from within my program, my user to open them and view them, in notepad. I've tried:And neither one works. What am I doing wrong?VB Code:
Shell "c:\myfolder\mylog.log", vbNormalFocus 'and I have tried Shell "notepad.exe c:\myfolder\mylog.log", vbNormalFocus![]()




Reply With Quote