Results 1 to 5 of 5

Thread: Systray easy question... I Think....

  1. #1

    Thread Starter
    Hyperactive Member Trojan's Avatar
    Join Date
    Dec 2003
    Location
    Area 51
    Posts
    280

    Systray easy question... I Think....

    I wan't my app to be only with a module and a systray icon+menu...

    How do I do that?

  2. #2
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654
    Have atleast one hidden form to get the menu easily. You can have systray code linked to the same form. That way, any systray example you can find will do. Here is a systray example from my archives. See also the topic the attachment is posted in for more information

  3. #3

    Thread Starter
    Hyperactive Member Trojan's Avatar
    Join Date
    Dec 2003
    Location
    Area 51
    Posts
    280

    well...

    what you gave me has a form which i don't want to show at all...

    p.s.

    the program starts from Sub Main()

  4. #4
    Need-a-life Member Mc Brain's Avatar
    Join Date
    Apr 2000
    Location
    Buenos Aires, Argentina
    Posts
    6,808

    Re: well...

    Originally posted by Trojan
    what you gave me has a form which i don't want to show at all...

    p.s.

    the program starts from Sub Main()
    You can hide the form, there's no need to show it.
    Emiliano F. Martín


    If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
    Encourage the person who helped you to keep doing it, and give him the points he deserves.


    MP3 Organizer: Freeware to logically organize all your MP3s.

  5. #5
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654
    Yes, you can have a form without showing it. You just have to edit the code so that it works for you. It shouldn't be too hard, just some initializing and terminating stuff to the Main sub.

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