Extended controls
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Does anybody can give me link to the guides/articles/tips of creating owner drawn controls (like ButtonST).
Read http://www.codeproject.com/miscctrl/subclassdemo.asp[^] and http://www.codeproject.com/miscctrl/customcontrol.asp[^] Two excellent introductions on how to subclass and create custom controls. -Dominik
_outp(0x64, 0xAD);
and__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? ;) -
Read http://www.codeproject.com/miscctrl/subclassdemo.asp[^] and http://www.codeproject.com/miscctrl/customcontrol.asp[^] Two excellent introductions on how to subclass and create custom controls. -Dominik
_outp(0x64, 0xAD);
and__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? ;)