Results 1 to 1 of 1

Thread: [2005] Context menu strip position problem (solved)

Threaded View

  1. #1

    Thread Starter
    Lively Member smilbuta's Avatar
    Join Date
    Apr 2005
    Location
    Orlando
    Posts
    104

    [2005] Context menu strip position problem (solved)

    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:
    1. Private Sub NotifyIcon1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles NotifyIcon1.Click
    2.         trayMenu.Show()
    3.  
    4.     End Sub

    Fixed it.. DOH!...
    Last edited by smilbuta; Oct 4th, 2006 at 02:01 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width