Results 1 to 3 of 3

Thread: Object in VB

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2000
    Location
    Manchester NH
    Posts
    833
    I can put netmeeting on my web page like this...

    <object ID="NetMeeting"
    CLASSID="CLSID:3E9BAF2D-7A79-11d2-9334-0000F875AE17"></object>


    but how can I put in on my VB form

    without using the webbrowser
    Kurt Simons
    [I know I'm a hack but my clients don't!]

  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Canada
    Posts
    264
    Well, never used it, but it might help you ..

    If you go to project->references, you can add "netmeeting type lybarary"

    then you can do something like

    dim a as new netmeeting

    a.CallTo (string)

    never used it though ...

    Good luck
    In the beginning the universe was created. This has made a lot of people very angry and is generally regarded as a bad idea.

    - Douglas Adams
    The Hitchhiker's Guide to the Galaxy

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2000
    Location
    Manchester NH
    Posts
    833
    I did that but It just runs the netmeeting software that is currently open on my system, (or opens it) I want to have its window on my form
    Kurt Simons
    [I know I'm a hack but my clients don't!]

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