Customizing the default InputBox Window
Posted
by Aaron Young
on February 5th, 2004
The program works by capturing the WM_CTLCOLORDLG, WM_CTLCOLORSTATIC, WM_CTLCOLORBTN messages as the dialog is created. A windows font and brush are then created and returned to the standard windows message handler to handle the custom drawing.
The code can be used in your program by simply calling the 'InputBoxEx' function inplace of the usual 'InputBox' statement (once you've subclassed your form of course).
A full sample project is included.

Comments
There are no comments yet. Be the first to comment!