Click here to Skip to main content
15,921,716 members
Home / Discussions / COM
   

COM

 
QuestionFlash ActiveX MFC Control. Secure? Pin
RobotIntestines4-Apr-05 19:00
RobotIntestines4-Apr-05 19:00 
QuestionDLL and EXE files? Pin
123dotnet4-Apr-05 18:45
123dotnet4-Apr-05 18:45 
Generallinking to office-help Pin
sampad_m4-Apr-05 7:55
sampad_m4-Apr-05 7:55 
GeneralRe: linking to office-help Pin
rwestgraham7-Apr-05 12:33
rwestgraham7-Apr-05 12:33 
GeneralRe: linking to office-help Pin
sampad_m13-Apr-05 23:19
sampad_m13-Apr-05 23:19 
GeneralControl the Systemtray Pin
Anonymous2-Apr-05 5:30
Anonymous2-Apr-05 5:30 
GeneralRe: Control the Systemtray Pin
Anonymous2-Apr-05 21:17
Anonymous2-Apr-05 21:17 
Questionhow to call a function like "HRESULT test([in]byte* aaa);" using VBScript Pin
samfromcn31-Mar-05 15:19
samfromcn31-Mar-05 15:19 
OMG | :OMG: I wrote a com object with ATL, it has a test function, which declared like "HRESULT test([in]byte* aaa);" ; I wrote the following code in a html file,OMG | :OMG: OMG | :OMG: want to call test function, but always get error message "type not match". Who can tell me is it possible to call test using VBScript and how to .

my script code:

Dim MyObj
Set MyObj = CreateObject("Test.Test")

Dim data(5)
data(0) = CByte(97)
data(1) = CByte(97)
data(2) = CByte(97)
data(3) = CByte(97)
data(4) = CByte(97)
data(5) = CByte(97)
MyObj.test data


AnswerRe: how to call a function like "HRESULT test([in]byte* aaa);" using VBScript Pin
rwestgraham31-Mar-05 18:27
rwestgraham31-Mar-05 18:27 
GeneralCookie read/write in COM Pin
Member 172086231-Mar-05 6:44
Member 172086231-Mar-05 6:44 
GeneralRe: Cookie read/write in COM Pin
Mike Dimmick31-Mar-05 10:24
Mike Dimmick31-Mar-05 10:24 
GeneralRe: Cookie read/write in COM Pin
Member 172086231-Mar-05 10:34
Member 172086231-Mar-05 10:34 
GeneralRe: Cookie read/write in COM Pin
Anonymous5-Apr-05 20:31
Anonymous5-Apr-05 20:31 
GeneralRe: Cookie read/write in COM Pin
1212121212116-Jun-06 1:49
1212121212116-Jun-06 1:49 
GeneralHelp me Pin
123dotnet30-Mar-05 16:42
123dotnet30-Mar-05 16:42 
GeneralGood Question Pin
ursus zeta2-Apr-05 7:59
ursus zeta2-Apr-05 7:59 
GeneralMultiple Inclusion Pin
gUrM33T30-Mar-05 13:34
gUrM33T30-Mar-05 13:34 
GeneralRe: Multiple Inclusion Pin
gUrM33T30-Mar-05 18:24
gUrM33T30-Mar-05 18:24 
GeneralProblem while Persisting Image into Control Pin
ajalilqarshi30-Mar-05 4:00
ajalilqarshi30-Mar-05 4:00 
GeneralLearning COM Pin
anil7529-Mar-05 7:45
anil7529-Mar-05 7:45 
GeneralRe: Learning COM Pin
_Andrew3-Apr-05 8:32
_Andrew3-Apr-05 8:32 
GeneralHELP!!! Pin
shulflem29-Mar-05 3:57
shulflem29-Mar-05 3:57 
GeneralRe: HELP!!! Pin
Michael P Butler29-Mar-05 4:29
Michael P Butler29-Mar-05 4:29 
GeneralQuery - ActiveX: Extend a MFC control Pin
The.Saint28-Mar-05 23:31
The.Saint28-Mar-05 23:31 
Generalvbscript calling ActiveX(MFC) control method fail Pin
theshuttle28-Mar-05 19:08
theshuttle28-Mar-05 19:08 

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.