<?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: Can VB.NET display part thumbnails in a Form? in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/9402004#M65205</link>
    <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/582192"&gt;@JBerns&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;Happy to help! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can absolutely access the thumbnail from ilogic. In fact, it's easier since you dont have to use apprentice to do this from within Inventor. The problem will be displaying the picture. Ilogic forms are very limited in their functionality.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you're better off building this in visual studio as an addin or an external application.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Mar 2020 14:56:38 GMT</pubDate>
    <dc:creator>JhoelForshav</dc:creator>
    <dc:date>2020-03-26T14:56:38Z</dc:date>
    <item>
      <title>Can VB.NET display part thumbnails in a Form?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/9397171#M65196</link>
      <description>&lt;P&gt;Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have mocked up a sample form that I would like to develop for our designers.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Form Mockup 01.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/745096i755A33DF1E42B286/image-size/large?v=v2&amp;amp;px=999" role="button" title="Form Mockup 01.png" alt="Form Mockup 01.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Background:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;We have tubes and occasional plates that get "tabs" added to the ends. See image. This adds to the original B_L or G_L value of the custom iProperty from Content Center. This requires a new custom iProperty to be saved for the part.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made a form and code that a designer can use when the individual parts are open. This works well, but is slow to process many parts one at a time.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Structural Steel Form 01.png" style="width: 344px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/745097iA17558717F5BE936/image-size/large?v=v2&amp;amp;px=999" role="button" title="Structural Steel Form 01.png" alt="Structural Steel Form 01.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Goal:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;I would like to expand on this with a form to display all the parts in the active assembly. Not concerned with subassemblies at this time, but that would be beneficial.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This new form, as shown above, would allow the designer to select a part, see a preview, and then select the Process and Length custom iProperties.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Questions:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Is it possible to display the part's thumbnail in the form when the part is selected from a DataGrid in a VB.NET form?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to emulate Excel behavior with VB.NET where you could drag a cell's lower-right corner to fill-copy?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cell Copy 01.png" style="width: 145px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/745098iB6B530F8E01F2C28/image-size/large?v=v2&amp;amp;px=999" role="button" title="Cell Copy 01.png" alt="Cell Copy 01.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This would make it easier to set the Process value for similar parts rather than having to select each part individually in the grid.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Research so far:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;I found code to save a thumbnail to disk, but not how to display a thumbnail. Perhaps once the part is selected in the form, the thumbnail is saved to a temp file, and then that is retrieved for display in the form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have not found any code to emulate the Excel cell copy behavior for VB.NET, DataGrids, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your time and attention. I look forward to the responses.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jerry&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 16:46:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/9397171#M65196</guid>
      <dc:creator>JBerns</dc:creator>
      <dc:date>2020-03-24T16:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can VB.NET display part thumbnails in a Form?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/9397527#M65197</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/582192"&gt;@JBerns&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding thumbnail image in form:&lt;/P&gt;&lt;P&gt;&lt;A href="https://modthemachine.typepad.com/my_weblog/2010/06/accessing-thumbnail-images.html" target="_blank"&gt;https://modthemachine.typepad.com/my_weblog/2010/06/accessing-thumbnail-images.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 18:47:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/9397527#M65197</guid>
      <dc:creator>JhoelForshav</dc:creator>
      <dc:date>2020-03-24T18:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can VB.NET display part thumbnails in a Form?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/9397944#M65198</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5330176"&gt;@JhoelForshav&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I saw that solution dated back to 2010, but was hoping there may be a more current solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I installed the 2019 SDK from here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-customization/inventor-2019-sdk-developertools-install-error/td-p/7956046" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/inventor-customization/inventor-2019-sdk-developertools-install-error/td-p/7956046&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The third solution in Brian's blog looks promising, however, the article mentions using the Register.BAT file to register the component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run either the BAT file in the 32-bit or 64-bit folder, this error appears:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-03-24_17-09-04.png" style="width: 413px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/745244iC4565CA9B30267CD/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-03-24_17-09-04.png" alt="2020-03-24_17-09-04.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any assistance would be appreciated. Especially, if I need to recompile from the source code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jerry&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 22:12:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/9397944#M65198</guid>
      <dc:creator>JBerns</dc:creator>
      <dc:date>2020-03-24T22:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can VB.NET display part thumbnails in a Form?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/9398691#M65199</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/582192"&gt;@JBerns&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was thinking something like this as an example to view the thumbnail in a form.&lt;/P&gt;&lt;P&gt;For some reason i cannot get the apprentice to work so I cant test it, but maybe it'll work for you.&lt;/P&gt;&lt;P&gt;The form has one picturebox and one button.&lt;/P&gt;&lt;P&gt;You should have an assembly open in inventor. When you klick the button in the form you can select a part occurrence in the assembly and hopefully the picturebox should show its thumbnail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You'll need to add stdole as a reference in your project.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Imports Inventor

