Is there a windows api that will let me activate a program that is already loaded if the operator tries to load second copy. We have code in our application that chks to see if form is already loaded (uses findwindow getwindow getwindowtext win 32 apis to chk) and if already loaded we display message already loaded.
I would like to change so that if already loaded, we activate or setfocus to that window. I guess this wouldn't just apply to VFP.
I would like to change so that if already loaded, we activate or setfocus to that window. I guess this wouldn't just apply to VFP.