Originally posted by: autojack
It compiles fine if you comment out the .rc2 in the main rc file and copy any old icon into res/trayballoon.ico.
Good work.
Originally posted by: Sambath
U have done a good work ..
But if there r more than one window, positioning is not proper and windows overlap.
I suggest following code changes in CreateAndShow function
Change these line to
rect.left = m_screen_rect.right - m_nWidth - 10 - (m_sActiveCount * 10) ;
rect.right = m_screen_rect.right - 10 - (m_sActiveCount * 10);
rect.left = m_screen_rect.right - m_nWidth - 10 - ((m_sActiveCount * m_nWidth) + 10) ;
rect.right = m_screen_rect.right - 10 - ((m_sActiveCount *m_nWidth) + 10);
Reply
Originally posted by: Deepak
If you move your taskbar to top of screen balloon still remains at down right corner
ReplyOriginally posted by: avi
how can i get this box to work with msn messenger and how can i change the size and text inside the box thnx
Reply
Originally posted by: APTECH
Excellent work
ReplyOriginally posted by: Farida
Well I think that your work is great , but I have a question, do you know if is possible to add controls like buttons or maybe images ???? Thabks you for everything
ReplyOriginally posted by: Sajjad Tufail
Excellent work and search regarding to these precion techniques
Originally posted by: fatih
Hi
How can I add a folder or a html folder which is on internet on the CTBallon browser?
Originally posted by: Amarnath Yara
Hi, This is just great. Congrats.
Amar
ReplyOriginally posted by: faith Choi
Can I get 'TrayBalloon.rc' file?
Reply