12-04-2022
09:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
12-04-2022
09:19 PM
thanks for that.
Unfortunately I'm getting an incorrect parameter error when it reaches
Dim oStyle As TextStyle = oSketch.TextBoxes.Item(1).Style
if I split the line into a Dim and an assignment line, the error moves to the assignment line.
Also how do i utilise the color object, would I do oStyle.Color = Red, or oStyle.Color(Red)?
Thanks for any help