Hello all, I have a Context menu strip that I am accessing from a systray icon. All works well except for the fact that when I click the systray icon the menu strip appears in my upper left hand corner of my screen insted of near the icon on the tool bar. I have tried using all of the margins and stuff to no avail.
here is how im showing my system tray menu(aka the context menu strip control)
VB Code:
Private Sub NotifyIcon1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles NotifyIcon1.Click trayMenu.Show() End Sub
Fixed it.. DOH!...


Reply With Quote