+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Senior Member
    Join Date
    Nov 2009
    Location
    White Hat<->Black Hat...Who cares about my hat?
    Posts
    223

    CoolTrayIcon-like for D2010?

    Hey guys.
    I just got some problem.
    I'm working on a taskbar but i need it to be hidden in the windows taskbar. Just as Tray.
    So I searched for it and figured out, that there is a trayicon component comin with Delphi 2010. But I was not able to get a function like
    Code:
    CoolTrayIcon1.HideTaskbarIcon;
    from the Delphi bundled component.
    Is there any possibility of doing that or do u know any component like CoolTrayIcon for Delphi 2010 Arc?
    Thanks
    [CENTER][IMG]http://synhax.org/Botnet%20Hosting.png[/IMG]
    Just PM me![/CENTER]

  2. #2
    Senior Member
    Join Date
    Aug 2008
    Location
    In your stack O___O
    Posts
    3,101
    So Easy..


    But since im feeling nice i decided to upload(its attached)
    All you have to do is drag "CoolTrayIcon_D6plus.dpk" onto the IDE and goto the Project Manager, Right Click on "CoolTrayIcon_D6plus.bpl" and click on "install"
    AGAIN, IT MUST BE THE "CoolTrayIcon_D6plus.dpk" because that's the one i saved.
    Attached Files Attached Files
    [img]http://www.photochopz.com/forum/images/smilies/fap.gif[/img]In The Oven (err in Development) : Pie [img]http://www.photochopz.com/forum/images/smilies/fap.gif[/img]
    [QUOTE=uraskiddie;115188]What are you? Like 10 years old?
    That's complete rubbish, you probably got your depictions of being a "hacker" from a prepubescent forum infested with homosexually-oriented pedophiles.[/QUOTE]
    [QUOTE=Envy;136433]Russian?
    Trusted.
    Botnets are like our right hands.[/QUOTE]
    [url]http://cognitivity.org/[/url]

  3. #3
    Senior Member
    Join Date
    Nov 2009
    Location
    White Hat<->Black Hat...Who cares about my hat?
    Posts
    223
    Thanks. I just got the Delphi 5 and 6 version.
    Thanks again.
    [CENTER][IMG]http://synhax.org/Botnet%20Hosting.png[/IMG]
    Just PM me![/CENTER]

  4. #4
    Senior Member
    Join Date
    Aug 2008
    Location
    In your stack O___O
    Posts
    3,101
    Quote Originally Posted by wo0sa View Post
    Thanks. I just got the Delphi 5 and 6 version.
    Thanks again.
    >_>
    kk
    [img]http://www.photochopz.com/forum/images/smilies/fap.gif[/img]In The Oven (err in Development) : Pie [img]http://www.photochopz.com/forum/images/smilies/fap.gif[/img]
    [QUOTE=uraskiddie;115188]What are you? Like 10 years old?
    That's complete rubbish, you probably got your depictions of being a "hacker" from a prepubescent forum infested with homosexually-oriented pedophiles.[/QUOTE]
    [QUOTE=Envy;136433]Russian?
    Trusted.
    Botnets are like our right hands.[/QUOTE]
    [url]http://cognitivity.org/[/url]

  5. #5
    Night's Watch
    Join Date
    Apr 2009
    Location
    \??\.\PhysicalDrive0:\+00h
    Posts
    1,920
    Quote Originally Posted by mjrod5 View Post
    >_>
    kk
    lol, he spent ages installing that for you >_>
    DelphiBasics - Ultimate Delphi Resource for Beginners
    www.delphibasics.info

  6. #6
    Senior Member
    Join Date
    Nov 2009
    Location
    White Hat<->Black Hat...Who cares about my hat?
    Posts
    223
    Thanked too early.
    Does not even work:
    Code:
     StrDispose(Strings[I]);
    Gives me:
    E2251 : Ambiguous overloaded call

    What?
    Last edited by wo0sa; 06-04-2010 at 17:31. Reason: I'm damn stupid
    [CENTER][IMG]http://synhax.org/Botnet%20Hosting.png[/IMG]
    Just PM me![/CENTER]

  7. #7
    Senior Member
    Join Date
    Aug 2008
    Location
    In your stack O___O
    Posts
    3,101
    Quote Originally Posted by wo0sa View Post
    Thanked too early.
    Does not even work:
    Code:
     StrDispose(Strings[I]);
    Gives me:
    E2251 : Ambiguous overloaded call

    What?
    change it to
    Code:
    StrDispose(PAnsiChar(Strings[I]));
    [img]http://www.photochopz.com/forum/images/smilies/fap.gif[/img]In The Oven (err in Development) : Pie [img]http://www.photochopz.com/forum/images/smilies/fap.gif[/img]
    [QUOTE=uraskiddie;115188]What are you? Like 10 years old?
    That's complete rubbish, you probably got your depictions of being a "hacker" from a prepubescent forum infested with homosexually-oriented pedophiles.[/QUOTE]
    [QUOTE=Envy;136433]Russian?
    Trusted.
    Botnets are like our right hands.[/QUOTE]
    [url]http://cognitivity.org/[/url]

  8. #8
    Senior Member
    Join Date
    Nov 2009
    Location
    White Hat<->Black Hat...Who cares about my hat?
    Posts
    223
    Lol?
    It works. I added all *.dcu data to the right folder and get no compile error.
    But the code
    Code:
    CoolTrayIcon1.HideTaskbarIcon;
    Still does not work.
    What the?
    [CENTER][IMG]http://synhax.org/Botnet%20Hosting.png[/IMG]
    Just PM me![/CENTER]

  9. #9
    Night's Watch
    Join Date
    Feb 2008
    Location
    France
    Posts
    2,307
    Don't use Cooltrayicon !
    me in DarkComet i use the natif componant TTray , on Close Query you do a sample :
    Code:
    hide;
    and there it is , now no more app in taskbar but it stay in the tray =)

  10. #10
    Night's Watch
    Join Date
    Feb 2008
    Location
    France
    Posts
    2,307
    Here is a little example i made in 5 min to show you how to do simply with TTrayIcon component

    >> better than cooltray and no more prob of compatibility's
    Attached Files Attached Files

 

 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
All times are GMT +1. The time now is 21:37.
www.opensc.ws
Copyright ©2005 - 2012, OpenSC Forums



Search Engine Friendly URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.