We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Control Subclassing

In VC++, I can create a control in the resource editor and connect it, called subclassing, to a supporting object in the OnInitDialog() function of my dialog class. Ex: m_pPartno = new CEdit; m_pPartno->Create(....); m_pPartno->SubclassDlgItem(IDC_PARTNO, this); How can I do the same thing in .NET C#? Surely Microsoft didn't forget to implement this feature in the .NET environment! Thanks, Royce Fickling

Loader.
Live Chat Icon For mobile
Up arrow icon