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

Join 306,749 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,884 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
No Tutorials Submitted.
Code Snippets
Submitted: August 9, 2006        Views: 13168
A method for using the Windows API to create a internal speaker beep.
Submitted: August 9, 2006        Views: 4003
Use IO.File.Exists to determine if a file is in existance
Submitted: May 26, 2006        Views: 5382
This is an easy way to hide email links on your website from email harvesters to help keep you safe from spam.
Submitted: October 17, 2006        Views: 26940
Use OpenFileDialog to browse to a bitmap image and load into a PictureBox.
Submitted: August 16, 2006        Views: 54147
This will open a dialog window so that a user can browse to a specific folder.
Submitted: July 29, 2006        Views: 9950
For those that need to add the capability to open the CD tray.
Submitted: July 29, 2006        Views: 5448
Here is an example of how to reverse the bit sequence of a variable. This example is using a 32 bit sequence.
Submitted: August 9, 2006        Views: 30472
This will allow you to start an executable application from within VB.NET. You can also use to open a file with its associated executable (ie. open a .doc file with MS Word)
Submitted: July 29, 2006        Views: 4799
An example of some string manipulation techniques.
Submitted: August 9, 2006        Views: 21435
A method to allow the user to enter only certain specific characters into a text box and ignore any other key. In this example only numbers, the Backspace key and the period will be allowed, everything else is ignored.
Submitted: July 29, 2006        Views: 3913
An example of how to create and use a macro in C. Macros are predefine code that gets injected wherever you have made a call to the macro. Injection occurs at compile time.