Click here to Skip to main content
15,909,896 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionLogon form using windows services Pin
sezhian_vertical13-Dec-06 21:15
sezhian_vertical13-Dec-06 21:15 
AnswerRe: Logon form using windows services Pin
nlarson1114-Dec-06 3:37
nlarson1114-Dec-06 3:37 
AnswerRe: Logon form using windows services Pin
Dave Kreskowiak14-Dec-06 9:57
mveDave Kreskowiak14-Dec-06 9:57 
Questionvb-graph-gdi [modified] Pin
aamn113-Dec-06 18:52
aamn113-Dec-06 18:52 
AnswerRe: vb-graph-gdi Pin
Christian Graus14-Dec-06 0:25
protectorChristian Graus14-Dec-06 0:25 
Questionre: primary key Pin
rrrriiizz13-Dec-06 18:17
rrrriiizz13-Dec-06 18:17 
AnswerRe: re: primary key Pin
nlarson1114-Dec-06 3:44
nlarson1114-Dec-06 3:44 
Questionhow to detect that a process is being close by a task manager Pin
carl_sti13-Dec-06 17:35
carl_sti13-Dec-06 17:35 
is there any way to identify that the process is being close by task manager? (not in the application tab but in the process tab)

im using the formclosed event of the form but it doest work..

Private Sub frmMain_FormClosed(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosedEventArgs) Handles Me.FormClosed
Select Case e.CloseReason
Case CloseReason.ApplicationExitCall
MsgBox("Notify")
Case CloseReason.FormOwnerClosing
MsgBox("Notify")
Case CloseReason.MdiFormClosing
MsgBox("Notify")
Case CloseReason.None
MsgBox("Notify")
Case CloseReason.TaskManagerClosing
MsgBox("Notify")
Case CloseReason.UserClosing
MsgBox("Notify")
Case CloseReason.WindowsShutDown
MsgBox("Notify")
End Select

but it doesnt work when i closed the form in process tab(Task Manager)..
Confused | :confused:



-- modified at 1:57 Thursday 14th December, 2006
AnswerRe: how to detect that a process is being close by a task manager Pin
Dave Kreskowiak14-Dec-06 10:03
mveDave Kreskowiak14-Dec-06 10:03 
AnswerRe: how to detect that a process is being close by a task manager Pin
Dave Kreskowiak16-Dec-06 4:02
mveDave Kreskowiak16-Dec-06 4:02 
QuestionTreeView hierarchical Parent-Child Pin
kindman_nb13-Dec-06 11:05
kindman_nb13-Dec-06 11:05 
AnswerRe: TreeView hierarchical Parent-Child Pin
kindman_nb13-Dec-06 21:47
kindman_nb13-Dec-06 21:47 
Questiondelete line Pin
jds120713-Dec-06 7:20
jds120713-Dec-06 7:20 
AnswerRe: delete line Pin
Christian Graus13-Dec-06 8:06
protectorChristian Graus13-Dec-06 8:06 
GeneralRe: delete line Pin
jds120713-Dec-06 8:28
jds120713-Dec-06 8:28 
GeneralRe: delete line Pin
Christian Graus13-Dec-06 8:39
protectorChristian Graus13-Dec-06 8:39 
GeneralRe: delete line Pin
jds120713-Dec-06 9:05
jds120713-Dec-06 9:05 
GeneralRe: delete line Pin
Christian Graus13-Dec-06 9:12
protectorChristian Graus13-Dec-06 9:12 
QuestionWindow Service Accesing folder Pin
nitin_ion13-Dec-06 5:55
nitin_ion13-Dec-06 5:55 
AnswerRe: Window Service Accesing folder Pin
nlarson1113-Dec-06 10:25
nlarson1113-Dec-06 10:25 
GeneralRe: Window Service Accesing folder Pin
nitin_ion13-Dec-06 16:43
nitin_ion13-Dec-06 16:43 
GeneralRe: Window Service Accesing folder Pin
nlarson1114-Dec-06 3:28
nlarson1114-Dec-06 3:28 
GeneralRe: Window Service Accesing folder Pin
nitin_ion14-Dec-06 16:52
nitin_ion14-Dec-06 16:52 
Questionplease help !!!! Pin
peteyshrew13-Dec-06 4:03
peteyshrew13-Dec-06 4:03 
GeneralRe: please help !!!! Pin
Guffa13-Dec-06 4:07
Guffa13-Dec-06 4:07 

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.