Search EggHeadCafe's Job Board
EggHeadCafe Silverlight WPF ASP.NET VB.NET C# Excel SQL Server SharePoint
search
MicrosoftArticlesForumsFAQs
C# .NET
VB.NET
Visual Studio .NET
ADO.NET
Xml / Xslt
VB 6.0
.NET CF
GDI+
LINQ
Deployment
Security
FoxPro
Silverlight / WPF
Entity Framework
RIA Services

WebArticlesForumsFAQs
JavaScript
ASP
ASP.NET
WCF

DatabasesArticlesForumsFAQs
SQL Server
Access
Oracle
MySQL
Other Databases

OfficeArticlesForumsFAQs
Excel
Word
Powerpoint
Outlook
Publisher
Money

Non-MicrosoftArticlesForumsFAQs
NHibernate
Perl
PHP
Ruby
Java
Linux / Unix
Apple
Open Source

Operating SysArticlesForumsFAQs
Windows 7
Windows Server
Windows Vista
Windows XP
Windows Update
MAC
Linux / UNIX

Server PlatformsArticlesForumsFAQs
BizTalk
Site Server
Exhange Server
IIS

Graphic DesignArticlesForumsFAQs
Macromedia Flash
Adobe PhotoShop
Expression Blend
Expression Design
Expression Web

OtherArticlesForumsFAQs
Lounge
Subversion / CVS
Ask Dr. Dotnetsky
Active Directory
Networking
Uninstall Virus
Job Openings
Product Reviews
Search Engines
Resumes

 
  
Exchange CDO - Messaging add-on
Here is a simple example of how you can add a message to your exchange client, before the message goes out, it is desogned to be a safety to allow the users to double check their recipients before the message goes out after hitting SEND. This function has become very crucial in the world of information security and compliance to protect date from being sent to the wrong recipients. Here is the code as an example, code has to be altered to work with your active directory LDAP and CDO 1.12 has to
By Prem Dhanendran on Monday, February 02, 2009 8:40:11 PM.
Charts for VB 6.0
A good charting component for VB 6.0 developers.
By Bittu Singh on Friday, January 30, 2009 3:35:49 AM.
Appending data to an existing file in VB.NET
In this article we will learn how to append data to an existing file.
By Cosmos Mysore on Friday, January 16, 2009 8:21:15 AM.
VB : Numeric to Word converter
After so many questions on numeric to word conversion, finally I have decided to write the program for this. This application supports conversion of numeric of upto Tredecillion number to word format with interactive user interface. It is also flexible and can be enhanced to any number without having Tredecillion limit as I am treating numeric value as string in my program and all the coversation is being handled based on legnth and unit groups of numeric numbers.
By Raj Cool... on Sunday, November 16, 2008 2:25:26 AM.
Read outlook mails and send mails using VB
Use this code to read outlook mails or send mails using VB.
By Raj Cool... on Saturday, October 18, 2008 12:09:47 PM.
Outlook Form Programming : Search the free/busy status of users and get the free users in time specified in appointment form(start time and end time)
I did the lot of research and customized outlook form and written this VBA script to get the all users in local site and get the free/busy status from exchanges server and display all users with their status during time specified in Appointment form (start time and end time) in ListBox. Let me know if you find any difficulties in this.
By Raj Cool... on Friday, October 17, 2008 2:02:50 AM.