Create a User Defined Control in VB
-
Right click on your project, choose add/new item. Choose a user control from the list of possibilities and type a name. If you want to go beyond that step, you need to be more specific ( or, more likely, type your question in to google ).
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Right click on your project, choose add/new item. Choose a user control from the list of possibilities and type a name. If you want to go beyond that step, you need to be more specific ( or, more likely, type your question in to google ).
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
dear christian... what you said is not unknown to me... i want to go beyond that.. can you give me some articles about it.. what is the advantage in using these type of controls..?? The name is Sandeep
Xandip wrote:
i want to go beyond that
Then ask a question that makes this clear
Xandip wrote:
can you give me some articles about it
google can. This site is bursting with them
Xandip wrote:
what is the advantage in using these type of controls..??
Encapsulation and code reuse. I can create a control and use it in many places.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )