Click here to Skip to main content
15,886,030 members
Articles
(untagged)

Named Bookmarks Add-In for VS.NET

Rate me:
Please Sign up or sign in to vote.
4.17/5 (5 votes)
25 Apr 20052 min read 41.1K   921   10  
Add-In for Visual Studio .NET that implement concept of Named Bookmarks
<HTML>
	<HEAD>
		<TITLE>
			ATL 7.0 test page for object VSUserControlHostCtl
		</TITLE>
	</HEAD>
	<BODY>
		<hr />
		<OBJECT width="100%" height="100%" ID="VSUserControlHostCtl" CLASSID="CLSID:FE224107-D60D-4775-913F-4DED40FD84F5" VIEWASTEXT>
		</OBJECT>
		<hr />
		<script language="vbscript">
			dim obj
			obj = VSUserControlHostCtl.HostUserControl("System.Windows.Forms", "System.Windows.Forms.CheckBox")
			'obj = VSUserControlHostCtl.HostUserControl("D:\WindowsControlLibrary1\bin\Debug\WindowsControlLibrary1.dll", "WindowsControlLibrary1.UserControl1")
		</script>
	</BODY>
</HTML>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Canada Canada
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions