Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
public static Photoshop.Application appRef = default(Photoshop.Application); appRef = new ApplicationClass(); appRef.Visible = false; appRef.DisplayDialogs = PsDialogModes.psDisplayNoDialogs;
appRef.visible=false 行に内部エラーが表示される