ATL::CRegKey trick please pay attention on REGSAM. HKEY m_hKey; REGSAM m_samWOW64; NND, default is HKEY_READ | HKEY_WRITE, so you understood.
Windows Security programming sample Good to find below article about windows security such as SID, ACE, DCL etc. https://msdn.microsoft.com/en-US/library/46z2w9kb(v=vs.80).aspx Just download that tand...
RemoteIE试用 不知道我的机器为什么,总是装不上IE11,于是想试试MS 最新的remoteIE,申请了一个账号,如上图。 然后直接点击 Ie 那个图标,然后就像 Remote Desktop PC 一样。如下图: 让你感觉不到有个容器 包含着IE。 看 winspy 抓到的窗口层级: 可以看到是 RDP的协议,窗口名称告诉我们了。 在我家VPN的情况下,运行速度还是比较可以接受的。 MS 提供这个是为了...
JavaScript和C#以及OOP笔记 【Elliot】本文来自网络,知识记录了一些心得,和大家共享。 C#中,如果你有一个object,比如 public class Person { public string FirstName { get; set; } public string LastName { get; set;...