hey alll,
I am trying to learn visual basic and I want to create a program that will let me input a process and then set a time and after that set of time then the program terminates. does anyone have any suggestions or experience with creating this type of program?
thanks,
for any help,
schunn99
+ Reply to Thread
Results 1 to 4 of 4
-
-
As long as you have the process name or ID, you can easily kill the process using the Win32 API.
-
Just as tekkieman said - very easy in win32 api
CreateProcess()
SetTimer()
TerminateProcess()
Maybe these func. calls have similiar syntax in VB.
Good luck. -
Have a look into the visualbasicforum. You will find examples for all the necessary API calls.
http://www.visualbasicforum.com/
Similar Threads
-
Resize and Improve the quality with less time process
By SB4 in forum RestorationReplies: 23Last Post: 31st Jan 2011, 05:13 -
Need to Remove Logo for a set time at a set place.
By Ensign in forum EditingReplies: 3Last Post: 11th Sep 2009, 15:39 -
LG DR787T - certain channels will not record for entire set time
By treefrog10 in forum DVD & Blu-ray RecordersReplies: 16Last Post: 3rd Mar 2009, 07:25 -
Clock will not stay set to correct time
By driley in forum DVD & Blu-ray RecordersReplies: 15Last Post: 28th Mar 2008, 00:20 -
How to set delay time of all text in the sub.
By hmanhha in forum SubtitleReplies: 3Last Post: 22nd Feb 2008, 13:53