Public Class Form1
    Dim oApprentice As ApprenticeServerComponent = New ApprenticeServerComponent
    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click

        Dim invApp As Inventor.Application
        Dim oAsm As AssemblyDocument
        Try
            invApp = GetObject(, "Inventor.Application")
            oAsm = invApp.ActiveDocument
        Catch ex As Exception
            Exit Sub
        End Try
        Dim oOcc As ComponentOccurrence = invApp.CommandManager.Pick(SelectionFilterEnum.kAssemblyLeafOccurrenceFilter, "Select part occurrence")
        Dim oDoc As PartDocument = oOcc.Definition.Document
        Dim oApprenticeDoc As ApprenticeServerDocument = oApprentice.Open(oDoc.FullDocumentName)


        Dim oThumbnail As stdole.IPictureDisp = oApprenticeDoc.Thumbnail
        Dim img As Image = IPictureDispConverter.PictureDispToImage(oThumbnail)
        PictureBox1.Image = img
    End Sub
End Class
Public NotInheritable Class IPictureDispConverter : Inherits AxHost

    Private Sub New()

        MyBase.New("")

    End Sub

    Public Shared Function PictureDispToImage(pictureDisp As IPictureDisp) As Image

        Try

            Return GetPictureFromIPicture(pictureDisp)

        Catch

            Return Nothing

        End Try

    End Function

