M
Mark
Hello
I am trying to set up an open file routine that will open whatever files
name is passed with its correct associated application. I have done this
(quite easilly) before in VBA and am able to open pretty much anything I
want using shell execute etc.
I tried importing the old code into VB dotNet and it executes fine but just
doesn't actually open the file. No errors returned at all (?).
I also tried using an openFileDialog and can get the filename etc. but can't
figure out how to actually open the file
(
Anyone got any sample code or suggestions? This is hurting my head big time.
Should be so simple...
TIA
Mark
I am trying to set up an open file routine that will open whatever files
name is passed with its correct associated application. I have done this
(quite easilly) before in VBA and am able to open pretty much anything I
want using shell execute etc.
I tried importing the old code into VB dotNet and it executes fine but just
doesn't actually open the file. No errors returned at all (?).
I also tried using an openFileDialog and can get the filename etc. but can't
figure out how to actually open the file
(Anyone got any sample code or suggestions? This is hurting my head big time.
Should be so simple...
TIA
Mark