B
Bob
I'm trying to use the process class through an instance of the class. As
follows,
Dim MyProc as Process = Myproc.start(Filename) (where filename is a string
variable having the full path of the file to use)
In the IDE (Vs2005 - VB) I see there is a warning underline on that line
saying that Access of a shared member etc... through an instance, qualifying
expression will not be evaluated.
So I look at the docs, Ok it confirms that it won't work, fine. Question is
HOW do you make it work so that you CAN get the expression evaluated and
executed correctly.
I've seen this message a few times before in other situations, but never
found any info on what to do when you get this or how to do something else
that works.
Any help would be greatly appreciated.
Bob
follows,
Dim MyProc as Process = Myproc.start(Filename) (where filename is a string
variable having the full path of the file to use)
In the IDE (Vs2005 - VB) I see there is a warning underline on that line
saying that Access of a shared member etc... through an instance, qualifying
expression will not be evaluated.
So I look at the docs, Ok it confirms that it won't work, fine. Question is
HOW do you make it work so that you CAN get the expression evaluated and
executed correctly.
I've seen this message a few times before in other situations, but never
found any info on what to do when you get this or how to do something else
that works.
Any help would be greatly appreciated.
Bob