Hello guys, well, i want to know how to make a down-up control, in the grid i do not find nothing
I want to make with CreateWindowEx function, could help me please :)
I found a example, which it did with a textbox :P I thought that it was a only control :P any word thanks a lot :toothy
szUpDownClass db 'msctls_updown32',0
Quote from: dedndave on May 15, 2012, 02:56:56 AM
szUpDownClass db 'msctls_updown32',0
thanks u Dave :) a question :P
then - to make a up-down control should have to make a textbox + the above class ( msctls_updown32 )
I thought it was a single control :P
well - you may want to use an up-down control for different things
so - they make it a seperate control
you can create an edit control and an up-down control
use the edit control as the "buddy"
ok, :U thanks u dave
I thought it was a single control :P lol