商品詳情
PLURALSIGHT BUILDING CONTEXT MENU SHELL EXTENSIONS IN C PLUS PLUS 視頻教學 英文教學版
商品編號:
本站售價:NT$200
碟片片數:1片
瀏覽次數:34126
|
【轉載TXT文檔】
|
您可能感興趣:
您可能也喜歡:
商品描述
軟體簡介:
This course will show you how to build context-menu shell extensions for
Windows, using the C++ programming language. COM is not a prerequisite, since
basic COM elements for shell extensions programming will be introduced in the
first module. In this course I'll use both pure C++ (without the help of any
framework), and C++ with ATL (which is a mature industry standard framework
for doing COM development in C++ on Windows). I'll introduce a couple of
different techniques for building context-menu shell extensions: one based on
the IExecuteCommand COM interface, and another based on the IContextMenu COM
interface.