Start here

Learn web development with real examples

Use this section for your main introduction, latest course, services, or your best programming tutorial.

Read Latest Posts

How to add Gauge Plugin (AGauge Bin) for Visual Studio

Hello friends,
Today we are going to add Gauge plugin for visual studio because we have to add Gauge for some graphically interface software when we making such as HMI system and SCADA system like wise.
Bellow figure is one of my visual studio project made with C sharp language. So I used some gauges for display values from sensors.
Gauge (AGauge Bin) for visual studio
Ok let's go! Please follow this steps,

  1. Download AGauge Bin gauge plugin - Download
  2. Extract AGauge_Bin.zip file
  3. Open Visual Studio
  4. Create new project or Open your project
  5. Go to Toolbox
  6. Select Choose items
  7. Once open Choose Toolbox items dialog box then Click the Browse... button
  8. Select your AGauge.dll file from above extract path you did
  9. Finaly Ok
Now AGauge Bin gauge plugin added for visual studio. Now you can add it from toolbox

  1. Go to Toolbox
  2. Search AGauge 
  3. Add
Below pictures can easier more. Next post will see how to use Gauge. So Thank you very much..

*Note: if your browser detected AGauge zip file because it it has .dll file. Give it allow.   


2.

3.

4.

5.

6.

7.

8.
   

LED ON/OFF using Arduino


Hi Friends!!!

Let's see little fun with arduino.

LED ON/OFF using Arduino

You need below things,
  • Arduino board
  • LED bulb
  • Resistor
  • Some wire

1). Plug your Arduino board to computer
2). Open Arduino IDE
3). Select ardunio board and COM port
4). Upload below sample code

This is for LED ON

void setup()
{
pinMode(2,OUTPUT);//Your pin.Don't use 0 pin or 1 pin
}
void loop()
{
digitalWrite(2,HIGH);
}

This is for LED OFF

void setup()
{
pinMode(2,OUTPUT);//Your pin.Don't use 0 pin or 1 pin
}
void loop()
{
digitalWrite(2,LOW);
}


This is a video for it



Thank you very much!!!

Blink LED with Arduino

Hi Friends!!!

Let's see little fun with arduino.

Blink LED with Arduino

You need below things,
  • Arduino board
  • LED bulb
  • Resistor
  • Some wire

1). Plug your Arduino board to computer
2). Open Arduino IDE
3). Select ardunio board and COM port
4). Upload below sample code

void setup()
{
pinMode(2,OUTPUT);//Your pin.Don't use 0 pin or 1 pin
}
void loop()
{
digitalWrite(2,HIGH);
delay(1000);
digitalWrite(2,LOW);
delay(1000);
}


Thank you very much!!!

How to create C# windows application

Hi Friends!!!

Let's see How to create C# windows application, First of all you must open visual studio which you have one....

Go to Start and Search Visual studio then open it

Click the "New project" then you can see new dialog box


So you must set data as above image



Now you are finish with create C# windows application. It's eZ so let's see next develop little by little next.

Thank you very much!!!

Download Visual Studio Plugs

Hi Friends!!!

You can download visual studio plugs using below links,

Download Visual Studio

Hi Friends!!!

You can download visual studio using below links,

Visual Studio Environment

Hi Friends!!!

About Visual Studio

Hi Friends!!!

In this time, mostly I use visual Studio IDE for C#. Because it is very easy to operate and easy to find faults in our program. So let's look what is visual Studio,

"Visual Studio - Best-in-class tools for any developer"

This is the term of them. Actually Visual Studio can use for any coding language. In this I am using VS for C#.

So let's see how to download Visual studio,

you can download VS in official website using this link click here
you can also download VS as a torrent file using this link click here

any way you can download VS using above links.

I will give quickly video tutorial about "how to download and install VS".

Thank you for all!!!!!!

HOME

Hello Friends!!!!

Every thing changing fast, Every thing base now computer technology. Are you student? or businessmen? or farmer? or male or female? or every body must know about C# language. It will be a helpful to your work. We will explain about it after. Actually that's why you must learn computer language. That's why you must learn one of computer language. It will be better for you. C# is a one of best computer computer language. It will be a most popular language next day. So start change your life with C#, stay with us.