End Class&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 09:25:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/9398691#M65199</guid>
      <dc:creator>JhoelForshav</dc:creator>
      <dc:date>2020-03-25T09:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can VB.NET display part thumbnails in a Form?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/9398796#M65200</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/582192"&gt;@JBerns&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got it to work... For some reason apprentice started working when i changed the applications target framework from ".NET Framework 4.7.2" to ".NET Framework 3.5" and then back again.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ThumbnailPreview.PNG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/745410i10AD13B9966C1B03/image-size/large?v=v2&amp;amp;px=999" role="button" title="ThumbnailPreview.PNG" alt="ThumbnailPreview.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 10:16:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/9398796#M65200</guid>
      <dc:creator>JhoelForshav</dc:creator>
      <dc:date>2020-03-25T10:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can VB.NET display part thumbnails in a Form?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/9400487#M65201</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5330176"&gt;@JhoelForshav&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the code. I am not very familiar with developing programs outside of Inventor.&lt;/P&gt;&lt;P&gt;My experience is mostly VBA/iLogic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will look over the code and try to get this to work with Visual Studio. I have 2017 and 2019. Any recommendations?&lt;/P&gt;&lt;P&gt;what Visual Studio project type should I create? Will I need to add other references besides the stdole.dll?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jerry&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 20:50:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/9400487#M65201</guid>
      <dc:creator>JBerns</dc:creator>
      <dc:date>2020-03-25T20:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can VB.NET display part thumbnails in a Form?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/9401144#M65202</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/582192"&gt;@JBerns&lt;/a&gt;&lt;/P&gt;&lt;P&gt;I use visual studio 2019 mostly. Works fine for inventor 2020 and the addins i create etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You'll also have to reference the Autodesk.Inventor.Interop.dll&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See attached projcet. It's a windows forms app &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 07:14:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/9401144#M65202</guid>
      <dc:creator>JhoelForshav</dc:creator>
      <dc:date>2020-03-26T07:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can VB.NET display part thumbnails in a Form?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/9401808#M65203</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5330176"&gt;@JhoelForshav&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the VS sample project and reference file required. Success.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-03-26_8-19-03.png" style="width: 200px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/745904i12806287D3BAAC4A/image-size/small?v=v2&amp;amp;px=200" role="button" title="2020-03-26_8-19-03.png" alt="2020-03-26_8-19-03.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'll need to learn more how to use external apps to interrogate and write to assemblies, references, and components.&lt;/P&gt;&lt;P&gt;Thanks again for the example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jerry&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 13:28:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/9401808#M65203</guid>
      <dc:creator>JBerns</dc:creator>
      <dc:date>2020-03-26T13:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can VB.NET display part thumbnails in a Form?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/9401881#M65204</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5330176"&gt;@JhoelForshav&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you think you could access these thumbnails from an iLogic internal or external rule? Or will an external app be required?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jerry&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 14:06:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/9401881#M65204</guid>
      <dc:creator>JBerns</dc:creator>
      <dc:date>2020-03-26T14:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can VB.NET display part thumbnails in a Form?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/9402004#M65205</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/582192"&gt;@JBerns&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;Happy to help! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can absolutely access the thumbnail from ilogic. In fact, it's easier since you dont have to use apprentice to do this from within Inventor. The problem will be displaying the picture. Ilogic forms are very limited in their functionality.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you're better off building this in visual studio as an addin or an external application.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 14:56:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/9402004#M65205</guid>
      <dc:creator>JhoelForshav</dc:creator>
      <dc:date>2020-03-26T14:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can VB.NET display part thumbnails in a Form?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/9404952#M65206</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5330176"&gt;@JhoelForshav&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To date, I have&amp;nbsp;built custom forms with iLogic rules. These rules can access SQL databases and use DataGrids and DataGridViews. I did not use Visual Studio, although it may have been easier to develop using that tool. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was hoping thumbnails would be easy. I will try to adapt your code to run as an internal rule. I will report my success. Thanks again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jerry&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 17:00:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/9404952#M65206</guid>
      <dc:creator>JBerns</dc:creator>
      <dc:date>2020-03-27T17:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can VB.NET display part thumbnails in a Form?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/9404989#M65207</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/582192"&gt;@JBerns&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Of course it can be done like you say!&lt;/P&gt;&lt;P&gt;I apologize for underestimating you! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I thought you wanted to use ilogic forms. If you reference system.windows.forms you can&amp;nbsp; do it in ilogic as well.&lt;/P&gt;&lt;P&gt;Using visual studio you can build the form with the form builder and copy the class to ilogic. Or make dll from it and reference that from ilogic.&lt;/P&gt;&lt;P&gt;If I were you I'd make this an addin though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a good weekend and good luck with your project!&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 17:17:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/9404989#M65207</guid>
      <dc:creator>JhoelForshav</dc:creator>
      <dc:date>2020-03-27T17:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can VB.NET display part thumbnails in a Form?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/9405241#M65208</link>
      <description>&lt;P&gt;No worries,&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5330176"&gt;@JhoelForshav&lt;/a&gt;. I'm certainly not an expert at VB, but did not want to be limited by the default iLogic forms.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now that I can programmatically create my own forms with iLogic, I have been using the iLogic editor environment mostly. It is FAR more difficult to design, but I thought the greater challenge would be to&amp;nbsp;connect an external app to the Inventor model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe this is a good project to get to that skill level.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jerry&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 19:02:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/9405241#M65208</guid>
      <dc:creator>JBerns</dc:creator>
      <dc:date>2020-03-27T19:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can VB.NET display part thumbnails in a Form?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/10154086#M65209</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I Choose a String of Inventor Document from data grid view in vb.net. With the help of the string path I opened a document visible as false then Iam extracting the image from document and Saving another Location but it won't work. Please Suggest a code how to extract a image without opening a document or opening with false using vb.net&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Mar 2021 16:57:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/can-vb-net-display-part-thumbnails-in-a-form/m-p/10154086#M65209</guid>
      <dc:creator>niranjan934</dc:creator>
      <dc:date>2021-03-13T16:57:32Z</dc:date>
    </item>
  </channel>
</rss>

