matt.butler
Mar 7th, 2003, 10:50 AM
I have made an activex dll. In a asp page I have I create the object and can use the routines inside the dll but when I use the runapplication function I have in the dll in task manager it show the program as running but it is not visible on the screen.
The code to run the program in my dll is simply
ret = shell(sAppPath,vbnormalfocus)
Like I say it is running the program just not making it visible on the screen.
The code to run the program in my dll is simply
ret = shell(sAppPath,vbnormalfocus)
Like I say it is running the program just not making it visible on the screen.