|
-
Jan 4th, 2010, 09:40 AM
#4
Thread Starter
Junior Member
Re: Help ! applications !
 Originally Posted by NosFtw
Try this
VB.Net Code:
For Each p As Process In Process.GetProcesses
If Not p.MainWindowTitle = Nothing Then
MenuStrip1.Items.Add(p.ProcessName.ToLower)
End If
Next
Tnkx fixed problem 1!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|