Control Code

  • Thread starter Thread starter Zyrthofar Blackcloak
  • Start date Start date
Z

Zyrthofar Blackcloak

Is there anywhere I could get the code behind some controls like Label
and Textbox? I want to create a control from scratch, and I woul like
to see how some things are done.

Thanks
 
* Zyrthofar Blackcloak said:
Is there anywhere I could get the code behind some controls like Label
and Textbox? I want to create a control from scratch, and I woul like
to see how some things are done.

Those controls are not implemented in managed code, they are Windows
controls. Have a look in the MSDN documentation for "custom controls"
and "usercontrols", you will find a lot of information about creating
controls there.
 
Back
Top