Results 1 to 2 of 2

Thread: [RESOLVED] Small html window-vb6 >>skype

  1. #1

    Thread Starter
    Hyperactive Member jokerfool's Avatar
    Join Date
    Dec 2006
    Location
    Gold Coast, Australia
    Posts
    452

    Resolved [RESOLVED] Small html window-vb6 >>skype

    I have the following code:

    Code:
    <!--
    Skype 'My status' button
    http://www.skype.com/go/skypebuttons
    -->
    <script type="text/javascript" src="http://download.skype.com/share/skypebuttons/js/skypeCheck.js"></script>
    <a href="skype:jf3000?call"><img src="http://mystatus.skype.com/balloon/jf3000" style="border: none;" width="150" height="60" alt="My status" /></a>
    On my vb6 form, how can I create a small sized window using a mini web window so once running, the little window loads a webpage of the above code?

    Its all well and good to just place an image and link to it using the link, but because the above image uses java script to detect whether I am online or not, how can I create this mini window?

    Thank you.

  2. #2
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    Re: Small html window-vb6 >>skype

    Hai jokerfool,

    did you try webbrowser control?
    http://www.vbforums.com/showthread.php?t=384076

    you can just same the above html /js code as an html file in your app folder and lod it into webbrowser control.

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