G
Guest
in VB6 the api declares the createprocess lbEnv var as any. When converted to
..NET is change the type any to Object. The problem is, what kind of object. I
can not get the env variables set when excuting a process with createprocess.
I dont know if its the fact that VB.NET doesnt support null terminated
strings, or if its createprocess that is creating the problem.
I need example code, executing an console/dos exe, in its own environment
vars and putting the results in a var.
..NET is change the type any to Object. The problem is, what kind of object. I
can not get the env variables set when excuting a process with createprocess.
I dont know if its the fact that VB.NET doesnt support null terminated
strings, or if its createprocess that is creating the problem.
I need example code, executing an console/dos exe, in its own environment
vars and putting the results in a var.