Click here to Skip to main content
16,004,806 members
Home / Discussions / COM
   

COM

 
GeneralOleLoadPicture failed please help Pin
El'Cachubrey20-Sep-04 4:19
El'Cachubrey20-Sep-04 4:19 
GeneralFunction parameter Pin
Sly66699918-Sep-04 6:35
Sly66699918-Sep-04 6:35 
GeneralRe: Function parameter Pin
darkbyte20-Sep-04 6:31
darkbyte20-Sep-04 6:31 
GeneralDownload Progress Callback (activeX) Pin
AssemblySoft17-Sep-04 3:46
AssemblySoft17-Sep-04 3:46 
GeneralATL Control SafeForScripting / Initialisation Pin
AssemblySoft16-Sep-04 23:01
AssemblySoft16-Sep-04 23:01 
GeneralRe: ATL Control SafeForScripting / Initialisation Pin
AssemblySoft17-Sep-04 3:43
AssemblySoft17-Sep-04 3:43 
GeneralMake a call to my ActiveX from my webpage. Pin
anderslundsgard16-Sep-04 21:06
anderslundsgard16-Sep-04 21:06 
GeneralRe: Make a call to my ActiveX from my webpage. Pin
darkbyte17-Sep-04 15:42
darkbyte17-Sep-04 15:42 
how do you access your activex object ?

is it using the < object > tag ?
if so, how about you use the other tags that it can use (i cant remember the syntax)
< param user='< %=Request("user")%>' >
< param password='< %=Request("password")% > ' >

if you instantiate your control server side:

< %
myActiveX = new ActiveX("MyProg.Id");
myActiveX.User = String(Request("user"));
or
myActiveX.SetUser(String(Request("user")), String(Request("password")));

% >

my script code is in JScript since this is the flavor i prefer, but the same can be achieved using VBScript.
GeneralRe: Make a call to my ActiveX from my webpage. Pin
anderslundsgard20-Sep-04 3:24
anderslundsgard20-Sep-04 3:24 
GeneralRe: Make a call to my ActiveX from my webpage. Pin
darkbyte20-Sep-04 6:26
darkbyte20-Sep-04 6:26 
GeneralRe: Make a call to my ActiveX from my webpage. Pin
anderslundsgard20-Sep-04 21:47
anderslundsgard20-Sep-04 21:47 
GeneralRe: Make a call to my ActiveX from my webpage. Pin
darkbyte21-Sep-04 7:31
darkbyte21-Sep-04 7:31 
GeneralError in compling ??? urgent Pin
zahid_ash16-Sep-04 19:37
zahid_ash16-Sep-04 19:37 
GeneralRe: Error in compling ??? urgent Pin
User 21559716-Sep-04 21:46
User 21559716-Sep-04 21:46 
GeneralCOM+ Transaction Problem Pin
ProffK16-Sep-04 4:21
ProffK16-Sep-04 4:21 
GeneralPlease ! Pin
andy_cn14-Sep-04 22:12
andy_cn14-Sep-04 22:12 
Generalhelp! ! Pin
andy_cn14-Sep-04 22:05
andy_cn14-Sep-04 22:05 
GeneralRe: help! ! Pin
Balkrishna Talele16-Sep-04 18:38
Balkrishna Talele16-Sep-04 18:38 
GeneralRe: help! ! Pin
Anonymous19-Sep-04 15:48
Anonymous19-Sep-04 15:48 
GeneralRe: help! ! Pin
andy_cn19-Sep-04 15:54
andy_cn19-Sep-04 15:54 
GeneralRe: help! ! Pin
andy_cn19-Sep-04 15:56
andy_cn19-Sep-04 15:56 
GeneralComunicate with IE Pin
mebmer 12345678914-Sep-04 22:00
mebmer 12345678914-Sep-04 22:00 
GeneralRe: Comunicate with IE Pin
Antti Keskinen15-Sep-04 3:05
Antti Keskinen15-Sep-04 3:05 
GeneralCOM and Multiple Inheritance Pin
User 21559714-Sep-04 20:37
User 21559714-Sep-04 20:37 
GeneralGlobal Interface Table issue Pin
.Suchit14-Sep-04 3:18
.Suchit14-Sep-04 3:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.