Results 1 to 4 of 4

Thread: Help with translating from javascript to vb6 code

  1. #1

    Thread Starter
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729

    Help with translating from javascript to vb6 code

    i have the following code in javascript:
    Code:
    DebugObject = new ActiveXObject ('Zone.DebugObject');
    in vb6 shouldnt it be..
    Code:
    Dim obj As Object
    Set obj = CreateObject("Zone.DebugObject")
    isnt it good? it says he couldnt create the object..and the javascript code works fine...
    \m/\m/

  2. #2
    Lively Member
    Join Date
    Aug 2002
    Posts
    126
    does the both code snippet running on the same machine?

  3. #3

    Thread Starter
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    yes!
    \m/\m/

  4. #4
    Lively Member
    Join Date
    Aug 2002
    Posts
    126
    could u send more info about the code including the error msg (source, desc etc)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width