Hello Everybody!
I have a few questions about windows control classes and
subclassing, so here's the questions.
1. Can I assume that all windows controls (EDIT,BUTTON...) where
created with the class style CS_OWNDC?
2. When subclassing a control is it propper to get the original
controls callback pointer from GetClassLong?
3. Is there any way to get a custom control created with PBDLL
to show up in VisualStudio? I have asked this before but I could
figure out what the answer ment.
------------------
Cheers
I have a few questions about windows control classes and
subclassing, so here's the questions.
1. Can I assume that all windows controls (EDIT,BUTTON...) where
created with the class style CS_OWNDC?
2. When subclassing a control is it propper to get the original
controls callback pointer from GetClassLong?
3. Is there any way to get a custom control created with PBDLL
to show up in VisualStudio? I have asked this before but I could
figure out what the answer ment.
------------------
Cheers
Comment