<?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 Windows froms in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/windows-froms/m-p/11717866#M148438</link>
    <description>&lt;P&gt;As shown in the pic. How can I place or contain Inventor frame in winforms&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Note: for some reason I hid some details&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wd.PNG" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1169402i5ACBBB5F90A0BD71/image-size/medium?v=v2&amp;amp;px=400" role="button" title="wd.PNG" alt="wd.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Tue, 31 Jan 2023 07:42:40 GMT</pubDate>
    <dc:creator>taher.basha</dc:creator>
    <dc:date>2023-01-31T07:42:40Z</dc:date>
    <item>
      <title>Windows froms</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/windows-froms/m-p/11717866#M148438</link>
      <description>&lt;P&gt;As shown in the pic. How can I place or contain Inventor frame in winforms&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Note: for some reason I hid some details&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wd.PNG" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1169402i5ACBBB5F90A0BD71/image-size/medium?v=v2&amp;amp;px=400" role="button" title="wd.PNG" alt="wd.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 07:42:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/windows-froms/m-p/11717866#M148438</guid>
      <dc:creator>taher.basha</dc:creator>
      <dc:date>2023-01-31T07:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Windows froms</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/windows-froms/m-p/11730177#M148660</link>
      <description>&lt;P&gt;Simply create one dockable window in Inventor and add Form hadle to it. You can also adjust window sizes and disable docking states.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;Dim interMan As UserInterfaceManager = InventorApplication.UserInterfaceManager
Dim dockWindow As DockableWindow
Try
	dockWindow = interMan.DockableWindows.Item("WindowName")
Catch
	dockWindow = interMan.DockableWindows.Add("yourAppCLSID", "internalName", "WindowName")
End Try
dockWindow.AddChild(yourForm.Handle)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Feb 2023 19:45:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/windows-froms/m-p/11730177#M148660</guid>
      <dc:creator>petr.meduna</dc:creator>
      <dc:date>2023-02-04T19:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Windows froms</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/windows-froms/m-p/11730771#M148666</link>
      <description>&lt;P&gt;I want to contain Inventor in windows form&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2023 07:08:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/windows-froms/m-p/11730771#M148666</guid>
      <dc:creator>taher.basha</dc:creator>
      <dc:date>2023-02-05T07:08:08Z</dc:date>
    </item>
  </channel>
</rss>

