Skip to main content

AccessTr.neT


Buton İle Frame Backcolor Değiştirmek

Buton İle Frame Backcolor Değiştirmek

#3
şeyle bir kod var

Private Sub dene()
    Dim ctrl As Control
    For Each ctrl In Frame1.Controls
        If TypeOf ctrl Is MSForms.OptionButton Then
            If ctrl.Enabled = True Then
                MsgBox ctrl.Name & " is an enabled OptionButton with caption " & ctrl.Caption
            End If
        End If
    Next
End Sub
Cevapla

Bir hesap oluşturun veya yorum yapmak için giriş yapın

Yorum yapmak için üye olmanız gerekiyor

ya da

Bu Konudaki Yorumlar
Cvp: Buton İle Frame Backcolor Değiştirmek - Yazar: accessman - 10/01/2020, 10:41
Task