Click here to Skip to main content
15,895,798 members
Articles / Programming Languages / Visual Basic

YCC List Control 1.0

Rate me:
Please Sign up or sign in to vote.
3.63/5 (6 votes)
3 Mar 2009GPL34 min read 30.9K   222   11  
YCC List Control is a generic utility Microsoft .NET control that handles many of the common operations associated with text lists

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Basic Express 2008
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "YCC List Control", "YCC List Control\YCC List Control.vbproj", "{E30C52D7-E875-43E9-A678-FB528F3ED167}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "YCC List Control Sample Form", "YCC List Control Sample Form\YCC List Control Sample Form.vbproj", "{384AD8C9-B7B8-43D5-91ED-F4F452DDD8EF}"
	ProjectSection(ProjectDependencies) = postProject
		{E30C52D7-E875-43E9-A678-FB528F3ED167} = {E30C52D7-E875-43E9-A678-FB528F3ED167}
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{E30C52D7-E875-43E9-A678-FB528F3ED167}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E30C52D7-E875-43E9-A678-FB528F3ED167}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E30C52D7-E875-43E9-A678-FB528F3ED167}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E30C52D7-E875-43E9-A678-FB528F3ED167}.Release|Any CPU.Build.0 = Release|Any CPU
		{384AD8C9-B7B8-43D5-91ED-F4F452DDD8EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{384AD8C9-B7B8-43D5-91ED-F4F452DDD8EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{384AD8C9-B7B8-43D5-91ED-F4F452DDD8EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{384AD8C9-B7B8-43D5-91ED-F4F452DDD8EF}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

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, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Yahoo! Coder's Cookbook
United States United States
I am the webmaster for the Yahoo! Coder’s Cookbook located at http://ycoderscookbook.com. At the Yahoo! Coder’s Cookbook (YCC) I have a blog (http://ycoderscookbook.com/blog/), forum (http://ycoderscookbook.com/forums/), Yahoo! Messenger protocol tutorials (http://ycoderscookbook.com/tutorials/index.html) and several programs (http://ycoderscookbook.com/code/index.html). The most notable programs are YCC Yahoo! Bot Maker (http://ycoderscookbook.com/code/YCC_Yahoo_Bot_Maker.html) which is a Yahoo! account creation tool, YCC Cam Cap (http://ycoderscookbook.com/code/YCC_Cam_Cap.html) which automatically captures Yahoo! webcam windows, and YCC Trainer (http://ycoderscookbook.com/code/YCC_Trainer.html) which is a basic primer for learning the Yahoo! Messenger protocol, YMSG. I also offer developer services (http://ycoderscookbook.com/donations/index.html) for those wishing for their very own Yahoo! tool but do not have the time or expertise.

Comments and Discussions