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...]

Update Resources of dll,exe files

Do You want to update the resources which are present inside pe files (.exe,.dll and others) . Well you can use Window’s Beginupdateresource, Updateresource and Endupdateresource function which can do this task easily. Things you need to know The path of the file whose resources you are updating The language of resource (like english french etc which are represented by a number like 1033 stands for english) The name of the resource (Keep... [Read More...]

Microsoft Robotics Developer Studio (15 Free Video Tutorials)

Here is a collection of 15 free video tutorials on Microsoft Robotics Developer Studio (MRDS). The Microsoft Robotics Developer Studio is a Windows-based environment for robot control and simulation. You can download Microsoft Robotics Developer Studio here. The Albert Einstein robot in this video was not developed with Microsoft Robotics Developer Studio, but it does serve to point the direction robotics is heading. (All the other videos in... [Read More...]

ADO.NET – Over 3 Hours of Premium Video Tutorials

Here is a collection of over 3 hours of premium video tutorials on ADO.NET by Learn Visual Studio. In order to view the videos, you need to become a member of Learn Visual Studio. Background: ADO.NET is an outgrowth of ADO (ActiveX Data Objects) technology. ADO relied on COM objects whereas ADO.NET is based on the .NET Framework. ADO.NET does not replace ADO for the COM programmer; rather, it provides the .NET programmer with access to relational... [Read More...]

Visual Studio 2008 – (5 Hours of Free Video Tutorials)

Here are five hours of free video tutorials on Visual Studio 2008 by Microsoft’s William J. Steele and Paul Yuknewicz.  They describe the new features available in Visual Studio 2008 and demonstrate how to download visual studio net. Check out the other series that Bill Steele has done like “ASP.NET Soup to Nuts“, “C# Soup to Nuts,” and “WPF”. photo credit: John Griffiths  Visual Studio 2008   Num Series Title Date Presenter Min 1 Whats... [Read More...]

SharePoint Training for .NET Developers – 10 Hours Free Videos

Here are ten hours of free video tutorials on SharePoint for .NET Developers from Microsoft experts Robert Bogue and Andrew Connell. If you want great SharePoint training that covers sharepoint workflow, sharepoint documents, sharepoint service, sharepoint database, sharepoint template, and more, then this is the right series for you.   photo credit: Penningtron     SharePoint Training for .NET Developers   1. Introduction... [Read More...]

Windows Communication Foundation – 45 Hours of Premium Video Tutorials

This is a premium video tutorial series on Windows Communication Foundation. Windows Communication Foundation (WCF) is the messaging platform that was released with the Microsoft .NET Framework version 3.0. WCF unifies the programming model for how components and services communicate. In this series, you will also learn about: wcf download, wcf performance, wcf hosting, wcf datacontract, and much more. Here is the collection of over 45 hours of premium... [Read More...]

Windows Presentation Foundation-18 Hours of Free Video Tutorials

Here is an 18-part wpf video series by Microsoft’s  Bill Steele. Windows Presentation Foundation (WPF)is one of the four pillars of the Microsoft .NET Framework version 3.0. In this series, Bill demonstrates how to build a wpf application that uses wpf buttons, wpf listboxes, and a wpf browser. “Bill” Steele, MCSD, is one of my favorite presenters.  He is very entertaining and has a good sense of humor, in addition to being very... [Read More...]

Windows Forms Applications: C# Grid, VB NET Grid, C# Component, NET Webbrowser

This is a Soup to Nuts Video Tutorial series on Windows Forms Applications by David F. Anthony. The series covers these topics: C# Grid, VB NET Grid,  Read More →

« Previous PageNext Page »