Click here to Skip to main content
15,910,210 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralMessage Closed Pin
10-May-09 21:43
vijay248210-May-09 21:43 
GeneralRe: Remove Similar Lines Pin
riced11-May-09 2:28
riced11-May-09 2:28 
GeneralMessage Closed Pin
11-May-09 2:54
vijay248211-May-09 2:54 
GeneralRe: Remove Similar Lines Pin
riced11-May-09 3:06
riced11-May-09 3:06 
GeneralMessage Closed Pin
11-May-09 3:43
vijay248211-May-09 3:43 
GeneralRe: Remove Similar Lines Pin
riced11-May-09 5:32
riced11-May-09 5:32 
Questioncreate process Pin
hrishiS7-May-09 1:15
hrishiS7-May-09 1:15 
AnswerRe: create process Pin
Eddy Vluggen7-May-09 1:29
professionalEddy Vluggen7-May-09 1:29 
p.startInfo.filename=MyPath
p.start()
If (!p.HasExited && p.Responding) Then
  p.waitforexit()
End If


himangshuS wrote:
2)Can we check for an process if it is alive?


Yes. Check out the <a href="http://msdn.microsoft.com/en-us/library/system.diagnostics.process.hasexited.aspx">HasExited</a>[<a href="http://msdn.microsoft.com/en-us/library/system.diagnostics.process.hasexited.aspx" target="_blank" title="New Window">^</a>] and the <a href="http://msdn.microsoft.com/en-us/library/system.diagnostics.process.responding.aspx">Responding</a>[<a href="http://msdn.microsoft.com/en-us/library/system.diagnostics.process.responding.aspx" target="_blank" title="New Window">^</a>] properties.

himangshuS wrote:
3)Can we maximise and bring it to front of the all window, for a process which is running?


Yes. You'll have to get the handle to the mainform, based on the proces-id. Then you can set the WindowState and you can BringToFront the Window Smile | :)

I are troll Smile | :)

GeneralRe: create process Pin
hrishiS7-May-09 1:39
hrishiS7-May-09 1:39 
AnswerRe: create process Pin
Eddy Vluggen7-May-09 8:34
professionalEddy Vluggen7-May-09 8:34 
AnswerRe: create process Pin
Dave Kreskowiak7-May-09 5:09
mveDave Kreskowiak7-May-09 5:09 
GeneralRe: create process Pin
hrishiS7-May-09 22:25
hrishiS7-May-09 22:25 
GeneralRe: create process Pin
Dave Kreskowiak8-May-09 1:19
mveDave Kreskowiak8-May-09 1:19 
QuestionInet Contol in visual Basic Pin
Devkranth Kishore Vanja7-May-09 0:56
Devkranth Kishore Vanja7-May-09 0:56 
AnswerRe: Inet Contol in visual Basic Pin
Dave Kreskowiak7-May-09 4:59
mveDave Kreskowiak7-May-09 4:59 
AnswerRe: Inet Contol in visual Basic Pin
riced7-May-09 6:24
riced7-May-09 6:24 
QuestionSearch files Pin
M.kohulan6-May-09 22:57
M.kohulan6-May-09 22:57 
AnswerRe: Search files Pin
Tom Deketelaere6-May-09 23:18
professionalTom Deketelaere6-May-09 23:18 
QuestionSet Folder Name as File Name Pin
vijay24826-May-09 22:44
vijay24826-May-09 22:44 
AnswerRe: Set Folder Name as File Name Pin
dan!sh 6-May-09 23:03
professional dan!sh 6-May-09 23:03 
AnswerRe: Set Folder Name as File Name Pin
riced7-May-09 1:02
riced7-May-09 1:02 
GeneralRe: Set Folder Name as File Name Pin
vijay24827-May-09 1:17
vijay24827-May-09 1:17 
GeneralRe: Set Folder Name as File Name Pin
dan!sh 7-May-09 1:42
professional dan!sh 7-May-09 1:42 
GeneralRe: Set Folder Name as File Name Pin
riced7-May-09 1:46
riced7-May-09 1:46 
GeneralRe: Set Folder Name as File Name Pin
AdamPDacco19-Jun-09 10:05
AdamPDacco19-Jun-09 10:05 

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.