how would i hide another prgm ... right now i have it able to put itself to the sys tray and get all other running programs in a list...
so id like to highlight it and hide it kinda like the
me.WindowState = vbMinimized
me.Hide
but i dunno how to do this with other programs...
( i can get the caption of the program and the process ID)
