Tech Support > Microsoft Windows > Development Resources > Creating a new control?
Creating a new control?
Posted by Dennis Edward on December 11th, 2003


Can anyone point me to some simple sample code for creating a new control?
Preferably NOT mfc. I'm mostly interested in specialized edit-boxes, so
subclassing may be enough.


Posted by James Brown on December 11th, 2003


Dennis,
Check out the tutorial section on my website, there are
lots of subclassing-related articles, and one specifically about
creating controls from scratch (win32-C)


James
--
www.catch22.org.uk
Free Win32 Software, Source Code and Tutorials



"Dennis Edward" <nospam@nowaynohow.org> wrote in message
news:_%0Cb.665635$9l5.117475@pd7tw2no...


Posted by Dennis Edward on December 11th, 2003



"James Brown" <PLEASEDONTSPAMjames.brown7@virgin.net> wrote in message
news:3fd8e0e7$0$7011$cc9e4d1f@news.dial.pipex.com. ..
You've got a lot of great stuff on your site (and it's already bookmarked),
but the one that I think I'm interested in:
http://www.catch22.org.uk/tutorials/coolscroll_src.zip -- comes back with an
error (URL not found).



Posted by James Brown on December 12th, 2003


Yup, I got an email about that the other day as well. I will update
the link this weekend, but you can also get the latest version from:

www.codeproject.com/dialog/coolscroll.asp

James
--
www.catch22.org.uk
Free Win32 Software, Source Code and Tutorials



"Dennis Edward" <nospam@nowaynohow.org> wrote in message
news:Cp7Cb.669682$9l5.340570@pd7tw2no...


Posted by Dennis Edward on December 12th, 2003


"James Brown" <PLEASEDONTSPAMjames.brown7@virgin.net> wrote in message
news:3fd9f4a7$0$28695$cc9e4d1f@news.dial.pipex.com ...
Done! Thanks.