What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » [solved] Help with code

[solved] Help with code
Author: Message:
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: Help with code
GetProcessesByName returns not a process but an array of process. As you need to get its elements you'd probably want to write
code:
For Each proc In Process.GetProcessesByName("name")
proc.Kill()
Next

:)
12-20-2005 10:16 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[solved] Help with code - by Dox on 12-20-2005 at 09:57 AM
RE: Help with code - by Mnjul on 12-20-2005 at 10:16 AM
RE: Help with code - by Dox on 12-20-2005 at 10:32 AM


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