문제

Does it mean that the program can only be opened once? Will it mess with the code that I have already written? What does it exactly mean?

도움이 되었습니까?

해결책

It means your application is supposed to have only one instance. My last project wanted a minimized instance to pop up if somebody tried to open another one. Spotify works like that, for example.

It won't mess up your code. You just must enhance your startup code or Form.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top