Доброго дня, столкнулся с одной проблеммой: надо в ActiveX котрол передать картинку, вот так не работает, т.е. компилируеться, но при выборе кртинки, выдаёт ошибку
Код:
Public Property Get pic1() As Picture
...
End Property
Public Property Get pic1() As Picture
Set pic1 = MyPicture
End Property
Public Property Set pic1(ByVal pic As Picture)
Set MyPicture = pic
End Property
Public Property Get pic1() As String
pic1 = MyPicture.Picture
End Property
Public Property Set pic1(ByVal pic As String)
MyPicture.Picture = pic
End Propert
FormPicture.Picture = MyControl.pic1
MyControl.pic1 = FormPicture.Picture
Public Property Get pic1() As StdPicture
Set pic1 = MyPicture.Picture
End Property
Public Property Set pic1(pic As StdPicture)
Set MyPicture.Picture = pic
End Propert
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 13