User profile: Shiro

User info
User name:Shiro
History
Joined:
Number of posts:10
Latest posts:

how to get char** length
hm i want know how much strings the pointer have eg: [code] char *storelist[]={"Grass","Forniture","...

how to get char** length
im trying to get length from my bidimensional char array [code] char **storelist; [/code] i dont...

ListView_GetSelectionMark not working
hi, im trying to get selection mark from my listview, but is not working, everywhere which i click...

Button callback problem
hm, sometimes i got the BUTTON HWND on lParam from MainProc i did it [code] HWND MainWindow=CreateW...

Button callback problem
i cant handle button press when the button is child from another window. when i put the button on m...