Custom Controls

grip003

Regular
Joined
Sep 2, 2004
Messages
89
Location
North Carolina
I don't really understand enought about C# to be able to customize controls yet. For example, I want to customize a DataGridTextBox so that when its value is changed it updates other values in that row. Sounds pretty easy, but I just don't know how to create DataGridTextBoxCust that inherits from DataGridTextBox and has the _Changed event built into it so to speak.

I have Deitel's C# for Experienced Programmers book, but it does not seem to help much. Are there any good books or internet resources that explain how to do this customization?
 
Back
Top