EruWindow and ErunWindowProc

ErunWindow and ErunWindowProc .. i m seeing in tutorial but not able to get how actually this functions works. plz anybody help me with some good examples.. how to use it
EnumWindowProc is a generic name for your callback function passed to EnumWindows().

This means windows will call this function every time a window is found. You can do anything you want inside this function.
HI, Actually i am writing a function where i get 3 parameters(classname, windowname and button(style)). i have get the correct window and the button style handle in return.. so plz help me to get the button handle using EnumWindows()..
Maybe EnumChildWindows() is more apropiate for you if you already have the main window handle.
Topic archived. No new replies allowed.