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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top