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
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 
GeneralRe: [ActiveX Newbie] Why can't access method with ActiveXObject(...) Pin
TheGreatAndPowerfulOz21-Apr-05 2:46
TheGreatAndPowerfulOz21-Apr-05 2:46 
try using the full progid, such as

var shell = new ActiveXObject("WScript.Shell");

If you don't know the full progid, then look in the registry under

HKEY_CLASSES_ROOT\CLSID\{75CE43252-E461-4031-B662-4FF071C3A963}\ProgID

assuming the classid you gave in your original message was correct.

If that doesn't work, try using the classid, as in the following:

var testx = new ActiveXObject("{75CE43252-E461-4031-B662-4FF071C3A963}");


good luck
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 
Questionhtml help in vs7.0? Pin
IlanTal20-Apr-05 20:56
IlanTal20-Apr-05 20:56 

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.