• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
BeyondTechnology
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 19 下一页
2011年1月4日
DrawImage调查
摘要: Status DrawImage( [in] Image *image, [in] const Point *destPoints, [in] INT count, [in] INT srcx, [in] INT srcy, [in] INT srcwidth, [in] INT srcheight, [in] Unit srcUnit, [in] ImageAttributes *imageAttributes, [in] DrawImageAbort callback, [in] VOID *callbackData);imageAttributes [in] ImageAttribute 阅读全文
posted @ 2011-01-04 23:58 BeyondTechnology 阅读(415) 评论(0) 推荐(0)
2010年12月26日
系统目录
摘要: Uninstall Registry Key-About Properties-Property Reference-System Folder PropertiesBeginning with WindowsVista, applications should use the SHGetKnownFolderPath function and the REFKNOWNFOLDERID type to determine the full path to this folder. Existing applications that use the SHGetFolderPath fun 阅读全文
posted @ 2010-12-26 23:16 BeyondTechnology 阅读(259) 评论(0) 推荐(0)
InstallShield中调用API
摘要: prototype BOOL KERNEL32.GetComputerName(BYREF STRING, BYREF NUMBER); function OnBegin()  STRING szCmpName;  NUMBER nLength;begin  //Using Win32 API  nLength = MAX_PATH;  GetComputerName(szCmpName, nLength);  MessageBox(szCmpName, INFORMATION); end; 阅读全文
posted @ 2010-12-26 23:10 BeyondTechnology 阅读(454) 评论(0) 推荐(0)
Uninstall Registry Key
摘要: The following installer properties give the values written under the registry key:HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\UninstallThe values are stored in a subkey identified by the application's product code GUID.ValueWindows Installer propertyDisplayNameProductName propertyDi 阅读全文
posted @ 2010-12-26 22:18 BeyondTechnology 阅读(1055) 评论(0) 推荐(0)
InstallShield常用工具
摘要: InstallShield Log File ViewerInstallShield Log Files (*.ilg)InstallShield Cabinet File ViewerInstallShield Header Files (*.hdr)InstallShieldCAB Files (*.cab) 阅读全文
posted @ 2010-12-26 21:58 BeyondTechnology 阅读(419) 评论(0) 推荐(0)
abort和exit
摘要: 都是退出安装过程,区别是abort有回滚过程,而exit则只是结束安装过程,对之前的操作不做任何回滚动作。 阅读全文
posted @ 2010-12-26 21:48 BeyondTechnology 阅读(284) 评论(0) 推荐(0)
2010年12月22日
学习资料
摘要: Visual C++ Windows Shell ProgrammingWindows Shell扩展编程完全指南Windows Shell编程指南与实例MSDN Library       -Windows Development       -Windows Environment Development       -Windows Shell                -Shell Developer's Guide                -Shell Reference                -Shell SDK Samples 阅读全文
posted @ 2010-12-22 23:41 BeyondTechnology 阅读(226) 评论(0) 推荐(0)
2010年11月16日
GDI+资料
摘要: VC6下的GDI+双缓冲http://www.vckbase.com/document/viewdoc/?id=1811GDI和GDI+对象的相互转换http://www.vckbase.com/document/viewdoc/?id=1680GDI+编程基础(一)GDI+ Vs GDIhttp://www.vckbase.com/document/viewdoc/?id=1440GDI+编程(... 阅读全文
posted @ 2010-11-16 01:17 BeyondTechnology 阅读(568) 评论(0) 推荐(0)
How can I convert from GdiPlus::Image to CBitmap?
摘要: Draw the image in a memory device context in which the CBitmap object is selected.Like in next example:Code:using namespace Gdiplus;Image* pImage = Image::FromFile(L"c:\\test.gif");Status status = pIm... 阅读全文
posted @ 2010-11-16 01:04 BeyondTechnology 阅读(2500) 评论(0) 推荐(0)
2010年11月11日
Custom draw 和 Owner draw 的区别
摘要: "Custom Draw" is a feature shared by all of Microsoft's common controls, which allows you to interject your own code while the control is drawing itself. In this way, you can customize the appearance ... 阅读全文
posted @ 2010-11-11 23:50 BeyondTechnology 阅读(932) 评论(0) 推荐(1)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 19 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3