Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi
Firt of all most of the form controls are created on runtime.

Ok, This is the situation I have a form where I create a tabpage, and it contain a groupbox and this contains several controls, the situacion is how to validad a specific textedit from the groupbox.

All those controls are created for each tab.
Posted
Comments
Maciej Los 2-Sep-15 2:23am    
What have you tried? Where are you stuck?

1 solution

It's quite simple. You have to add Control.Validating event[^]. All you need to do is to define event handler delegate[^].
 
Share this answer
 
Comments
Lsmith-1980 2-Sep-15 2:50am    
Maybe if you could more specific
Maciej Los 2-Sep-15 5:03am    
:laugh:
Maciej Los 2-Sep-15 5:06am    
Thank you, downvoter!

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