Click here to Skip to main content
6,630,289 members and growing! (20,918 online)
Email Password   helpLost your password?
Announcements
BullFrog Power
 
Search    
Add to IE Search

Articles by kubben (20 articles found)

Average article rating: 4.10

Files and Folders

Converting RTF to TXT format
Last Updated: 13 Aug 2005   Page Views: 80,504   Rating: 4.39/5    Votes: 14   Popularity: 5.03   Bookmark Count: 35
Licence: The Code Project Open License (CPOL)   
Using Word Automation for converting files to XML, RTF, TXT, HTML, etc. formats.

Grid & Data Controls

A Couple of Tricks for the Datagrid and Table Styles
Last Updated: 1 May 2006   Page Views: 18,082   Rating: 3.33/5    Votes: 8   Popularity: 3.01   Bookmark Count: 9
Licence: The Code Project Open License (CPOL)   
This article talks about setting readonly on the datagrid along with swtiching between tableStyles and a generic method to access columns by name

ASP.NET

Some Tips and Tricks for using an ObjectDataSource with a Gridview
Last Updated: 4 Jul 2006   Page Views: 174,871   Rating: 4.29/5    Votes: 39   Popularity: 6.83   Bookmark Count: 81
Licence: The Code Project Open License (CPOL)   
This article uses a generic collection as the data source for the Gridview. Some code is requried to get the sorting to work. There is an examples of using the pager template along with a simple Gridview printer.
Capturing the enter key to cause a button click
Last Updated: 19 Jan 2007   Page Views: 104,801   Rating: 4.17/5    Votes: 18   Popularity: 5.23   Bookmark Count: 31
Licence: The Code Project Open License (CPOL)   
Have you ever wanted to trap the enter key press event in asp.net and have it click a button for you? This article describes two options for capturing the enter key press event and then clicking a button. One solution uses JavaScript, the other uses a panel control.
Single web.config file across all environments (dev, test, prod)
Last Updated: 15 Feb 2007   Page Views: 63,817   Rating: 4.28/5    Votes: 11   Popularity: 4.46   Bookmark Count: 63
Licence: The Code Project Open License (CPOL)   
Have you ever had the issue where every time you release a web site to a new environment you have custom setting in the web.config that need to change for each environment? This article shows a solution where you set up your web.config once and then let the code do the rest of the work
Auto Refresh Web Page
Last Updated: 10 Oct 2007   Page Views: 60,869   Rating: 4.37/5    Votes: 6   Popularity: 3.40   Bookmark Count: 44
Licence: The Code Project Open License (CPOL)   
Some simple ways to auto refresh your web page

Client side scripting

Using Visual Studio to Debug JavaScript in IE
Last Updated: 24 May 2007   Page Views: 28,349   Rating: 4.68/5    Votes: 19   Popularity: 5.98   Bookmark Count: 45
Licence: The Code Project Open License (CPOL)   
Using Visual Studio to debug JavaScript in IE can really speed up your JavaScript development and save you some headaches

Office Development

A little known trick to help with MS Office automation
Last Updated: 2 Dec 2005   Page Views: 69,348   Rating: 4.35/5    Votes: 15   Popularity: 5.12   Bookmark Count: 38
Licence: The Code Project Open License (CPOL)   
This article exposes a trick to help in creating apps with MS Office automation.

General Graphics

How to Create Icon Files for Your Windows App using Visual Studio and Microsoft Paint.
Last Updated: 6 Jan 2006   Page Views: 164,959   Rating: 3.83/5    Votes: 28   Popularity: 5.55   Bookmark Count: 46
Licence: The Code Project Open License (CPOL)   
This article will show how to use Visual Studio and Microsoft Paint to convert an existing bitmap image into an icon file that your Windows application can use.

.NET Framework

