Delegates

7:58 PM | Comments (0)

The Delegate class is one of the most important classes to know how to use when programming .NET. Delegates are often described...

Read more

Speech Recognition using Interop.SpeechLib.dll wit..

7:56 PM | Comments (0)

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

Read more

MIFARE Protocol......

7:36 PM | Comments (0)

BAUD RATE : 19200 BITS/SEC 01 00 00 00 c0 71 01 00 01 00 50 70 01 00 3f 00 30...

Read more

event.................

7:30 PM | Comments (0)

defined in button class and will be raised when the user clicks the button. The following example shows how the event can...

Read more

Structures.......

7:05 PM | Comments (0)

Structures are used to create a variable set of different datatypes in VB.NET (In earlier versions of VB we use TYPE and...

Read more

Data Saving with stored procedure in VB.NET......

8:03 AM | Comments (0)

Dim cmm = New SqlCommand             cmm.CommandType = CommandType.StoredProcedure             cmm.CommandText =...

Read more

CONSOLE APPLICATION(ADDITION OF TWO NUMBERS CONSOLE APPLICATION (ADDITION OF TWO NUMBERS )

6:36 AM | Comments (0)

using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 {     class Program     {        ...

Read more

SUM OF SOME NUMBERS USING FOR LOOP......

6:33 AM | Comments (0)

using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 {     class Program     {        ...

Read more

PRODUCT OF SOME NUMBERS USING FOR LOOP.....

6:32 AM | Comments (0)

using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 {     class Program     {        ...

Read more

PRINT SOME NO.S IN A LIMIT USING WHILE LOOP

6:29 AM | Comments (0)

using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 {     class Program     {        ...

Read more

PRODUCT OF A NO. & A LIMIT VALUE

6:26 AM | Comments (0)

using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 {     class Program     {        ...

Read more

REVERSE A NO.

5:55 AM | Comments (0)

using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 {     class Program     {        ...

Read more

CLASS

5:49 AM | Comments (0)

Class consist of methods and variables. using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 {     class Program  ...

Read more

INHERITANCE

5:42 AM | Comments (0)

Two types:-Single level & Multilevel There is a class & a child class. A class can access the result from child class....

Read more

Biodata

5:31 AM | Comments (0)

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

Read more

checkboxlist

5:21 AM | Comments (0)

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

Read more

continues-images

5:11 AM | Comments (0)

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

Read more

Calculator

2:23 AM | Comments (0)

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

Read more

Dynamic Control Creation

2:15 AM | Comments (0)

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

Read more

Form Inheriting

1:46 AM | Comments (0)

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

Read more

login-example

1:21 AM | Comments (0)

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

Read more

Arraylist

1:13 AM | Comments (0)

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.Collections; namespace WindowsFormsApplication1 {  ...

Read more

Stack(Push and Pop)......

1:10 AM | Comments (0)

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

Read more

Queue(Enqueue and Dequeue)......

1:07 AM | Comments (0)

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

Read more

Calculator with Stack.....

1:05 AM | Comments (0)

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

Read more

COM C#..................

12:59 AM | Comments (0)

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

Read more

Windows management Instrumentation...

12:53 AM | Comments (0)

WMI is a set of extensions to the windows drives model that provides an opertaing system interface through which instrumental components provide...

Read more

Graphics

12:50 AM | Comments (0)

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; namespace WindowsFormsApplication1 {    ...

Read more