How to make a keygen using vb.net

How To Make a keygen using vb.net Source: coderforums For support and suggestions please visit idealprogrammer forums Description: A keygen means a program that generate keys for a certain program. Preparation: Steps: 1. Create a project Open Visual Basic 8 and create a Windows Form Application. Name it as the keygen you want to make. In this tutorial, i will make a Windows 7 Keygen as an example. http://img220.imageshack.us/img220/5807/88902635.png 2.... [Read More...]

aero effects in .net applications

With the launch of Windows Vista, Microsoft introduces brand new UI, eye-catching aero effects (glass effects) for their new Operating System. I have seen a lot of programmers who are much concerned about the looks of their applications. So this time with the launch of Windows 7, Microsoft provides the Windows 7 API Code Pack. The Windows 7 API Code Pack not only just allows incorporating the aero glass effect, but many other features which will let... [Read More...]

Build a bluetooth Chat Application

Bluetooth is one of today’s most exciting technologies. It is a short-range radio wave wireless technology operating in the 2.4 GHz frequency spectrum. With an operating range of 30 feet (10 meters) and a maximum transmission rate of a mere 1Mbps, Bluetooth is widely touted as the “cable replacement” solution. Bluetooth has been around for awhile but there seem to be few developers who have experience in building applications that... [Read More...]

vb.net webcam integration

One of the nice things about these older Logitech Webcams is that they don’t require a driver download and they support Windows Image Acquisition (WIA) directly. WIA is an API included in Windows that aims to unify the acquisition of images from all kinds of devices, including scanners and cameras. This is a pretty low-level API and a bit of a hassle to us. However, after Windows XP SP1 the WIA Automation Layer was released with a simpler COM... [Read More...]

vb.net screen capture

Do you want to make a vb.net app that can capture screenshots ? Well you can do that easily with vb.net If you have any suggestions or comments on this tutorial please visit idealprogrammer forums ! This is the code you will need to capture screenshots using vb.net. It uses gdi classes and some more classes. Thanks to mike gold of vbdotnetheaven Private Sub PerformCapture() ‘ turn the form invisible so you don’t show it during capture Me.Visible... [Read More...]

VB.NET Binary File Read Sequential – Source Code Example

VB.NET Binary File Read Sequential – Source Code Example Purpose: – Illustrates the VB.NET Syntax for Sequential Read of Binary File. View Other VB.NET Source Code Examples Prerequistes: Install Visual Basic (Express or Standard Edition) Install SQL Server Express Download Northwind and pubs Database Attach Northwind Database to Databases in Sql Express Attach pubs Database to Databases in Sql Express Notes: Console Application is... [Read More...]

VB.NET Binary File Read Random – Source Code Example

VB.NET Binary File Read Random – Source Code Example Purpose: – Illustrates the VB.NET Syntax for Random Read of Binary File. View Other VB.NET Source Code Examples Prerequistes: Install Visual Basic (Express or Standard Edition) Install SQL Server Express Download Northwind and pubs Database Attach Northwind Database to Databases in Sql Express Attach pubs Database to Databases in Sql Express Notes: Console Application is used to... [Read More...]

VB.NET Source Code Samples

VB.NET Source Code Samples This is a library of VB.NET Source Code Samples that you can use to accelerate your learning curve. This is a work in progress that is just beginning. VB.NET Code Samples ADO.NET SQLConnection Connection String SQL Insert Statement SQL Parameters SQL Stored Procedure SQL Select Sql Command Delete Sql Command Update SqlDataReader DataTable loaded from SqlDataReader Coming Soon Coming Soon Coming Soon Coming... [Read More...]