Community Tip - You can change your system assigned username to something more personal in your community settings. X
I have opened Creo in no graphics mode and registered server using VB API
I want to run mapkey using VB API when Creo is opened in no graphics mode
Any help greatly appreciated!!!!
Hello!
I'm never try to run mapkey in nongraphic mode, but if you have some problems in this... Try to play trail file instead mapkey
IpfcBaseSession.RunMacro();
you can use the class IpfcBaseSession, it has a method RunMacro, first you need get Session Object, cause Session is the Child of Basesession, so you can use it's methods through Session Module.