Click here to Skip to main content
15,921,697 members

Comments by jj0820 (Top 1 by date)

jj0820 7-Nov-14 2:37am View    
Hi,
I'm developing in Windows Form, its C++ code, I got to read MSDN, but I do not know how can I be able to use those. I just want to know how can I get the dwData value, upon click on the toolbar button. Its is not hooking on lower-level Windows. Below is the code I have:
TBBUTTON tbButtons[] =
{
{ count, IDM_BUTTONSTART + count, TBSTATE_ENABLED, BTNS_AUTOSIZE, {0}, "User defined value", att },
};

I have a couple of buttons to add to the toolbar, each has different dwData value