Click here to Skip to main content
16,004,944 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to get name of the .exe running in a machine.. Pin
Balagurunathan S25-Sep-07 21:37
Balagurunathan S25-Sep-07 21:37 
AnswerRe: How to get name of the .exe running in a machine.. Pin
Mbire26-Sep-07 0:35
Mbire26-Sep-07 0:35 
GeneralRe: How to get name of the .exe running in a machine.. Pin
Balagurunathan S26-Sep-07 20:27
Balagurunathan S26-Sep-07 20:27 
QuestionCrystal Report XI having an Error Access Denied .SetReportVariableValue("parameter","value") Please Help Urgent... [modified] Pin
vbDigger'z25-Sep-07 18:03
vbDigger'z25-Sep-07 18:03 
QuestionConnecting to Excel Pin
vidya11025-Sep-07 17:43
vidya11025-Sep-07 17:43 
AnswerRe: Connecting to Excel Pin
eyes200725-Sep-07 18:54
eyes200725-Sep-07 18:54 
GeneralRe: Connecting to Excel Pin
vidya11026-Sep-07 17:35
vidya11026-Sep-07 17:35 
QuestionUsing Application reference Pin
Mycroft Holmes25-Sep-07 14:58
professionalMycroft Holmes25-Sep-07 14:58 
All our winform apps are deployed using clickonce - works fine.
We have a central authentication and autorisation app and the logon DLL is deployed with each app.

We are building a single logon app to access all the apps.

I can locate the "application reference" in C:\Program Files\Group\......."

Using the App ref
Dim sApp As String = mvApp.Shortcut
System.Diagnostics.Process.Start(sApp)

I get the following error
System.ComponentModel.Win32Exception was unhandled
ErrorCode=-2147467259
Message="The system cannot find the file specified"
Source="System"

Does anyone have a suggestion how to launch a clickonce app from another VB App
AnswerRe: Using Application reference - amended Pin
Mycroft Holmes25-Sep-07 15:15
professionalMycroft Holmes25-Sep-07 15:15 
AnswerRe: Using Application reference - solved Pin
Mycroft Holmes25-Sep-07 15:26
professionalMycroft Holmes25-Sep-07 15:26 
QuestionCan someone give me the code of my project? Pin
*Muskan*25-Sep-07 11:40
*Muskan*25-Sep-07 11:40 
AnswerRe: Can someone give me the code of my project? Pin
GuyThiebaut25-Sep-07 13:02
professionalGuyThiebaut25-Sep-07 13:02 
AnswerRe: Can someone give me the code of my project? Pin
Dave Kreskowiak25-Sep-07 13:04
mveDave Kreskowiak25-Sep-07 13:04 
GeneralRe: Can someone give me the code of my project? Pin
Paul Conrad26-Sep-07 18:28
professionalPaul Conrad26-Sep-07 18:28 
AnswerRe: Can someone give me the code of my project? Pin
Christian Graus25-Sep-07 13:12
protectorChristian Graus25-Sep-07 13:12 
AnswerRe: Can someone give me the code of my project? Pin
Hesbon Ongira26-Sep-07 0:32
Hesbon Ongira26-Sep-07 0:32 
AnswerRe: Can someone give me the code of my project? Pin
ESTAN26-Sep-07 1:34
ESTAN26-Sep-07 1:34 
GeneralRe: Can someone give me the code of my project? Pin
Paul Conrad26-Sep-07 18:29
professionalPaul Conrad26-Sep-07 18:29 
AnswerRe: Can someone give me the code of my project? Pin
icemandark26-Sep-07 3:32
icemandark26-Sep-07 3:32 
QuestionModifying textbox control from MTA Pin
cstrader23225-Sep-07 11:18
cstrader23225-Sep-07 11:18 
AnswerRe: Modifying textbox control from MTA Pin
Dave Kreskowiak25-Sep-07 13:14
mveDave Kreskowiak25-Sep-07 13:14 
GeneralRe: Modifying textbox control from MTA Pin
cstrader23225-Sep-07 13:47
cstrader23225-Sep-07 13:47 
GeneralRe: Modifying textbox control from MTA Pin
Dave Kreskowiak25-Sep-07 15:10
mveDave Kreskowiak25-Sep-07 15:10 
GeneralRe: Modifying textbox control from MTA Pin
cstrader23226-Sep-07 0:45
cstrader23226-Sep-07 0:45 
GeneralRe: Modifying textbox control from MTA Pin
Dave Kreskowiak26-Sep-07 1:01
mveDave Kreskowiak26-Sep-07 1:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.