nts, or DTE.Properties. GenerateIcoData.exe:This is a program that will generate data that can be entered into the registry settings for an Add-in that displays Help About information. When generating the registry keys for Help About information, an icon is needed for display. To generate the binary data for the registry, you would create a binary value, and copy the hex information into this value. This tool generates this information. Simple Add-ins The Add-in will display a Message Box as each member of IDTExtensibility2 is called. It will also add a button to the Tools menu, which when clicked displays a message. The Button that is added is done using the old style Office CommandBars, rather than AddNamedCommand. RegExplore Add-in RegExplore is an Add-in that emulates the Registry Editor, but as a tool window within the environment. Some of the object model functionality demonstrated includes: (13个) Web Service Searching: 记得以前我在一篇有关Web Service的文章中写过,以后会有一个象现在门户网站一样的Web Service的门户网站,一个月前我发现了这家网站,当时它被记载在VisualstudioWire的Headlines中,目前它收集了许多方方面面的Web Serveice,当然从未来的眼光来看还是太少太少。更有趣的是你在VS.NET beta2中选择Project 菜单中的 Add Web Reference...,然后在弹出的对话框中直接输入http://www.salcentral.com/dotne.asp你发现这些Web Service直接就可以使用在你的应用程序中。 这家网站收集Web Service的速度还在飞涨,许多人都在Upload自己的Web Service。你可以去下面的网址了解具体的内容: http://www.salcentral.com/dotnet/dnover.htm http://www.salcentral.com/salnet/webserviceswsdl.asp VS.NET 的命令行启动: 一个习惯了用命令行方式的人很难会去使用图形界面,VS98时就有许多大虾在用命令行方式编译他们那些用Notepad写的代码,到了VS.NET时代我想这些人还一样存在,而且MS内部也大有人在,所以命令行方式一定会保留下来,下面就是一些命令行参数,也许软件正是因为这些命令开关才显得神奇和有趣,而图形界面一直是傻瓜的象征(hahaha) Available command line switches: /build build the specified solution configurat
|