Control Type

D

Douglas J. Steele

I'd suggest asking in a newsgroup related to VB, such as
microsoft.public.vb.controls or microsoft.public.vb.general.discussion
 
R

RABEA

Hello All

Please Tell Me How Can I Get The Type Of The Control In VB6

In Access We Use The Code
For Each Ctlr In Me.Controls
msgbox Ctrl.ControlType
next

But I CAnt Get This Property In Vb6

Thank You ALL
 
Top