|
-
Apr 1st, 2002, 07:00 AM
#1
Thread Starter
New Member
ActiveX EXE & ASP
hai there,
i am doing a project using asp, i have created an Activex exe in vb for some process, when i call the activex exe from the asp page i want the process to get run in the server and at the same time i should get back the browser, so that i can perform another task, but the activex exe should has to perform the mentioned task with out the user interaction,
ie., i want the browser back after calling the activex exe, for this what i have to do,
please help me.
waiting for replay.
Last edited by balukg; Apr 2nd, 2002 at 05:47 AM.
-
Apr 8th, 2002, 02:43 PM
#2
Frenzied Member
I had a similar situation. I wanted to call something and while it was working, allow the user to move on. What I did was create a DLL that I called from the ASP page. That DLL shelled an exe i.e. shell(c:\myexe.exe parms) The DLL would start the exe and end. Thus the browser was given back control. Then the exe was working in the background doing what it needed to do.
-
Apr 9th, 2002, 02:04 AM
#3
Fanatic Member
What is the difference between ActiveX Exe and ActiveX Dll?
Bird of Prey
Mr. Bald Eagle.
[img][/img]
-
Apr 9th, 2002, 06:00 AM
#4
Hyperactive Member
By definition?
ActiveX DLL - an in process component ( runs in the same memory space as the calling application ).
ActiveX EXE - an out of process component ( runs in an area of memory different to the calling application ).
This is too complex ( and extremely boring! ) a topic to explain in detail in a Q & A forum, if you're interested then I suggest you buy a good book.
Happy reading!
--
Anglo Saxon
-
Apr 9th, 2002, 11:35 AM
#5
Fanatic Member
Thanks Anglo Saxon!
The sample that comes with MSDN explains quite a bit. But I just like to know when you would use ActiveX Exe.
Bird of Prey
Mr. Bald Eagle.
[img][/img]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|