- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Community,
I have mocked up a sample form that I would like to develop for our designers.
Background:
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.
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.
Goal:
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.
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.
Questions:
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?
Is it possible to emulate Excel behavior with VB.NET where you could drag a cell's lower-right corner to fill-copy?
This would make it easier to set the Process value for similar parts rather than having to select each part individually in the grid.
Research so far:
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.
I have not found any code to emulate the Excel cell copy behavior for VB.NET, DataGrids, etc.
Thank you for your time and attention. I look forward to the responses.
Regards,
Jerry
CAD Administrator
Using AutoCAD & Inventor 2025
Autodesk Certified Instructor
Autodesk Inventor 2020 Certified Professional
Autodesk AutoCAD 2017 Certified Professional
Solved! Go to Solution.