Hey guys Frist probblem is solved but i get a new one now
i want to refresh the proggrams in the menustrip every second witout deleting the frist one
http://www.plaatjesupload.nl/bekijk/...609781-890.png
Printable View
Hey guys Frist probblem is solved but i get a new one now
i want to refresh the proggrams in the menustrip every second witout deleting the frist one
http://www.plaatjesupload.nl/bekijk/...609781-890.png
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 !!
but still got 2 problems:bigyello:
if something new starts it doesnt come in form.load
and when i add a timer the Standaar button disapear ( i make an screen )
:
http://www.vbforums.com/
:D !!