Visible window in dll
-
Hey i have a problem to display a window in a dll. If I call the dll from Visual Basic I can see the window. If I do this inside an asp page the window is unvisible What is to do? Frank from Bali
Hi, I've suppose that you using WSH scripting on client side to work with dll. If yes, then use SetAllowUI(True) to enable your windows. Vitali http://www.creative-case.com
-
Hi, I've suppose that you using WSH scripting on client side to work with dll. If yes, then use SetAllowUI(True) to enable your windows. Vitali http://www.creative-case.com
-
Hallo I'm not using WSH, but pure ASP. The problem is I need to communicate with an IE to do same rendering and make a gif of this Regards Frank
Rather than creating a window from a server service process (which probably does not have the Allow Interaction With Desktop flag set), you should just create a memory DC, do all of your drawing onto the memory DC, then get the bitmap from the DC. Then, you can convert the bitmap to jpeg, gif, etc. If you need some sample code to do this, I could provide it to you. Just send me an email at jeff@webogy.com. onwards and upwards...