IPTCCaption to a text box in vb
Posted: Sun Jun 18, 2006 4:29 pm
how to get IPTCCaption to a text box in vb?
i use the following code. but, i got only first character of the caption. plz help me.
Dim MyObj As GflAx.GflAx
MyObj.LoadBitmap (File1.Path & "\" & File1.Filename)
Text1.Text = MyObj.IPTCCaption
i use the following code. but, i got only first character of the caption. plz help me.
Dim MyObj As GflAx.GflAx
MyObj.LoadBitmap (File1.Path & "\" & File1.Filename)
Text1.Text = MyObj.IPTCCaption