首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >TortoiseSVN使用DirectUIHWND?

TortoiseSVN使用DirectUIHWND?
EN

Stack Overflow用户
提问于 2011-11-30 14:51:45
回答 1查看 501关注 0票数 1

您将注意到TortoiseSVN 1.7.0 (在Windows7上)显示了这样一个窗口:

代码语言:javascript
复制
TortoiseSVN

(!) Upgrade working copy

    This will upgrade your working copy to the new 1.7 format and make it unusable for older clients.

  -> Upgrade the working copy
     to the new 1.7 format.

  -> Cancel
     keep the current format.

或者,恢复已删除的文件:

代码语言:javascript
复制
TortoiseSVN

(!) Confirm revert 

    Do you want to revert 'AboutDlg.cpp'?

    All changes since the last update will be lost!

    -> Revert
       All changes will be lost.

    -> Cancel
       Leave all changes.

微软Spy++说它的子窗口类是DirectUIHWND!这不是一种无文件记录的秘密技术吗?

在哪里可以找到DirectUIHWND在TortoiseSVN源代码集中的代码/用法?

注意:

我在.pot文件中找到了一个文本。

C:\A\tortoisesvn\Languages\TortoiseUI.pot(1818):msgid“自上次更新以来的所有更改都将丢失!”

http://tortoisesvn.googlecode.com/svn/trunk/Languages/TortoiseUI.pot

它们是如何使用的??

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2011-12-01 13:39:56

CTaskDialog可以这样做,因此请查看msdn引用:

http://msdn.microsoft.com/en-us/library/dd293651.aspx

CTaskDialog似乎是Visual 2010附带的的一部分。

备注

CTaskDialog使用可以在WcUpgradeCommand.h周围找到。

http://tortoisesvn.googlecode.com/svn/trunk/src/TortoiseProc/Commands/WcUpgradeCommand.h

编辑:错误链接

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/8327804

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档