Click here to Skip to main content
15,921,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: multichannel audio with directX Pin
peiman21-Apr-05 0:30
peiman21-Apr-05 0:30 
GeneralRe: multichannel audio with directX Pin
Franken21-Apr-05 3:42
Franken21-Apr-05 3:42 
GeneralRe: multichannel audio with directX Pin
Franken21-Apr-05 3:45
Franken21-Apr-05 3:45 
GeneralHi everybody, Who can help me~~ Pin
Jack.Fu20-Apr-05 23:22
Jack.Fu20-Apr-05 23:22 
GeneralRe: Hi everybody, Who can help me~~ Pin
Tom Wright21-Apr-05 3:58
Tom Wright21-Apr-05 3:58 
GeneralRe: Hi everybody, Who can help me~~ Pin
Jack.Fu21-Apr-05 14:57
Jack.Fu21-Apr-05 14:57 
GeneralRe: Hi everybody, Who can help me~~ Pin
ThatsAlok21-Apr-05 18:15
ThatsAlok21-Apr-05 18:15 
General[ActiveX Newbie] Why can't access method with ActiveXObject(...) Pin
MrMaze20-Apr-05 23:18
MrMaze20-Apr-05 23:18 
Hi guys !

I'm trying to make an activeX quite simple wich upload and download file from an url.

I successfully did it but i still have a trouble. I'd like to access to my activeX in javascript with the
var oActiveX= new ActiveXObject("testX")
command. This command is working, i thinck, because i haven't got errors, but when i'm trying to access to an ActiveX method,
oActiveX.view();
there is an error, i can't acess to the method

However, if i'm trying to access to my activeX with the html method :
<OBJECT ID="TestX"<br />
 CLASSID="CLSID:75CE4352-E461-4031-B662-4FF071C3A963"<br />
 CODEBASE="TestX.ocx"></OBJECT><br />
<SCRIPT LANGUAGE="JavaScript"><br />
<!--  TestX.view(); -->


Can somedoby tell me why those damned method are not accessible with the first method but aren't with the second ?

Thanks in advance
GeneralRe: [ActiveX Newbie] Why can't access method with ActiveXObject(...) Pin
TheGreatAndPowerfulOz21-Apr-05 2:46
TheGreatAndPowerfulOz21-Apr-05 2:46 
GeneralHD diagnostic Pin
Raphael Kindt20-Apr-05 22:25
Raphael Kindt20-Apr-05 22:25 
Generalnew mistake class Pin
unidentify20-Apr-05 22:01
unidentify20-Apr-05 22:01 
GeneralRe: new mistake class Pin
peiman20-Apr-05 22:14
peiman20-Apr-05 22:14 
Generalweird debug assertion on breakpoint Pin
bryce20-Apr-05 21:13
bryce20-Apr-05 21:13 
GeneralRe: weird debug assertion on breakpoint Pin
mark novak21-Apr-05 1:37
mark novak21-Apr-05 1:37 
GeneralRe: weird debug assertion on breakpoint Pin
bryce21-Apr-05 13:36
bryce21-Apr-05 13:36 
GeneralRe: weird debug assertion on breakpoint Pin
bryce23-Apr-05 14:21
bryce23-Apr-05 14:21 
GeneralRe: weird debug assertion on breakpoint Pin
James R. Twine21-Apr-05 1:50
James R. Twine21-Apr-05 1:50 
GeneralRe: weird debug assertion on breakpoint Pin
bryce21-Apr-05 13:37
bryce21-Apr-05 13:37 
GeneralRe: weird debug assertion on breakpoint Pin
bryce23-Apr-05 14:20
bryce23-Apr-05 14:20 
GeneralRe: weird debug assertion on breakpoint Pin
David Crow21-Apr-05 2:54
David Crow21-Apr-05 2:54 
GeneralRe: weird debug assertion on breakpoint Pin
bryce21-Apr-05 13:42
bryce21-Apr-05 13:42 
GeneralRe: weird debug assertion on breakpoint Pin
PJ Arends21-Apr-05 15:52
professionalPJ Arends21-Apr-05 15:52 
GeneralRe: weird debug assertion on breakpoint Pin
bryce23-Apr-05 14:20
bryce23-Apr-05 14:20 
GeneralRe: weird debug assertion on breakpoint Pin
David Crow21-Apr-05 16:59
David Crow21-Apr-05 16:59 
GeneralRe: weird debug assertion on breakpoint Pin
bryce23-Apr-05 14:21
bryce23-Apr-05 14:21 

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.