Click here to Skip to main content
15,887,135 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Sorted list Pin
KeesVer14-Feb-08 5:02
KeesVer14-Feb-08 5:02 
GeneralRe: Sorted list Pin
Brady Kelly14-Feb-08 18:08
Brady Kelly14-Feb-08 18:08 
GeneralRe: Sorted list Pin
Kevin McFarlane15-Feb-08 10:41
Kevin McFarlane15-Feb-08 10:41 
GeneralRe: Sorted list Pin
Luc Pattyn16-Feb-08 7:16
sitebuilderLuc Pattyn16-Feb-08 7:16 
GeneralRe: Sorted list Pin
Guffa16-Feb-08 12:43
Guffa16-Feb-08 12:43 
GeneralRe: Sorted list Pin
Luc Pattyn16-Feb-08 12:51
sitebuilderLuc Pattyn16-Feb-08 12:51 
GeneralRe: Sorted list Pin
Guffa16-Feb-08 16:13
Guffa16-Feb-08 16:13 
QuestionHow create process with visible window on desk from a system process ? Pin
Stephan Pilz13-Feb-08 21:54
Stephan Pilz13-Feb-08 21:54 
Hello together,

I start a new process inside a system process (IIS web service) like this:

Dim pProcess As New System.Diagnostics.Process
Dim sArguments As String = ""

pProcess.StartInfo.FileName = "process.exe"
pProcess.StartInfo.Arguments = sArguments
pProcess.StartInfo.WorkingDirectory = "c:\temp"
pProcess.StartInfo.CreateNoWindow = False
pProcess.StartInfo.WindowStyle = ProcessWindowStyle.Normal

pProcess.Start()


Process is startet, but the window is not visible on the desk. I think, the problem is the system process as father. If the new process throws an exception, the window is visible.

Did anybody know, how I can make the process window visible on the desk? Can be some nice parameters on the process object himself or inside the process (source code is written in VB.NET).

Thanks
Stephan

                   \\\|///
                 \\  - -  //
                  (  @ @  )
+---------------oOOo-(_)-oOOo-----------------+
| Stephan Pilz   stephan.pilz@stephan-pilz.de |
|                <a href="http://www.stephan-pilz.de">www.stephan-pilz.de</a>          |
|                ICQ#: 127823481              |
+-----------------------Oooo------------------+
                 oooO   (   )
                (   )    ) /
                 \ (    (_/
                  \_)

GeneralRe: How create process with visible window on desk from a system process ? Pin
Dave Kreskowiak14-Feb-08 4:24
mveDave Kreskowiak14-Feb-08 4:24 
GeneralRe: How create process with visible window on desk from a system process ? Pin
Stephan Pilz14-Feb-08 4:51
Stephan Pilz14-Feb-08 4:51 
GeneralRe: How create process with visible window on desk from a system process ? Pin
Dave Kreskowiak14-Feb-08 6:52
mveDave Kreskowiak14-Feb-08 6:52 
Questionsetting the column mapping in the DataSet designer Pin
Mohammed El-Afifi13-Feb-08 19:43
professionalMohammed El-Afifi13-Feb-08 19:43 
GeneralRe: setting the column mapping in the DataSet designer Pin
led mike15-Feb-08 8:00
led mike15-Feb-08 8:00 
GeneralFree .NET obfuscator Pin
alexey N13-Feb-08 19:35
alexey N13-Feb-08 19:35 
GeneralRe: Free .NET obfuscator Pin
Vasudevan Deepak Kumar14-Feb-08 3:13
Vasudevan Deepak Kumar14-Feb-08 3:13 
GeneralRe: Free .NET obfuscator Pin
alexey N14-Feb-08 7:20
alexey N14-Feb-08 7:20 
QuestionGenerate Database From Classes Pin
danidanidani12-Feb-08 23:12
danidanidani12-Feb-08 23:12 
GeneralRe: Generate Database From Classes Pin
Pete O'Hanlon14-Feb-08 4:04
mvePete O'Hanlon14-Feb-08 4:04 
QuestionSolution won't build Pin
Mbire12-Feb-08 19:33
Mbire12-Feb-08 19:33 
QuestionWPF screwed up ?!?? Pin
Joachim Kerschbaumer12-Feb-08 4:44
Joachim Kerschbaumer12-Feb-08 4:44 
AnswerRe: WPF screwed up ?!?? Pin
Pete O'Hanlon12-Feb-08 11:22
mvePete O'Hanlon12-Feb-08 11:22 
GeneralRe: WPF screwed up ?!?? Pin
Joachim Kerschbaumer12-Feb-08 21:53
Joachim Kerschbaumer12-Feb-08 21:53 
QuestionError when I want to Insert data in a database(SQLEXPRESS)? Pin
maryam.saboor11-Feb-08 21:06
professionalmaryam.saboor11-Feb-08 21:06 
AnswerRe: Error when I want to Insert data in a database(SQLEXPRESS)? Pin
maryam.saboor12-Feb-08 21:29
professionalmaryam.saboor12-Feb-08 21:29 
Questionhelp me in vb.net plsssssssss Pin
zaimah11-Feb-08 19:17
zaimah11-Feb-08 19:17 

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.