Hi All!
I'm an amateur programmer and just recently came across a piece of code to build popup menus with the right-click of the mouse. It works!, I think I can adapt it and use it to enhance my own code however, since I don't fully understand how it works, I'd feel like the Apes in Planet of the apes when they pulled a car with horses not knowing any better
. What I understand is this:
1) A bunch of functions (I think, pre-built for usage on almost any programming language) are used to build the menu, destroy it when no longer needed, etc.
2) There are other ways to build the PopUp menus, I think, but I'm not sure if they would be quiet as effective or at least as easy and flexible to use.
3) What really confuses me the most is the usage of things like: * <-----------------------
MF_SEPARATOR = &H800& <---------- What is this? some sort of hexadecimal notation? what is it used for? is there any advantage for using this?
for any help or guidance Thanks a lot !
Const MF_SEPARATOR = &H800&, then later a parameter in other words, why the need of constants instead of just
Bookmarks