pet peeves
- slow internet
- products that don’t work
- being single
- settling for “hokey”
I’m really cool :)>
There are lots of bobobobo’s on the internet — however, __for me__, this is the _ONLY_ place that I use bobobobo as an alias.
EDIT: I’m now an active StackOverflow member. my reputation.
billy [ dot ] baloop [ at ] gmail [ dot ] com
7 Comments
what???
thanks for the info on setting up CG, have just got my head around C++, OpenGl, Direct and I am now wanting to use CG, Thanks agian for the advice
Really nice site with cool tutorials. Thanks!
Great Tutorials! Thanks a bunch!
Hello bobobobo,
I read your, “Adding an icon system tray Win32 C++” here:
http://bobobobo.wordpress.com/2009/03/30/adding-an-icon-system-tray-win32-c/
Thank you very much. It told me simply and clearly what I had been unable to find for many months. And it showed me a few other things I needed along the way.
There is a comment in the code about something you didn’t understand. Maybe I can help. It says:
// create the menu once.
// oddly, you don’t seem to have to explicitly attach
// the menu to the HWND at all. This seems so ODD.
I did a little experimenting. It seems you don’t need to create the menu in response to a message or in any particular time or context. It’s just a set of data specifying stuff. It doesn’t belong to anything. Later, in the program you call TrackPopupMenu and run it modally. That’s the only place it has any significance. Look it over again. You’ll see it’s that simple.
Thanks again for a really good sample.
Jimmy
Thank you for explaining the definition of a limit so well.
THANKS,
The most straight forward explanation of how Windows work in C++