Click here to Skip to main content
15,879,535 members
Articles / Mobile Apps / Windows Mobile

Task assigner with Windows Mobile and a Web Service

Rate me:
Please Sign up or sign in to vote.
4.23/5 (12 votes)
7 Dec 2008CPOL3 min read 54.6K   1.1K   35  
Send messages, commands, tasks etc., to all employees from a central administration point.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileTransfer", "FileTransfer\FileTransfer.csproj", "{7C3FAAC0-0484-44AA-B8CD-33BBA1B9804A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileTransfer.Core", "FileTransfer.Core\FileTransfer.Core.csproj", "{9F029CD9-4A2D-4C80-B30C-0C5C9016F7A1}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{7C3FAAC0-0484-44AA-B8CD-33BBA1B9804A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{7C3FAAC0-0484-44AA-B8CD-33BBA1B9804A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{7C3FAAC0-0484-44AA-B8CD-33BBA1B9804A}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
		{7C3FAAC0-0484-44AA-B8CD-33BBA1B9804A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{7C3FAAC0-0484-44AA-B8CD-33BBA1B9804A}.Release|Any CPU.Build.0 = Release|Any CPU
		{7C3FAAC0-0484-44AA-B8CD-33BBA1B9804A}.Release|Any CPU.Deploy.0 = Release|Any CPU
		{9F029CD9-4A2D-4C80-B30C-0C5C9016F7A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{9F029CD9-4A2D-4C80-B30C-0C5C9016F7A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{9F029CD9-4A2D-4C80-B30C-0C5C9016F7A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{9F029CD9-4A2D-4C80-B30C-0C5C9016F7A1}.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
Team Leader
Singapore Singapore
- B.Sc. degree in Computer Science.
- 4+ years experience in Visual C#.net and VB.net
- Obsessed in OOP style design and programming.
- Designing and developing Network security tools.
- Designing and developing a client/server application for sharing files among users in a way other than FTP protocol.
- Designing and implementing GSM gateway applications and bulk messaging.
- Windows Mobile and Symbian Programming
- Having knowledge with ERP solutions

The summary of my skills:
C#, VB.Net#,ASP.net, VC++, Java, WPF,WCF, Oracle, SQL Server, MS Access, Windows NT administration

Cheers
RRave
MCPD,MCTS
http://codegain.com

Comments and Discussions