Click here to Skip to main content
15,889,909 members

Articles by RenatoK (Tip/Trick: 1)

Tip/Trick: 1

RSS Feed

Average article rating:

No articles have been posted.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.00

Programming Languages
C#
22 Sep 2010   Updated: 22 Sep 2010   Rating: 4.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 5,280     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Here's the VB.NET version:Public Shared Function FindParentAsTabControl(ByRef startCntrl As Control) As Control Dim retCntrl As Control = Nothing If(startCntrl.Parent IsNot Nothing) If(TypeOf(startCntrl.Parent) is TabControl) retCntrl = startCntrl.Parent ...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer (Senior)
Australia Australia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.