I need code to launch windows Explorer and go to a specific folder.
Code: Job = Me.[Job Number]
ChDrive "G"
ChDir "\Metrology\Jobs\"
stAppName = "explorer.exe"
Call Shell(stAppName, 1)
This code works only for opening Explorer, I need it to navigate...
I can render my 3D object to a file but, I want it to look like a line drawing without showing hidden lines. Rendering to a file produces either a solid color or black surface image. Saving the file as an image produces the required line drawing but, all lines are shown which is messy.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.