This is not an ad for a program.

I'm new here, so if this is a question you get a lot, I appologize. I looked through the last few days worth of posts but didn't find anything.

How, in VB4, would I put the task bar on a menu? I saw some post just down the list a bit related, except that Addressof isn't a keyword in 4. I then tried Me.href, but that crashes VB as soon as it hits that line. I just need to yank the name via GetWindowsText, add it to the menu, and then let it activate if the user hits it. I figure that I can just stick the routine inside of a timer and query the system every 2 or 3 seconds, unless someone can recomend a better way.