IonicWind Software

IWBasic => The Roundtable => Topic started by: ZeroDog on March 11, 2009, 03:01:01 PM

Title: TrayPlayer
Post by: ZeroDog on March 11, 2009, 03:01:01 PM
TrayPlayer

Just a small project I've been playing with.  Its still in beta, so theres bound to be a few bugs.  If you come across any, please feel free to post them here, as well as any comments or feedback.

Make sure to open the project file, and not the source code, or it will not compile.
Title: Re: TrayPlayer
Post by: sapero on March 11, 2009, 03:23:38 PM
Hi ZeroDog.

File TrayPlayer.rc has full path to the icon, it can (or should) be relative:
blue ICON "TRAYPLAY.ICO"

If you activate tray popup menu and click on another window, the menu will still be visible making hard to click on the taskbar buttons. You need to call SetForegroundWindow(win.hWnd)before showing the menu, this is important.
Title: Re: TrayPlayer
Post by: ZeroDog on March 11, 2009, 04:03:39 PM
Updated.  Thanks.   :)
Title: Re: TrayPlayer
Post by: pistol350 on March 12, 2009, 06:14:28 AM
Hi ZeroDog!

Nice to see you back around here!  8)
Title: Re: TrayPlayer
Post by: ZeroDog on March 12, 2009, 05:59:28 PM
Thanks.  ;D

Ive spent too much time playing games instead of codiing, but im hoping to get back into the groove again. I'm hoping to have alot more projects to post here in the future.... I had almost forgotten how much fun it was coding.   
Title: Re: TrayPlayer
Post by: pistol350 on March 13, 2009, 12:32:18 AM
That's pretty good news.
Among all your programming skills,
i think the game coding one is more than welcomed back as we no longer often see topics about game programming or graphics around here.
I assume folks are as shy as me for that matter though there is no valuable reason to be,
since Ebasic provides everything necessary to let our creativity changed smoothly to code. :)

Keep it up!