Click here to Skip to main content
15,893,487 members
Articles / Programming Languages / C#

Make your Skype Bot in .NET

Rate me:
Please Sign up or sign in to vote.
4.83/5 (25 votes)
7 Jul 2009CPOL3 min read 270.1K   10.6K   103  
This article explains how to make a Skype bot in .NET.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SkypeBing", "SkypeBing.csproj", "{76C730BB-6D53-4A95-9F7F-4AEE1D8AB903}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{76C730BB-6D53-4A95-9F7F-4AEE1D8AB903}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{76C730BB-6D53-4A95-9F7F-4AEE1D8AB903}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{76C730BB-6D53-4A95-9F7F-4AEE1D8AB903}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{76C730BB-6D53-4A95-9F7F-4AEE1D8AB903}.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 Code Project Open License (CPOL)


Written By
Architect ORION INDIA SYSTEMS
India India
Praveen.V.Nair - aka NinethSense - PMP, Microsoft MVP - is working as a Head of Technology and Architecture at Orion India Systems, Kochi, India. He has been playing with electronics from the age of 10 and with computers from the age of 14. He usually blogs at http://blog.ninethsense.com/.

Comments and Discussions