Results 1 to 5 of 5

Thread: msn/nod32/antivirus popup

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2009
    Posts
    86

    msn/nod32/antivirus popup

    Hello,

    I am looking for a way to create a popup that will be shown like a 'somebody has come online' on msn , nod32 has 'scan results'.
    Howver I am unable to figure this out with 'tutorials' that dont work or projects that are out of date / canceled.

    Many somebody can push me into the right directions.

    I am looking for something thats being shown above all other apps that are open but without losing control over those apps. The fading etc is not that important I will figure this out when I get there.

    Thanks in advance

    - Blixa

  2. #2
    Hyperactive Member Zeljko's Avatar
    Join Date
    Oct 2006
    Location
    Internet
    Posts
    441

    Re: msn/nod32/antivirus popup

    Search here or google for
    - system tray notification
    or
    - notify icon balloon tips
    1. If this post helped you, please Rate it = That's You, saying Thanks, to Me ...Left side of this post: [Rate this post]
    2. Mark this Thread Resolved if your question has been answered That's You, saying Thanks, to Group ...Menu on top of your original Post: [Thread Tools]>[Mark Thread Resolved]
    3.
    Check my site: www.er-ef.netCheck my snippets: Get installed .NET versionsRegex extractingJoin hierarchically nested Datatables in one flattened Datatable


  3. #3

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Dec 2009
    Posts
    86

    Re: msn/nod32/antivirus popup

    Quote Originally Posted by Satal Keto View Post
    Ye I have seen this. No clue how to use it and I want to try making one on my own (with a bit of help ofc).

    @Zeljko , I know of those , not what I am looking for.

    What I am looking for is a way to show a new form above all other programs active without it catching focus/interrupt the other program(s) (lose focus to the popup).
    And creating a new form without having the focus on the prog it self.

  5. #5
    Hyperactive Member Zeljko's Avatar
    Join Date
    Oct 2006
    Location
    Internet
    Posts
    441

    Re: msn/nod32/antivirus popup

    About focus part I really don't know how can you solve that (at least easy way). Maybe will someone with little more windows programming experience jump to this post to help about 'non focus on new window' part :/

    As for on top of all other windows part - every form had property
    Code:
    Me.TopMost = True/False
    1. If this post helped you, please Rate it = That's You, saying Thanks, to Me ...Left side of this post: [Rate this post]
    2. Mark this Thread Resolved if your question has been answered That's You, saying Thanks, to Group ...Menu on top of your original Post: [Thread Tools]>[Mark Thread Resolved]
    3.
    Check my site: www.er-ef.netCheck my snippets: Get installed .NET versionsRegex extractingJoin hierarchically nested Datatables in one flattened Datatable


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