R
Rich
I have a VB2005 app that I deploy using the "Click Once" deployment feature
of VS2005. Now I need to be able to start/Launch the VB2005 app from an
Access mdb.
Using the Process object, I can do this in a VB2005 app to launch another
..Net app that I have deployed using "Click Once"
Dim p1 As Process = System.Diagnostics.Process.Start("C:\Documents and
settings\paulac\start menu\programs\Publisher's
Assistance\vb1proj2005.appref-ms")
I need to be able to do something like this from Access. Any suggestions
appreciated. I tried Shell, but that requires an exe file.
Thanks,
Rich
of VS2005. Now I need to be able to start/Launch the VB2005 app from an
Access mdb.
Using the Process object, I can do this in a VB2005 app to launch another
..Net app that I have deployed using "Click Once"
Dim p1 As Process = System.Diagnostics.Process.Start("C:\Documents and
settings\paulac\start menu\programs\Publisher's
Assistance\vb1proj2005.appref-ms")
I need to be able to do something like this from Access. Any suggestions
appreciated. I tried Shell, but that requires an exe file.
Thanks,
Rich