Click here to Skip to main content
15,918,007 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Process.Start Pin
Dave Kreskowiak23-Oct-08 9:07
mveDave Kreskowiak23-Oct-08 9:07 
QuestionRe: Process.Start Pin
KreativeKai23-Oct-08 9:38
professionalKreativeKai23-Oct-08 9:38 
AnswerRe: Process.Start Pin
Jon_Boy23-Oct-08 10:07
Jon_Boy23-Oct-08 10:07 
AnswerRe: Process.Start Pin
KreativeKai24-Oct-08 9:26
professionalKreativeKai24-Oct-08 9:26 
AnswerRe: Process.Start Pin
KreativeKai24-Oct-08 9:29
professionalKreativeKai24-Oct-08 9:29 
AnswerRe: Process.Start Pin
Wendelius23-Oct-08 7:42
mentorWendelius23-Oct-08 7:42 
AnswerRe: Process.Start Pin
KreativeKai23-Oct-08 8:04
professionalKreativeKai23-Oct-08 8:04 
GeneralRe: Process.Start [modified] Pin
Jon_Boy23-Oct-08 8:20
Jon_Boy23-Oct-08 8:20 
I would try this. Create a new generic win app to test with. Use the following overloaded version of the process.start method.

Public Shared Function Process.Start ( _
fileName As String, _
userName As String, _
password As SecureString, _
domain As String _
) As Process

Get it to work from the generic app and then change your service as needed. Services can be hard to debug. Ensure when the service is installed that the credentials on the service are correct as well (right click the service in the control panel and change as needed).

If push came to shove, you could call something like CreateProcessWithLogon or do the generic shell:
Declare Function CreateProcessWithLogon Lib "advapi32" Alias "CreateProcessWithLogonW"

If someone wants to ding me on the score fine, just let me know why. Thanks.

Any suggestions, ideas, or 'constructive criticism' are always welcome.

modified on Thursday, October 23, 2008 2:29 PM

GeneralRe: Process.Start Pin
Dave Kreskowiak23-Oct-08 8:30
mveDave Kreskowiak23-Oct-08 8:30 
GeneralRe: Process.Start Pin
Wendelius23-Oct-08 8:34
mentorWendelius23-Oct-08 8:34 
AnswerRe: Process.Start Pin
KreativeKai24-Oct-08 9:30
professionalKreativeKai24-Oct-08 9:30 
GeneralRe: Process.Start Pin
Wendelius24-Oct-08 9:33
mentorWendelius24-Oct-08 9:33 
QuestionIs it possible to do a dataview.Sort with part of a column? Pin
Jon_Boy23-Oct-08 6:12
Jon_Boy23-Oct-08 6:12 
AnswerRe: Is it possible to do a dataview.Sort with part of a column? Pin
Dave Kreskowiak23-Oct-08 7:31
mveDave Kreskowiak23-Oct-08 7:31 
GeneralRe: Is it possible to do a dataview.Sort with part of a column? Pin
Jon_Boy23-Oct-08 8:24
Jon_Boy23-Oct-08 8:24 
QuestionConvert png images to string of Hexadecimals Pin
Cory Kimble23-Oct-08 3:03
Cory Kimble23-Oct-08 3:03 
AnswerRe: Convert png images to string of Hexadecimals Pin
Dave Kreskowiak23-Oct-08 7:28
mveDave Kreskowiak23-Oct-08 7:28 
GeneralRe: Convert png images to string of Hexadecimals Pin
Cory Kimble24-Oct-08 4:08
Cory Kimble24-Oct-08 4:08 
GeneralRe: Convert png images to string of Hexadecimals Pin
Dave Kreskowiak24-Oct-08 11:16
mveDave Kreskowiak24-Oct-08 11:16 
Questiononline cd database Pin
JR21223-Oct-08 2:14
JR21223-Oct-08 2:14 
AnswerRe: online cd database Pin
jzonthemtn23-Oct-08 2:36
jzonthemtn23-Oct-08 2:36 
GeneralRe: online cd database Pin
JR21223-Oct-08 3:20
JR21223-Oct-08 3:20 
QuestionAdding unmanged code to VB.NET Pin
Nanda160523-Oct-08 0:39
Nanda160523-Oct-08 0:39 
AnswerRe: Adding unmanged code to VB.NET Pin
jzonthemtn23-Oct-08 1:11
jzonthemtn23-Oct-08 1:11 
GeneralRe: Adding unmanged code to VB.NET Pin
Nanda160523-Oct-08 1:53
Nanda160523-Oct-08 1:53 

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.