Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[RESOLVED] Trouble accessing com library
#2
Nothing wrong with code. Maybe something wrong with the component, maybe it uses some other component that is unavailable. Also try to call its methods through IDispatch.

IDispatch dMC._create("progid")
dMC.WriteIDTag("q:\avant.mp3" "Artist" "HHHHH")

or in vbscript.
str code=
;set dMC=CreateObject("progid")
;dMC.WriteIDTag("q:\avant.mp3" "Artist" "HHHHH")
VbsExec code


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)