|
||||||||||||||||||||||||||
System.Diagnostics.Process.Sta
|
Author | Message |
---|---|
![]() Hi there, System.Diagnostics.Process.Start() works fine for e.g. opening a *.doc file System.Diagnostics.Process.Start("print:file.doc") won't work. Is there Thanks, -- |
|
Tue, 26 Apr 2005 16:45:19 GMT | |
![]() |
|
![]() Dim mos As System.Management.ManagementObjectSearcher
Dim moc As System.Management.ManagementObjectCollection Dim mo As System.Management.ManagementObject Dim prop As System.Management.PropertyData Dim FSO As Object Dim txtstream As Object Dim MyString As String mos = New System.Management.ManagementObjectSearcher("SELECT * FROM You can start a process using it.
Quote: > Hi there, > System.Diagnostics.Process.Start() works fine for e.g. opening a *.doc > System.Diagnostics.Process.Start("print:file.doc") won't work. Is there > Thanks, > -- |
|
Tue, 26 Apr 2005 23:22:13 GMT | |
![]() |
|
![]() Quote: > Hi there, FYI: > System.Diagnostics.Process.Start() works fine for e.g. opening a *.doc > System.Diagnostics.Process.Start("print:file.doc") won't work. Is there Dim strFile As String = "c:\test.doc" With objProcess System.Diagnostics.Process.Start(objProcess) -- |
|
Sat, 30 Apr 2005 16:05:13 GMT | |
Page 1 of 1 |
[ 3 post ] |