最新评论
Re:(.Net学习笔记1)注册自己的控件到Visual Studio 环境里(.Net learning notes 1: Register Custmer control to Visual Studio IDE) tssing 2011-04-22 10:51
回头试试。。这方法找很久了。。
re: Asp.net AJAX 1.0 Beta 小错误 Jeffrey Zhao 2006-11-03 10:08
本来就是故意改成asp的,怎么改回来了呵呵……
re: Asp.net AJAX 1.0 Beta 小错误 开心果乐园 2006-11-03 10:02
@chy710
你多试几次就会发现, 我也用 vs team suite, 网上有不少人都有这种情况
你多试几次就会发现, 我也用 vs team suite, 网上有不少人都有这种情况
re: Asp.net AJAX 1.0 Beta 小错误 开心果乐园 2006-11-03 10:00
@dudu
什么是摘要方式发布, 是不是写的长了不好, 不明白
什么是摘要方式发布, 是不是写的长了不好, 不明白
re: Asp.net AJAX 1.0 Beta 小错误 dudu 2006-11-03 09:08
建议使用摘要方式发布。
re: Asp.net AJAX 1.0 Beta 小错误 chy710 2006-11-03 08:46
不是吧?asp改回atlas????
我用的是vs team suite没问题呀.
我用的是vs team suite没问题呀.
re: 在.Net 里用XPath的case-insensitive 的查询 Icebird 2006-11-02 14:10
使用 XPath 通过 MSXML 执行不区分大小写的搜索
http://support.microsoft.com/kb/315719
http://support.microsoft.com/kb/315719
re: 免费proxy(free proxy) www.travian.nl 2006-03-27 14:45
jo nikker ik ben nederlands:)_)
re: (.Net学习笔记1)注册自己的控件到Visual Studio 环境里(.Net learning notes 1: Register Custmer control to Visual Studio IDE) Lion 2004-11-29 14:23
与环境状态有关的EnvDTE对象,也可以用以下两种方法获得Microsoft.VisualBasic.Interaction.CreateObject("VisualStudio.DTE.7.1", "");
(EnvDTE.DTE)System.Runtime.InteropServices.Marshal.GetActiveObject("VisualStudio.DTE.7.1");
HtmlEditor3.1_Demo 和WebCalendar2.1_Demo
(EnvDTE.DTE)System.Runtime.InteropServices.Marshal.GetActiveObject("VisualStudio.DTE.7.1");
HtmlEditor3.1_Demo 和WebCalendar2.1_Demo
就采取了类似的方法,在安装Demo的时候帮助不会创建控件到VS的工具箱的用户创建
