Your Products have been synced, click here to refresh
if (openfiledialog1.ShowDialog() == DialogResult.OK) { try { PCDLRN.IApplication PCDApp = new PCDLRN.Application(); // fetch the PC-DMIS application PCDLRN.IPartPrograms PCDPartPrograms = PCDApp.PartPrograms; // set up partprograms PCDPartPrograms.Open(openfiledialog1.FileName, "CMM1"); // have PC-DMIS open the PRG //PCDPartPrograms = null; //PCDApp = null; } catch (Exception) { MessageBox.Show("PC-DMIS needs to be started!"); // PC-DMIS needs to be started! Application.Exit(); // Exit } }
if (openfiledialog1.ShowDialog() == DialogResult.OK) { try { PCDLRN.IApplication PCDApp = new PCDLRN.Application(); // fetch the PC-DMIS application PCDLRN.IPartPrograms PCDPartPrograms = PCDApp.PartPrograms; // set up partprograms PCDPartPrograms.Open(openfiledialog1.FileName, "CMM1"); // have PC-DMIS open the PRG //PCDPartPrograms = null; //PCDApp = null; } catch (Exception) { MessageBox.Show("PC-DMIS needs to be started!"); // PC-DMIS needs to be started! Application.Exit(); // Exit } }
© 2024 Hexagon AB and/or its subsidiaries. | Privacy Policy | Cloud Services Agreement |