<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Custom message form info center in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/custom-message-form-info-center/m-p/7588667#M77531</link>
    <description>&lt;P&gt;Or you could use the inventor built in as you needed!&lt;/P&gt;&lt;P&gt;This will completely fulfill your needs I think?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Dim a As Application
Set a = ThisApplication

Dim b As Balloontip
Set b = a.UserInterfaceManager.BalloonTips.Add("String Name", "String Title", "Watch out")

b.Display&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Dec 2017 11:42:05 GMT</pubDate>
    <dc:creator>bradeneuropeArthur</dc:creator>
    <dc:date>2017-12-01T11:42:05Z</dc:date>
    <item>
      <title>Custom message form info center</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/custom-message-form-info-center/m-p/7588377#M77523</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="g-unit"&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV&gt;It is possible to create custom messages through&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="g-unit"&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class="trans-verified-button-small"&gt;&lt;SPAN&gt;&lt;SPAN&gt;communication center with Inventor API?&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;- like remember to save.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="trans-verified-button-small"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="trans-verified-button-small"&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2017-12-01 10_39_15-Autodesk Inventor Professional 2018.png" style="width: 381px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/433388iC08902AE9995C4C0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2017-12-01 10_39_15-Autodesk Inventor Professional 2018.png" alt="2017-12-01 10_39_15-Autodesk Inventor Professional 2018.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 Dec 2017 09:40:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/custom-message-form-info-center/m-p/7588377#M77523</guid>
      <dc:creator>RasmusBredal</dc:creator>
      <dc:date>2017-12-01T09:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Custom message form info center</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/custom-message-form-info-center/m-p/7588595#M77527</link>
      <description>&lt;P&gt;Not for the Communication Center:&lt;/P&gt;&lt;P&gt;But I use the Balloontip from Windows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Public Sub Balloontip(StrTitle As String, StrText As String, Time As Integer)

        Dim NotIcon As System.Windows.Forms.NotifyIcon
        NotIcon = New System.Windows.Forms.NotifyIcon

        NotIcon.Icon = System.Drawing.SystemIcons.Information
        NotIcon.BalloonTipTitle = StrTitle
        NotIcon.BalloonTipText = StrText
        NotIcon.BalloonTipIcon = Windows.Forms.ToolTipIcon.Info

        NotIcon.Visible = True
        NotIcon.ShowBalloonTip(Time)
    End Sub&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Dec 2017 11:10:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/custom-message-form-info-center/m-p/7588595#M77527</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2017-12-01T11:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Custom message form info center</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/custom-message-form-info-center/m-p/7588667#M77531</link>
      <description>&lt;P&gt;Or you could use the inventor built in as you needed!&lt;/P&gt;&lt;P&gt;This will completely fulfill your needs I think?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Dim a As Application
Set a = ThisApplication

Dim b As Balloontip
Set b = a.UserInterfaceManager.BalloonTips.Add("String Name", "String Title", "Watch out")

b.Display&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 11:42:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/custom-message-form-info-center/m-p/7588667#M77531</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2017-12-01T11:42:05Z</dc:date>
    </item>
  </channel>
</rss>

