How to create something like 'ControlToValidate' (in CF)

  • Thread starter Thread starter Evan Camilleri
  • Start date Start date
E

Evan Camilleri

using CF VS2005, I would like to create a control with a property named:

TabControlToManage

At design time this property list controls in a combo box just like
'ControlToValidate' in webapps.

Evan
 
So what's your question? If you need (want) that function, then create
a new control, inherit from the TabControl and add the function.
Simple inheritence.

--
I hope this helps

--
Norman Rericha
Senior Software Engineer
Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member
 
I want to create a custom user control which you can use insert in the
toolbox, then drag it on the form.


Evan
 
Add a UserControl and take it from there (building the project automatically
adds it to the toolbox).

Cheers
Daniel
 
Back
Top