Page 1 of 1

IPTCCaption to a text box in vb

Posted: Sun Jun 18, 2006 4:29 pm
by navram
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

Re: IPTCCaption to a text box in vb

Posted: Tue Jun 27, 2006 7:15 am
by xnview
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
Send me a email, i'll send you a fixed version...