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
33 / Male / –
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.
[Image: phpuser.jpg]

[Image: elixant%20user.gif]
Want 35% off all Elixant hosting packages? Drop me a PM
12-15-2005 04:54 AM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
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
Profile E-Mail PM Find Quote Report
Dox
Junior Member
**


Posts: 34
33 / Male / –
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?
[Image: phpuser.jpg]

[Image: elixant%20user.gif]
Want 35% off all Elixant hosting packages? Drop me a PM
12-15-2005 05:37 AM
Profile E-Mail PM Find Quote Report
Mike
Elite Member
*****

Avatar
Meet the Spam Family!

Posts: 2795
Reputation: 48
31 / Male / Flag
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
Profile E-Mail PM Web Find Quote Report
Dox
Junior Member
**


Posts: 34
33 / Male / –
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.
[Image: phpuser.jpg]

[Image: elixant%20user.gif]
Want 35% off all Elixant hosting packages? Drop me a PM
12-15-2005 05:51 AM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
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 [Image: edit.gif] 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.

.zip File Attachment: EndProcess.zip (2.07 KB)
This file has been downloaded 178 time(s).

This post was edited on 12-15-2005 at 07:40 AM by matty.
12-15-2005 07:10 AM
Profile E-Mail PM Find Quote Report
« 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:

Forum Jump:

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