Hey guys,
I have completed working on a program and have run into an issue. The program functions correctly with one exception. I am trying to make a window show only once when the program is first launched and then not show again if the program is launched again.
I tried to make this work by creating a file on the computer and if the file exists on the computer then it wouldn't show the form again however that doesn't seem like a very sound way of doing this task. Is there something I am missing on how I might go about using code to make something like this occur?
SplashScreens and Startup windows run every time the program is run which of course won't work. I searched google for things like "Show window only once on startup" but that revealed information on how to make your program work in the startup function of windows.
Any advise would be greatly appreciated.
I have completed working on a program and have run into an issue. The program functions correctly with one exception. I am trying to make a window show only once when the program is first launched and then not show again if the program is launched again.
I tried to make this work by creating a file on the computer and if the file exists on the computer then it wouldn't show the form again however that doesn't seem like a very sound way of doing this task. Is there something I am missing on how I might go about using code to make something like this occur?
SplashScreens and Startup windows run every time the program is run which of course won't work. I searched google for things like "Show window only once on startup" but that revealed information on how to make your program work in the startup function of windows.
Any advise would be greatly appreciated.