Hi,
I have a custom user control that needs to be notified every time the
BackColor of its parent is altered. Using OnBackColorChanged within my
custom control only seems to work if my control's BackColor has not been set
to anything. I suspect being an ambient property derived from its pa...
more >>
I'm working on a utility program, and I need to have it do something every
time a certain key is pressed (like Ctrl-F11, for instance), no matter what
application is active at the time. The utility will be running in the system
tray.
I've got a screen capture program that does this, but I can'...
more >>
Hi,
I was wondering if I could specify a background image for the splitter
control. On the Properties tab the property is not there, yet if I create
the splitter entirely in code the IntelliSense window reveals that a
BackgroundImage property exists.
What is the proper way to set this prop...
more >>