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
IPTCCaption to a text box in vb
Moderators: helmut, XnTriq, xnview
Re: IPTCCaption to a text box in vb
Send me a email, i'll send you a fixed version...navram wrote: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
Pierre.