If Toolbar1.ImageList = Nothing Then \ERROR invalid use of object
Set Toolbar1.ImageList = ImageList1
End If
plz help
Printable View
If Toolbar1.ImageList = Nothing Then \ERROR invalid use of object
Set Toolbar1.ImageList = ImageList1
End If
plz help
VB Code:
If Toolbar1.ImageList[B] Is [/B]Nothing Then Set Toolbar1.ImageList = ImageList1 End If
Pradeep :)
Use Is Nothing ;)
VB Code:
If (Toolbar1.ImageList Is Nothing) Then
Edit: D'oh beaten by Pradeep again :D
thx, do apologize for my very newbie question...but I think I will have some..:)