I do not know what it means "routinepointer"
One solution that I usually use is:

Code:
//only logic
LBG_BUTTON* button_test (..., ..., ..., ..., NULL); //event function NULL
...

//Function thread for button press

...
while(button_test)
{
//if mouse over
//if mouse left
//work parameters

}


I am creating a chat system for an MMO that I'm working.
for each player who talk to me in private chat, I create a LISTBOX and a BUTTON.

If there is any SIMPLER WAY, PLEASE TEACH ME

Preview.



Last edited by NeoNeper; 02/20/13 20:04.

Please! Use easy words to be translated. because my English is not very good! Grateful.
_______________________________________________________