蒋晟的专栏

http://jiangsheng.net

用户操作
[即时聊天] [发私信] [加为好友]
蒋晟ID:jiangsheng
344232次访问,排名153好友61人,关注者0
男性,美国,武汉,吉林大学校友,数学专业,Vista使用者,MFC程序员,Biztalk程序员,Facebook使用者,C++程序员,CSDN大版主,微软最有价值专家,CSDN社区人物接龙,MSDN中文技术论坛版主,博客堂堂主,维基百科执行编辑,客观唯心主义者,民主党
jiangsheng的文章
原创 95 篇
翻译 0 篇
转载 3 篇
评论 140 篇
蒋晟.Net的公告
我不私下回答问题,有问题请在论坛公开提出,这样后来者可以从讨论中受益
这下要维护4个BLOG了,faint 其他的地址
所有的文章版权归原文作者所有,任何人需要转载文章,必须征得原文作者授权。
找工作中……
最近评论
onlytiancai:呵呵,不错,我以前做过把局部网页保存成mht的东西,链接如下

jiangsheng:RTM是指批量生产的版本
cnhome:好像现在发布的RTM不支持BCG,而且Feature Pack里也没有BCG的支持吧。顺便问一句老蒋同志,RTM是真正的正式版么?!
iyranly:发现老蒋这里的好东西太多了!
iyranly:期待,,程序员生活
文章分类
收藏
    相册
    Posts
    BLOG
    个人BLOG(博客堂)(RSS)
    板砖横飞之地
    人世间
    微软中文社区
    听香小榭
    知识的泉源
    MVP FAQs
    存档
    订阅我的博客
    XML聚合  FeedSky
    订阅到鲜果
    订阅到Google
    订阅到抓虾
    订阅到BlogLines
    订阅到Yahoo
    订阅到GouGou
    订阅到飞鸽
    订阅到Rojo
    订阅到newsgator
    订阅到netvibes
    2006年09月

    原创 Handle showModalDialog in a WebBrowser control host

    It is not officially possible prior to Windows XP SP2 and Windows 2003 SP1. see NWMF_HTMLDIALOG in MSDN documentation for more information. However, you may "set" the "showModalDialog" property of the window object to a custom function in order to override the default behavior after the Document Object Modal (DOM) is available. The DOM is available between the DocumentComplete event and the BeforeNavigate2 event of the top level browser object. window.showModalDialog = functionName her阅读全文>

    发表于 @ 2006年09月18日 05:37:00|评论(loading...)|编辑

    原创 Is Microsoft Access slow?

    MS Access is not designed for high load such as web server. The most usual bottleneck is file writing Switch to Microsoft SQL Server Desktop Engine 2000 (MSDE 2000) or Microsoft SQL Server 2005 Express in this case. If u have only a few users and the performance is still poor, check your database design. Generally poor performance is due to poor design. Normalize the table but don't over normalize it - there can be too much of a good thing in sometimes. All text fields longer than a few cha阅读全文>

    发表于 @ 2006年09月18日 05:12:00|评论(loading...)|编辑

    原创 Access Windows XP SP2 Security Center via WMI

    From http://www.pcmag.com/article2/0,1759,1639276,00.asp According to Microsoft, WMI is the Microsoft implementation of Web-Based Enterprise Management (WBEM), an industry standard for accessing management information on a system. For Windows XP Service Pack 2, Microsoft added new fields or records to keep track of the Firewall and Antivirus information in the WMI database. The WMI database is designed to be accessible via the WBEM API (application program interface) and is available to any p阅读全文>

    发表于 @ 2006年09月18日 04:49:00|评论(loading...)|编辑

    原创 how JScript cleans up

    From http://msdn.microsoft.com/msdnmag/issues/01/05/web/ JScript uses a mark-and-sweep garbage collector with a variety of heuristics used to determine when to run garbage collection. The JScript garbage collector works like this: When the script engine is shut down, garbage is collected. When 256 variants, or more than 64KB of strings, or more than 4096 array slots have been allocated, the garbage collector sets a flag that says collect soon. Whenever a new statement is executed o阅读全文>

    发表于 @ 2006年09月18日 00:52:00|评论(loading...)|编辑

    原创 Detect Input Method Changes

    From http://msdn.microsoft.com/library/en-us/wceui/html/_wcesdk_Programming_an_Input_Panel.asp When the user changes the state of the input panel, the OS sends out a WM_SETTINGCHANGE message to all of the active applications. This wParam parameter of this message is the value SPI_SETSIPINFO in its wParam parameter. See also http://msdn.microsoft.com/library/en-us/directx9_c/Using_an_Input_Method_Editor_in_a_Game.asp The IMM sends a WM_INPUTLANGCHANGE message to the active window of an 阅读全文>

    发表于 @ 2006年09月17日 23:49:00|评论(loading...)|编辑

    原创 ActiveX Control Fundamentals

    From http://www.pluralsight.com/articlecontent/cpprep0199.htm: Here we are, eight functions later, and we have an ActiveX control which can be embedded in any control container. This doesn't mean that you shouldn't reach for your nearest C++ library the next time you need to implement a control, but hopefully you have a better perspective on what that library is doing for you, and where to look when things don't behave as you expect. It should be noted that the ActiveX support in Visual C+阅读全文>

    发表于 @ 2006年09月17日 23:36:00|评论(loading...)|编辑

    原创 Q:实现IContextMenu出现C2787错误:“IContextMenu”:没有与该对象关联的GUID

    From: http://community.csdn.net/expert/Topicview2.asp?id=4853965 A:There are two header files in VC.NET, one in Vc7/include and the other in Vc7/PlatformSDK/include. The former splits off the smart pointer typedefs into comdefsp.h, and it doesn't include IContextMenu. The latter does. You can try to #include the PlatformSDK header directly, change your INCLUDE path order, or supply the missing typedef yourself, e.g. struct __declspec(uuid("000214e4-0000-0000-c000-000000000046")) IConte阅读全文>

    发表于 @ 2006年09月17日 23:30:00|评论(loading...)|编辑

    Csdn Blog version 3.1a
    Copyright © 蒋晟.Net