School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!
Welcome to Dream.In.Code
Become an Expert!

Join 306,767 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,608 people online right now. Registration is fast and FREE... Join Now!



's Contributions
Below are the tutorials, code snippets, and resources has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
Tutorials
Delegates from the Begining in C# Tutorials (Last Comment: baavgai, Views: 2,099)
Code Snippets
Submitted: September 14, 2008        Views: 697
Concise code for showing and translating integers in binary representation.
CountWords in C# by baavgai
Submitted: September 14, 2008        Views: 768
Counts the words in a given string and returns the count. Code is completely commented.
Submitted: November 13, 2007        Views: 13605
Returns a list of all DataRows selected in DataGridView.
Submitted: November 13, 2007        Views: 4146
Get current DataRow from a DataGridView instance.
Submitted: June 24, 2009        Views: 272
For some unknown reason, DateTimePicker control has it's background color disabled. This is the best fix.
Submitted: December 6, 2007        Views: 3783
Given year and day, print out a simple ascii calendar.
Submitted: June 13, 2008        Views: 1570
Given year and day, print out a simple ascii calendar
Submitted: July 21, 2008        Views: 2235
basically just a pure C implementation of an inStr function with lots of comments
Submitted: October 8, 2008        Views: 295
limit a user's response to a single character in a list
Submitted: January 1, 2008        Views: 2088
Temperature conversion function for Java. Converts between Kelvin, Celsius, Fahrenheit, and Rankine.
JobQueue in C# by baavgai
Submitted: October 2, 2008        Views: 1699
Class for running sequential processes in the background.
Submitted: January 14, 2009        Views: 341
Dumps all the procedure in a databases into text files.
Submitted: September 18, 2009        Views: 267
Simply draws alternating white and black squares.
Submitted: January 1, 2008        Views: 1105
With no modification to the Applet object, run it as a Java Application instead, just by sticking it in a JFrame.
SafeDbExecute in VB.NET by baavgai
Submitted: November 16, 2007        Views: 599
Make sure the database conection is closed, no matter what.
Submitted: November 16, 2007        Views: 669
Makes sure database connection is closed, regardless of failure.
Submitted: February 5, 2008        Views: 3467
Only allow one copy of a program to run, bring the window of already running copy to top.
Submitted: November 21, 2007        Views: 2075
This offers one way to check for a valid sudoku board.
VBScript SqlToXls in Other Languages by baavgai
Submitted: January 9, 2008        Views: 1000
VBScript create an Excel sheet from SQL Query, using ADO and the Excel.Appication object