﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://www.code2point.com/feed.xml" rel="self" type="application/rss+xml" />
    <title>Code2Point Projects</title>
    <link>http://www.code2point.com</link>
    <description>Free applications, components, controls and classes - Code2Point.</description>
    <lastBuildDate>Sun, 19 Jun 2011 03:05:44 GMT</lastBuildDate>
    <generator>Webmaster feed generator</generator>
    <language>en-us</language>
    <category>IT Projects</category>
    <ttl>60</ttl>
    <image>
      <url>http://www.code2point.com/img/c2p.png</url>
      <title>Code2Point Projects</title>
      <link>http://www.code2point.com</link>
      <description>Free applications, components, controls and classes - Code2Point.</description>
      <width>70</width>
      <height>49</height>
    </image>
    <item>
      <title>HTML Editor Utility</title>
      <link>http://www.code2point.com/Project.aspx?proj=11</link>
      <description><![CDATA[
The HTML Editor is a simple editor that provides effective way of creating and editing HTML files. The main feature of the HTML Editor is to show the HTML content in a browser view instantly while editing it. It also provides easy insertion of some frequently used HTML tags.
The editor is perfect for creating or editing HTML email templates or an HTML file in general.]]></description>
      <category>IT Project</category>
      <guid>http://www.code2point.com/Project.aspx?proj=11</guid>
      <pubDate>Wed, 22 Sep 2010 19:15:53 GMT</pubDate>
      <source url="http://www.code2point.com/feed.xml">Code2Point Projects</source>
    </item>
    <item>
      <title>How to Use a Web Service in ASP.Net</title>
      <link>http://www.code2point.com/Project.aspx?proj=10</link>
      <description><![CDATA[
In the previous project we talked about how to create a web service. In this project we will talk about how to use a web service in an ASP.Net application. For the web service we will use Global Weather service from www.webservicex.net.  Using a web service is as easy as creating one.]]></description>
      <category>IT Project</category>
      <guid>http://www.code2point.com/Project.aspx?proj=10</guid>
      <pubDate>Sun, 11 Jul 2010 02:48:02 GMT</pubDate>
      <source url="http://www.code2point.com/feed.xml">Code2Point Projects</source>
    </item>
    <item>
      <title>How to Create a Web Service with ASP.Net</title>
      <link>http://www.code2point.com/Project.aspx?proj=9</link>
      <description><![CDATA[
Nowadays web services are indivisible parts of web development as they provide mechanisms to share and communicate with data across different platforms and applications. It is a great way of exchanging data between two web applications. By using Web services, your application can publish its function or message to the rest of the world. For example a weather company can provide a web service where the clients can use it to get the weather information for different locations.  Web services use XML to code and to decode data, and SOAP to transport it (using open protocols).]]></description>
      <category>IT Project</category>
      <guid>http://www.code2point.com/Project.aspx?proj=9</guid>
      <pubDate>Sun, 11 Jul 2010 00:17:17 GMT</pubDate>
      <source url="http://www.code2point.com/feed.xml">Code2Point Projects</source>
    </item>
    <item>
      <title>Unique Combination Class</title>
      <link>http://www.code2point.com/Project.aspx?proj=8</link>
      <description><![CDATA[
The Combination class can be used to generate unique combination of objects from a list of objects. The way this class is generating the combination and the fact that the GetSubsets method's parameter is an array of objects gives us an advantage of having the objects whit different data types. The only limitation of having the objects with different data types is that it can't be sorted. The objects can be value type as well referenced type. In order to sort a referenced type object array, the object should implement sortable interface.]]></description>
      <category>IT Project</category>
      <guid>http://www.code2point.com/Project.aspx?proj=8</guid>
      <pubDate>Fri, 14 May 2010 03:59:52 GMT</pubDate>
      <source url="http://www.code2point.com/feed.xml">Code2Point Projects</source>
    </item>
    <item>
      <title>Shape Class</title>
      <link>http://www.code2point.com/Project.aspx?proj=7</link>
      <description><![CDATA[
Some times we want to draw rounded rectangles or show a form or controls  with rounded corners. The Shape class gives us that functionality. The class is very simple and has two functions RoundedRectangle and RoundedRegion. The RoundedRectangle rounds the corners of the rectangle and returns the graphics path. The RoundedRegion creates a rectangle-region, rounds the corners and returns the newly created region.]]></description>
      <category>IT Project</category>
      <guid>http://www.code2point.com/Project.aspx?proj=7</guid>
      <pubDate>Fri, 14 May 2010 03:15:41 GMT</pubDate>
      <source url="http://www.code2point.com/feed.xml">Code2Point Projects</source>
    </item>
    <item>
      <title>SCapture Class</title>
      <link>http://www.code2point.com/Project.aspx?proj=6</link>
      <description><![CDATA[
The SCapture class provides us with methods to capture still images from the screen, with or without the cursor. The class can capture windows, controls, rectangle area of a screen, the entire desktop that includes all monitors, shortcut menus etc. Most of the methods are overloaded that take a point or a control as their parameters.]]></description>
      <category>IT Project</category>
      <guid>http://www.code2point.com/Project.aspx?proj=6</guid>
      <pubDate>Fri, 14 May 2010 00:20:04 GMT</pubDate>
      <source url="http://www.code2point.com/feed.xml">Code2Point Projects</source>
    </item>
    <item>
      <title>Hotkeys Class</title>
      <link>http://www.code2point.com/Project.aspx?proj=5</link>
      <description><![CDATA[
The Hotkeys class makes it easy to set global hotkeys for applications. It is a wrapper class that raises a HotkeyPressed event whenever a registered hotkey by the Hotkeys class is pressed. The class is a collection of registered hotkeys (in a Hotkey data type). The Hotkeys class can be used to register, unregister, or replace (registered by the Hotkeys) hotkeys.]]></description>
      <category>IT Project</category>
      <guid>http://www.code2point.com/Project.aspx?proj=5</guid>
      <pubDate>Thu, 13 May 2010 07:47:23 GMT</pubDate>
      <source url="http://www.code2point.com/feed.xml">Code2Point Projects</source>
    </item>
    <item>
      <title>Windows Hook Library</title>
      <link>http://www.code2point.com/Project.aspx?proj=4</link>
      <description><![CDATA[The WindowsHookLib is a single library to hook the mouse, keyboard and the clipboard system wide. WindowsHookLib library is written in C# and there for it uses Common Language Runtime (CLR). This means that the library can be referenced from various projects in Dot Net.
The mouse and keyboard hooks are low level so you can use the Handled property of the MouseEventArgs or the KeyboardEventArgs to prevent the windows messages be passed to the other applications. Note you need to use the dll file not the classes in your projects; otherwise they might not work correctly.]]></description>
      <category>IT Project</category>
      <guid>http://www.code2point.com/Project.aspx?proj=4</guid>
      <pubDate>Sun, 28 Feb 2010 00:57:13 GMT</pubDate>
      <source url="http://www.code2point.com/feed.xml">Code2Point Projects</source>
    </item>
    <item>
      <title>Analog Clock Control</title>
      <link>http://www.code2point.com/Project.aspx?proj=3</link>
      <description><![CDATA[
The Analog Clock Control was created with VB.Net Control Library. It is a clock control which has almost all the functionality that this type of control can have and it is fully customizable. Since this is a control library you can use it in C++, C#, J# and VB.Net projects in .Net environment.]]></description>
      <category>IT Project</category>
      <guid>http://www.code2point.com/Project.aspx?proj=3</guid>
      <pubDate>Fri, 26 Feb 2010 22:49:30 GMT</pubDate>
      <source url="http://www.code2point.com/feed.xml">Code2Point Projects</source>
    </item>
    <item>
      <title>Desktop Alarm Clock</title>
      <link>http://www.code2point.com/Project.aspx?proj=2</link>
      <description><![CDATA[
Yet another great application, this one is a desktop Alarm Clock! The Desktop Alarm Clock is simple, user friendly and fully customizable. The great thing about this application is that it supports scheduling events and can perform several useful tasks automatically. For example it can notify a user about the events with a virtual voice or start an external application in a particular time.]]></description>
      <category>IT Project</category>
      <guid>http://www.code2point.com/Project.aspx?proj=2</guid>
      <pubDate>Fri, 26 Feb 2010 06:31:32 GMT</pubDate>
      <source url="http://www.code2point.com/feed.xml">Code2Point Projects</source>
    </item>
    <item>
      <title>Screen Shot Utility</title>
      <link>http://www.code2point.com/Project.aspx?proj=1</link>
      <description><![CDATA[
Sometimes we want to capture screen image or parts of it easily and quickly without using MS word or the clipboard which requires additional tasks. The Screen Shot utility gives us the ability to capture screen images quickly without any additional tasks. It allows the user to capture screen images and save them into a user predefined folder. The application is user friendly and easy to use. Here are some of capturing tasks that Screen Shot application may be handy; full screen capture (entire desktop), object capture (windows, controls etc.), rectangle area capture, full web page capture, clipboard and active window image capture. All the capturing requires one or maximum two steps (clicks).]]></description>
      <category>IT Project</category>
      <guid>http://www.code2point.com/Project.aspx?proj=1</guid>
      <pubDate>Sat, 30 Jan 2010 21:30:36 GMT</pubDate>
      <source url="http://www.code2point.com/feed.xml">Code2Point Projects</source>
    </item>
  </channel>
</rss>
