Quantcast
Channel: MicroStation Programming Forum - Recent Threads
Viewing all articles
Browse latest Browse all 7260

RE: [CONNECT C++] Use TextBlock::FindText() to locate "special" characters in a string

$
0
0

Here's a fairly minimal VBA macro that shows a copyright © in the Message Center...

Sub TestChars()
    Dim copyright As String
    copyright = Chr(169)
    Dim msg As String
    msg = "Copyright " & copyright & " 2017 LA Solutions Ltd"
    ShowMessage msg, msg, msdMessageCenterPriorityDebug, False
End Sub

Here's what it prints...


Viewing all articles
Browse latest Browse all 7260

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>