Jump to content
Software FX Community

Re: ShowBalloon Font


User (Legacy)

Recommended Posts

Is this what you mean?

'add text object to AnnotX and set options

Set objBalloon = AnnotX.Add(OBJECT_TYPE_BALLOON)

With objBalloon

.Text = "Hi, Mom!" & " "

.Font.Size = 14

.Width = 60

.Height = -35 'pointer lower left corner

.Top = 100

.Left = 150

.Refresh False

End With

Steve

Steve Schreiner (VBLogic, Inc.) <steve@vblogic.com> wrote in message news:LK#AJHgSAHA.1428@sfxserver.softwarefx.com...

> How can I change the size or font of the text that is displayed in the show

> balloon method?

>

> Thanks.

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...