Search results for query: *

  1. L

    Click-Once Single Instance File Association Already Open Application

    Okay so I got it working with Johns help. What really helps is controlling the single instance myself with the e.cancel = true method. In this way I can easily pass information. John I thank you for your help. I did try looking into the IO.Pipes and testing it I found that it wanted me to...
  2. L

    Click-Once Single Instance File Association Already Open Application

    Thanks John. That sounds reasonable. Let me try to apply this method after a little bit of reading at MSDN on those examples. I'll report back once I get it working.
  3. L

    Click-Once Single Instance File Association Already Open Application

    That is good to know John. I might want to start using .exe deployment if I can define an update location that would allow the application to update whenever said network drive location has an updated software revision automatically. Right now I like the Click-Once because of the easy way of...
  4. L

    Click-Once Single Instance File Association Already Open Application

    After Going over this information and testing this does not seem to work. When testing in Debug and Release in the VB Studio and opening a file that is associated with the application all activation parameters shown in the MSDN example return nothing (null) because the application was not opened...
  5. L

    Click-Once Single Instance File Association Already Open Application

    Is there an easy way to get the file location for an associated file that is used to open an already open Click-Once application? Using Visual Studio 2012 In reference to ApplicationEvents.vb: This code works perfectly for the file association when the application is closed and is opened with...
Back
Top