Message 1 of 2
Displaying TextGraphics in fixed position
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
How to draw text graphics in fixed position and should not change on scrolling up/down.
Dim oTextGraphics As TextGraphics
oTextGraphics.Anchor = oTG.CreatePoint(0, 0, 0)
oTextGraphics.Text = "user name displayed here"
This always changing text position on changing up/down scrolling. Instead it should always fixed position to view always and not moving with point.