[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.
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.