I want to kill an executable from my VB application. I can't use window handles and WMI. Any suggestion will be great! Thanks Shyam
blaze1978
Posts
-
Killing a process in VB -
VB events and Command ButtonsSorry for the late reply, but thanks to everybody who replied. I got it to work according to what Nick said. Thanks Blaze
-
Real-time plots in VBHi, I am trying to make a Real-time plot in VB, where in an applications outputs some data every second to a text file and I need to use this info to plot graphs. Can anybody help me out? Thanks, Blaze
-
VB events and Command ButtonsBut then it'll be two unrelated events. When I click the first button it has do some stuff and upon completion the ok button is clicked and control is transfered back. Shyam
-
VB events and Command ButtonsHi, I am trying to implement an VB GUI application where in when I click a command button "Send" it enables a frame and this frame has some text boxes. The user enters some string in the text box and clicks another command button "ok", which is in the frame. When "ok" is clicked the remaining code in the Send_Click()should continue. I realize I need to use some kind of wait or events, but I am not sure how. If anyone can help me out it'll be great! thanks, Shyam