Search results for query: *

  1. R

    Open Excel

    Hi I've tried Shelling just plain Excel from ASP.Net but it still doesn't bring it up. Shell("C:\Program Files\Microsoft Office\Office\Excel.exe", AppWinStyle.MaximizedFocus) Doesn't bring up Excel. When I put this code in a VB.Net App it bring up Excel. In ASP.Net it doesn't but when I...
  2. R

    Open Excel

    Hi I wrote an app in VB.Net that archigves Excel files from Lotus Notes. What I'm trying to do now is to write an Web based app to view these files. I display all the data from my sql database on a web page an the user must select a file. When he clicks on the filename the program builds the...
Back
Top