Click here to Skip to main content
15,887,906 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi there
i have some question that how controls are made?for example how form,button are made and we can use them easily?
Posted

Do you want to make custom controls/forms? Or are you wondering how the forms and buttons are themselves created?

Assuming the latter, and also assuming Winforms (based on the terminology you used), Winforms just uses the native API to do this. CreateWindow and CreateWindowEx are the API calls that eventually create the forms and other controls.
 
Share this answer
 
v2
Comments
Reza Oruji 24-Feb-11 11:08am    
it means that o.s create them?,so in java we can use swing that has a collection of controls,
please explain
Nish Nishant 24-Feb-11 11:10am    
I don't know how Java does it. Someone else may be able to answer that.
Read this[^]: that will get you started.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900