CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jeffrey1994

Search: Search took 0.02 seconds.

  1. Re: Showing a BalloonTip on a NotifyIcon shows up after 10 seconds

    I changed my code to basically first Close() the form and then show the balloontip and that worked..

    My SecondForm was a maximized form across both of my monitors.
  2. Showing a BalloonTip on a NotifyIcon shows up after 10 seconds

    I have a NotifyIcon on my MainForm which works fine whenever I call the showBalloonTip() method on it. The BalloonTip shows immediately.

    But when I open my SecondForm and use a reference of my...
  3. Replies
    2
    Views
    1,680

    Re: c# drawing multiple screens on a form

    Fixed it.

    Instead of using the Cursor.Position.* on the Mouse_Down event I used MouseEventArgs.*
    The Cursor.Position is global while the other is local position on the form.
  4. Replies
    2
    Views
    1,680

    Re: c# drawing multiple screens on a form

    Sorry i ment 3840x1080
  5. Replies
    2
    Views
    1,680

    c# drawing multiple screens on a form

    I'm trying to create a program that draws a rectangle on a specific area, well basically on the entire screen size of the user.

    If you have two 1080p monitors the form size should be:
    3840x2160
    ...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured