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
Moderator: xnview
-
navram
- Posts: 20
- Joined: Sat May 13, 2006 7:42 pm
- Location: India
-
xnview
- Author of XnView
- Posts: 47434
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
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.