YouTuber is a useful Widget that provides for searching YouTube videos, showing results and playing amazing YouTube videos on desktop!
You can always enjoy it without access to website.
Thank you very much for your prompt reply! It is very nice of you to share your work. I realize that there are some limitations developing with VB, so I’ll try to develop it with VC++. :-)
Thanks. I shall answer your questions, but It may not satisfy you with same development as Youtuber because It is implemented with VC++, not VB. For first question, com.Init() means that the widget initialize IE Window. com.Bind() is implementation that the IE window follows the invoked widget's window. com.Reset() will update settings of IE WIndow. For second question, yea It is very arbitrary way, my IE window run after widget though I haven't used CreateObject("InternetExplorer….Application"), but used native CreateWindow, included arguments of _T("AtlAxWin"), _T("Shell.Explorer.2"), for I originally thought that I would like to develop COM components of not only HTML but also any useful windows. Repeatedly as It was an arbitrary way, I managed to accomplish it. I hope it is one in your help. Good luck!More
Awesome! It is so cool to have YouTube videos played in the widget! I admire your work very much!
Im a developer. I have some technical questions, and wonder if you would like to help? In your COM, you use methods com.Init(), com.Bind(), and com.Reset(). Could you please help describe what functions these three methods done in your COM?
The second question is how to merge IE with widget? I automate a IE by CreateObject("InternetExplorer.Application"), but I can't make …it merge with widget. Now I intercept widget's move and make IE to follow it. It works, but looks a little weird, because IE seems to run after widget.