|
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: Felipe Ramos
|
Rating:
|
|

The other day while working on one of the slow projects that have a lot of repetitive coding I did a couple of Google searches for programming challenges or things to keep me motivated. I came across David Bolton section at About.com and found an interesting challenge which lead to this article on the knights tour with C# and GDI+. First I would like to point out that his is not the best solution, but one that works great, perform well, and lends itself to extensibility....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Ludvik Jerabek
|
Rating:
|
|

Originally, this started out as a C++ class (CIniFile) in 2005. Since then, I rewrote CIniFile so it would be more efficient. The following code is a C#\VB.NET\VBScript port of the C++ code. Almost all the class names are the same. with the exception to the leading "C" which has been dropped. The current class names are IniFile, IniSection, and IniKey....
|
|
|
|
Total Hits: 3 | Today: 0
|
Author: MeritUSA
|
Rating:
|
|

I couldn't really find any solution to this, but after this workaround did what I needed I figured I could share it. The actual tabs will not change color with this workaround, but I can live with that....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Gregory.Gadow
|
Rating:
|
|

This article expands on an earlier one of mine, Create a System Tray Application in VB.NET[^]. If you are unfamiliar with how to write applications for the notification area, that might be a good place to start....
|
|
|
|
Total Hits: 1 | Today: 0
|
Author: ClassCoder
|
Rating:
|
|

in this sample we are storing a dataset object in a binary file using object serializtion , and after serializtion process we will make deserialization to get all inforamtion from tables without connectiing to database...
|
|
|
|
Total Hits: 1 | Today: 0
|
Author: Mohammad Elsheimy
|
Rating:
|
|

Another article of our series that talks about accessing URL shortening services programmatically.
This article is talking about is.gd shortening service, how you can use it, and how to access it via your C#/VB.NET application....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Aaron @ Autotex Pty Ltd
|
Rating:
|
|

Having been programming in some other MultiValue based database programming languages for some years I have always found it very handy to have the ability to define a dictionary of fields in a database that are not just stored fields, but have the ability to use calculated fields with constants and variables based on the stored fields in the rows......
|
|
|
|
Total Hits: 1 | Today: 0
|
Author: Shoban Kumar
|
Rating:
|
|

Google does not have an official Gmail API. Having one would have made it very easy to create a notification application. In this article, I will show you how to exploit the Feed facility of Gmail to build our own Gmail Notifier....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Shoban Kumar
|
Rating:
|
|

In this article we will see how we can create a simple Desktop Translator which uses the Bing Translator API. Next time when you want to translate a text, you do not have to open a new web browser and head to Bing or Google Translator. Just use this simple Translator I demonstrate here....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Santiago Santos Cortizo
|
Rating:
|
|

Sometimes it's useful to graphically show the value of a column in a DataGridView so the user can compare rows easily. This is an example of implementing this on any DataGridView by only calling a shared class method from the DataGridView's CellPainting event, as I've described in my blog http://ensamblareficiente.blogspot.com (Spanish)....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Alok Mehta and Daniel Williams
|
Rating:
|
|

Application service providers often must send information to clients automatically rather than on-demand. For example, a manufacturer may want to know each day how many of their products were sold by a retail chain. While SQL Server is ideal for maintaining this type of database, you have to write scripts to get the data out in a client-friendly format. Here you will see how you can use Data Transformation Services (DTS), a powerful tool in SQL Server, to automate the retrieval and formatting of...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: David Burgett
|
Rating:
|
|

ADO.NET provides many techniques for improving the performance of data-intensive applications and for making them easier to build. The DataSet, the hallmark of the ADO.NET object model, serves as a miniature, disconnected facsimile of a data source. While using the DataSet improves performance by reducing expensive trips to the database server, it also introduces the possibility of multiple users attempting to change the same data simultaneously, thereby generating data concurrency exceptions. T...
|
|
|
|
|
|