Using MSI or a strong name to store .NET apps on a network server (Part 1)
Last Updated: 31 May 2005   Page Views: 42,978   Rating: 4.72/5    Votes: 18   Popularity: 5.93   Bookmark Count: 34
Licence: The Code Project Open License (CPOL)   
Using MSI or a strong name to store .NET apps on a network server (Part 1).
Using MSI or a Strong name to store .NET apps on a network server (Part 2)
Last Updated: 7 Jun 2005   Page Views: 55,805   Rating: 4.67/5    Votes: 16   Popularity: 5.62   Bookmark Count: 26
Licence: The Code Project Open License (CPOL)   
Using MSI or a Strong name to store .NET apps on a network server (Part 2).
Allowing a Windows app to only have one instance and bring up a minimized or hidden window
Last Updated: 13 Dec 2005   Page Views: 52,465   Rating: 4.00/5    Votes: 13   Popularity: 4.46   Bookmark Count: 48
Licence: The Code Project Open License (CPOL)   
This article shows how to keep an app to one instance and how to bring up the existing app if it is minimized or hidden, like with a notify icon in the tray.
Notify Icon control in .NET 2.0 with balloon tips
Last Updated: 13 Dec 2005   Page Views: 104,404   Rating: 4.10/5    Votes: 17   Popularity: 5.04   Bookmark Count: 65
Licence: The Code Project Open License (CPOL)   
This article shows how to use the new notify icon control along with the new balloon tip properties.
Visual Studio Windows Application Setup Project
Last Updated: 29 Dec 2005   Page Views: 265,839   Rating: 4.39/5    Votes: 44   Popularity: 7.22   Bookmark Count: 112
Licence: The Code Project Open License (CPOL)   
This article shows how to create and use the Windows Application Setup Project.

Game Development

Minesweeper Solver is My Solution to Solving the Expert Level in the Minesweeper Game
Last Updated: 15 Jun 2007   Page Views: 25,761   Rating: 4.34/5    Votes: 12   Popularity: 4.69   Bookmark Count: 31
Licence: The Code Project Open License (CPOL)   
I had trouble solving the expert Minesweeper level, so I wrote a program to do it for me.

C / C++ Language

Simple code to validate an XML file against a schema file (XSD)
Last Updated: 26 May 2005   Page Views: 124,682   Rating: 3.61/5    Votes: 22   Popularity: 4.85   Bookmark Count: 44
Licence: The Code Project Open License (CPOL)   
This article is about XML and XSD validation.
Using XML CDATA nodes to send files via a Web Service
Last Updated: 26 Jul 2005   Page Views: 53,213   Rating: 4.13/5    Votes: 9   Popularity: 3.94   Bookmark Count: 21
Licence: The Code Project Open License (CPOL)   
Using XML CDATA nodes to send files via a web service.

C#

Using the VB.NET My Namespace in C# .NET 2.0
Last Updated: 20 Jan 2006   Page Views: 27,424   Rating: 3.67/5    Votes: 8   Popularity: 3.31   Bookmark Count: 15
Licence: The Code Project Open License (CPOL)   
In VB.NET 2.0, we have a new namespace, My, that exposes some nice classes. This article shows you how to access this namespace in C#
Using Reflection to convert DataRows to objects or objects to DataRows
Last Updated: 8 Oct 2005   Page Views: 35,158   Rating: 3.33/5    Votes: 11   Popularity: 3.47   Bookmark Count: 29
Licence: The Code Project Open License (CPOL)   
Using Reflection to convert DataRows to objects or objects to DataRows.

Internet / Network

An app to see who has files open on a network server
Last Updated: 29 Jun 2005   Page Views: 73,918   Rating: 3.43/5    Votes: 6   Popularity: 2.67   Bookmark Count: 40
Licence: The Code Project Open License (CPOL)   
An app to see who has files open on a network server.

kubben


Member
I started my programmer career over 13 years ago doing COBOL and SAS on a MVS mainframe. It didn't take long for me to move into windows programming. I started my windows programming in Delphi (Pascal) with a Microsoft SQL server back end. I started working with vb.net when the beta 2 came out in 2001. After spending most of my programming life as a windows programmer I started to check out asp.net in 2004. I achieved my MCSD.net in April 2005. I have done a lot of MS SQL database stuff. I have a lot of experience with Window Service and Web services as well. For three years now I programmed in C# programming as a consultant. I really enjoy it and found the switch between vb.net and C# to be mostly syntax. I am now back to programming in vb.net in my current position.

On a personal note I am a born again Christian, if anyone has any questions about what it means to have a right relationship with God or if you have questions about who Jesus Christ is, send me an e-mail. ben.kubicek[at]netzero[dot]com You need to replace the [at] with @ and [dot] with . for the email to work. My relationship with God gives purpose and meaning to my life.
Occupation: Web Developer
Location: United States United States


Last Updated 21 Nov 2009
Web19 | 2.2.0175 | Advertise | Privacy
Copyright © CodeProject, 1999-2009
All Rights Reserved. Terms of Use