The idea of Google notebook is great. I want to implement something
similar to Google Notebook for a project in my company. For example,
after the user selects an item from the browser context menu, a small window
is popped up and a web page is loaded in that window.
I am not very familiar with Windows programming. I do not know how to
implement the notebook window and the small notebook icon at the right
bottom corner.
Can anyone give me some tips how I can get started such as:
1. If I use Visual studio, which kind of project, API and windows
control should I use to implement the notebook window.
Is the notebook window a dialog, or a windows frame?
2. I studied some MSDN document and found out how to add a new item in
the browser's context menu, but I could not figure out how to create a
small icon in the browser's right bottom corner. Any idea?
3. Any other stuff, sample code or document if you think it is helpful.
thanks in advance,
Qiang |