Speech Recognition using Interop.SpeechLib.dll wit..
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Drawing.Drawing2D; using System.Runtime.InteropServices; using System.Threading;...
MIFARE Protocol......
BAUD RATE : 19200 BITS/SEC 01 00 00 00 c0 71 01 00 01 00 50 70 01 00 3f 00 30...
event.................
defined in button class and will be raised when the user clicks the button. The following example shows how the event can...
Structures.......
Structures are used to create a variable set of different datatypes in VB.NET (In earlier versions of VB we use TYPE and...
Data Saving with stored procedure in VB.NET......
Dim cmm = New SqlCommand cmm.CommandType = CommandType.StoredProcedure cmm.CommandText =...
CONSOLE APPLICATION(ADDITION OF TWO NUMBERS CONSOLE APPLICATION (ADDITION OF TWO NUMBERS )
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { ...
SUM OF SOME NUMBERS USING FOR LOOP......
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { ...
PRODUCT OF SOME NUMBERS USING FOR LOOP.....
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { ...
PRINT SOME NO.S IN A LIMIT USING WHILE LOOP
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { ...
PRODUCT OF A NO. & A LIMIT VALUE
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { ...
REVERSE A NO.
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { ...
INHERITANCE
Two types:-Single level & Multilevel There is a class & a child class. A class can access the result from child class....
checkboxlist
System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace WindowsFormsApplication1 { public partial class...
continues-images
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace WindowsFormsApplication1 { public partial...
Calculator
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace WindowsFormsApplication1 { public partial...
Dynamic Control Creation
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace WindowsFormsApplication1 { public partial class dynamic...
Form Inheriting
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace WindowsFormsApplication1 { public...
login-example
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace WindowsFormsApplication1 { public partial...
Stack(Push and Pop)......
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace WindowsFormsApplication1 { public partial...
Queue(Enqueue and Dequeue)......
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace WindowsFormsApplication1 { public partial...
Calculator with Stack.....
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace WindowsFormsApplication1 { public partial...
COM C#..................
Com: =Microsoft Shell Controls and Automation using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms;...
Windows management Instrumentation...
WMI is a set of extensions to the windows drives model that provides an opertaing system interface through which instrumental components provide...