Ramco Ramco
Hi
In below code i want initially Picture1 should be blank . I am using Vb6
Private Sub Section3_Format(ByVal pFormattingInfo As Object) Set Picture1.FormattedPicture = LoadPicture(cimage1.Value) End Sub
Thanks