|
-
Mar 15th, 2002, 02:48 PM
#1
Thread Starter
New Member
Accessing ActiveX EXE from ASP:
im relatively new to the vb world, but i worked a lot with asp and vbscript, so at least im not a complete fool when it comes to vb syntax.
ive created an activex exe that i want exposed to an asp application. the asp program will modify values in the activex component, and those changes will automatically appear in the exe's form. pretty common right? the problem i am coming across is this:
when i execute the exe to initialize it, it creates a process, as displayed in the windows taskbar. fine. but when i try to access the component via asp, i see another process being initialized in the taskbar - therefore when i make changes via asp, they do not show up in the exe that i had originally started up (since they are each in different processes, i assume). is there a setting that i am missing which will eliminate this?
thanks,
flashboy.
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
|