Shoutbox
latest posts
member list
search
rules
contact
login
|
register
|
shoutbox
What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox
»
MsgHelp Archive
»
Skype & Technology
»
Tech Talk
» VB 6 help
VB 6 help
Author:
Message:
Dox
Junior Member
Posts: 34
34 /
/ –
Joined: Oct 2005
O.P.
VB 6 help
I want to use VB 6 to end a process on someone's computer do you know how I could do this.
Want
35%
off all
Elixant
hosting packages? Drop me a PM
12-15-2005 04:54 AM
matty
Scripting Guru
Posts: 8336
Reputation:
109
39 /
/
Joined: Dec 2002
Status:
Away
RE: VB 6 help
Are you wanting to do it by name or by window handle? And are you wanting to do it from your computer or have a program run on theirs that closes it.
If it is remotely then sorry your not going to get a lot of help because it can be used for trojans and viruses.
12-15-2005 05:28 AM
Dox
Junior Member
Posts: 34
34 /
/ –
Joined: Oct 2005
O.P.
RE: VB 6 help
I want it so that when a button is clicked it will end a process with a name that could either be inputted via a textbox or just be in the scripting. e.g
aim.exe
Could you help me?
Want
35%
off all
Elixant
hosting packages? Drop me a PM
12-15-2005 05:37 AM
Mike
Elite Member
Meet the Spam Family!
Posts: 2795
Reputation:
48
32 /
/
Joined: Mar 2003
RE: VB 6 help
If the OS is Windows XP, you could do something like:
code:
Shell "taskkill.exe " & txtProcess.Text
For an other OS, I dont know...
YouTube closed-captions ripper
(also allows you to download videos!)
12-15-2005 05:50 AM
Dox
Junior Member
Posts: 34
34 /
/ –
Joined: Oct 2005
O.P.
RE: VB 6 help
thanks mate
Well, any one else know?
I need a code where I can specifcy a process and when a person gets to that part of the program it end a process.
This post was edited on 12-15-2005 at 10:21 AM by
Chrono
.
Want
35%
off all
Elixant
hosting packages? Drop me a PM
12-15-2005 05:51 AM
matty
Scripting Guru
Posts: 8336
Reputation:
109
39 /
/
Joined: Dec 2002
Status:
Away
RE: VB 6 help
Ok first off don't triple post its in the forum rules. You can read them
rules
. Instead use the
button to edit your posts.
Ok now are you trying to edit it on your computer or another one? Cause the code will be different for each.
Original Source found
here
.
Attachment:
EndProcess.zip
(2.07 KB)
This file has been downloaded 187 time(s).
This post was edited on 12-15-2005 at 07:40 AM by
matty
.
12-15-2005 07:10 AM
«
Next Oldest
Return to Top
Next Newest
»
Threaded Mode
|
Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe
|
Add to Favorites
Rate This Thread:
Select Rating...
5 ... Best
4
3 ... Average
2
1 ... Worst
Forum Jump:
Please select one:
--------------------
Latest Posts
Private Messages
User Control Panel
Who's Online
Search
Forum Home
Open Forum
Forum Rules:
You
cannot
post new threads
You
cannot
post replies
You
cannot
post attachments
You
can
edit your posts
HTML is
Off
myCode is
On
Smilies are
On
[img] Code is
On