Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is it possible to attach pdf to a window form design tree?
Solved! Go to Solution.
Is it possible to attach pdf to a window form design tree?
Solved! Go to Solution.
Am thinking something like this
Hi!
you cannot attach the pdf file in the form, but you can create a rule to open the pdf and place the "rule button" in the form, which gives you the same final result... open the pdf.
Thanks, could you perhaps assist me by provide a code?
Hi @SpokenEarth
You can open any document with something like this.
ThisDoc.Launch("C:\Temp\My PDF.pdf")
As mentioned you can add this to a rule and then add that rule to your form as a button.
I hope this helps.
Best of luck to you in all of your Inventor pursuits,
Curtis
http://inventortrenches.blogspot.com
Thank you Curtis.
Achilles