|
|
|
|
|
Total Hits: 3 | Today: 3
|
Author: Arik Poznanski
|
Rating:
|
|

This series of CodeProject articles is based on a series of posts I've first published on my blog.
In this post I'll show you how to use the different galleries available with the Windows Ribbon Framework.
The result of this post is a new sample named “09-Galleries” that you can find on the Windows Ribbon for WinForms project page. It looks like this:...
|
|
|
|
Total Hits: 2 | Today: 2
|
Author: Agola Kisira Odero
|
Rating:
|
|

The objective of this article is to describe a solution that uses threading and ActiveSync to automate the process of installing multiple CAB files to a Windows Mobile or Pocket PC device.
The included example setup project is a standard Windows MSI installation file which when run will install two CAB files to a Windows Mobile or Pocket PC device....
|
|
|
|
Total Hits: 3 | Today: 3
|
Author: jmix90
|
Rating:
|
|

Here is the next episode of our serie MVVM - Creating ViewModel. A list of all the articles about creating a ViewModel is here.
Today we are going to see how to create dynamic proxies for our business objects....
|
|
|
|
Total Hits: 2 | Today: 2
|
Author: jp2code
|
Rating:
|
|

I posted a response on bytes.com back in 2006 about how someone could get their GoDaddy Contact Form to work. On this response, I included a link to my website so the person could contact me, if they had any problems. Since then, I've had maybe 10 people a year write to me asking if they too could have the code. So, I decided to stop a moment and write a quick page on CodeProject to show everyone how this is done....
|
|
|
|
Total Hits: 2 | Today: 2
|
Author: boblogan
|
Rating:
|
|

Recently I was asked to provide better security / encryption on several data items normally contained within a CONFIG file.... for example a connection string or other sensitive data values.
Of course this is a trivial task these days with the security classes available in the .NET world. However, these techniques require some sort of Key/Salt values which in turn become sensitive data values that require protection. Oh Mama make it stop....
|
|
|
|
Total Hits: 2 | Today: 2
|
Author: Pubudu Kasakara
|
Rating:
|
|

This article is described how to use Google data APIs to read your Google Calendar using C#. Google data APIs is allow developers to write application which interact with Google services. Google data APIs is allow using number of services such as Calendar, Google Documents, and Contacts...Etc. The Google APIs enable you to write applications to synchronize, import, export....
|
|
|
|
Total Hits: 2 | Today: 2
|
Author: Sergei Kitaev
|
Rating:
|
|

Error handling is a general topic. This article is concerned with strategy based on exceptions (which is a universal mechanism for raising and reporting an error) in relation to .NET. Here, you will learn about two problems of exception handling (which are not covered enough in existing documentation), and will see how to prevent some insidious situations, such as misidentification of an exception leaving the program in an inconsistent state, or loss of exception information. The article has som...
|
|
|
|
Total Hits: 2 | Today: 2
|
Author: liviucatrina
|
Rating:
|
|

DataGridView control is often used in applications that use databases. Normally control displays data in a table format list and allows you to add / modify and delete lines. Each entry in Table corresponds to a line. But there are many programmers who does not agree editing data directly in DataGridView control (among them myself). In this case control is used for display and editing operations are performed in forms. For example to add a record we open a form that displays fields that need to b...
|
|
|
|
Total Hits: 2 | Today: 2
|
Author: Sergei Kitaev
|
Rating:
|
|

There is a problem connected with the .NET exception handling strategy; it has an effect on the reliability of managed code. In one sentence, the question is: Why C# does not have any defense against The Side Effect of Unexpected Exceptions? The phenomenon of implicit interruption of code flow (without an explicit throw statement) can take place when some of the lower layers throw unexpected exceptions and some of the upper layers handle such cases as normal. As a result, some data in the progra...
|
|
|
|
Total Hits: 2 | Today: 2
|
Author: Vinayaka Krishna Shenoy
|
Rating:
|
|

Refactoring 'OR' type of conditions - In a method,if we have multiple conditional statements,with the same result. apply this rule....
|
|
|
|
Total Hits: 2 | Today: 2
|
Author: Cédric Menzi
|
Rating:
|
|

Sometimes, you want to parse well-formed binary data and bring it into your objects to do some dirty stuff with it.
In the Windows world most data structures are stored in special binary format. Either we call a WinApi function or we want to read from special files like images, spool files, executables or may be the previously announced Outlook Personal Folders File....
|
|
|
|
Total Hits: 2 | Today: 2
|
Author: Brian C. Hart, Ph.D.
|
Rating:
|
|

For anyone who is moving to C# and Windows Forms from MFC, you may be used to your AppWizard-generated applications automatically displaying a prompt string in the status bar when you move your mouse over the items in your program's menus. This sort of help has come to be expected by users in all major thick-client GUI applications....
|
|
|
|
|
|