Tuesday 11 March 2014

How can I download twitter bootstrap

Bootstrap features a few quick strategies to quickly get going..

Download Bootstrap

You can easily Download bootstrap  use many  way. I have two way. Follow the below.


et the full download from github:
It contains all the examples in the docs folder.

Download Bootstrap From Bootstrap site

You can easily download Bootstrap from http://getbootstrap.com/ site


Download Bootstrap Documentation  

You can easily Download bootstrap Documentation use many way. I have two ways. Follow the below.

Go to the http://bootstrapdocs.com/v2.0.2/docs/  and click the link










Unknown  /  at  00:12  /  3 comments

Bootstrap features a few quick strategies to quickly get going..

Download Bootstrap

You can easily Download bootstrap  use many  way. I have two way. Follow the below.


et the full download from github:
It contains all the examples in the docs folder.

Download Bootstrap From Bootstrap site

You can easily download Bootstrap from http://getbootstrap.com/ site


Download Bootstrap Documentation  

You can easily Download bootstrap Documentation use many way. I have two ways. Follow the below.

Go to the http://bootstrapdocs.com/v2.0.2/docs/  and click the link










Posted in: Read Complete Article»

Wednesday 12 February 2014

C#.net MessageBox

C#.net MessageBox

I am back again for new tutorial in C#.net Message-box.Today we are using C#.net Message-box for Show one message in display.This is a simple program . Let’s start the program. So we will work step by step.First need a windows form .Then create a new button and we  have to setup a new message use building method in  MessageBox.Show(); .
OK lets go start .
File>New>Project>WindowsForm Click First


will then make a design follow this picture .




Double-click on the Message Box  In here. Maybe the same code show in here .



This method exactly write the place where is cursure is show.
MessageBox.Show();

If we write the message in here the message show in same code.

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 Messagebox
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void button1_Click(object sender, EventArgs e)
        {
            MessageBox.Show("This is The main message code");
        }
    }
}


Please click the debug program.The message look like same.


When debugging is complete then click the Message button .and look at the picture for result ...


 I have a source file, I want to share with you you can download this source file..
Thank you for watching this tutorial. Please wait for my next tutorial. I hope this tutorial is better for all beginner.
Thank all

Download Source File : click in here
Unknown  /  at  01:52  /  1 comment

C#.net MessageBox

I am back again for new tutorial in C#.net Message-box.Today we are using C#.net Message-box for Show one message in display.This is a simple program . Let’s start the program. So we will work step by step.First need a windows form .Then create a new button and we  have to setup a new message use building method in  MessageBox.Show(); .
OK lets go start .
File>New>Project>WindowsForm Click First


will then make a design follow this picture .




Double-click on the Message Box  In here. Maybe the same code show in here .



This method exactly write the place where is cursure is show.
MessageBox.Show();

If we write the message in here the message show in same code.

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 Messagebox
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void button1_Click(object sender, EventArgs e)
        {
            MessageBox.Show("This is The main message code");
        }
    }
}


Please click the debug program.The message look like same.


When debugging is complete then click the Message button .and look at the picture for result ...


 I have a source file, I want to share with you you can download this source file..
Thank you for watching this tutorial. Please wait for my next tutorial. I hope this tutorial is better for all beginner.
Thank all

Download Source File : click in here

Posted in: Read Complete Article»

Tuesday 11 February 2014

Windows Form use C#.net

Windows Form use C#.net

We can make easily windows software use C#.net program.   C#.net program verry easy like this Visual bassic programing. If you need to make any dextop application use c#.net programing .
Well lets go talk is my main subject . Do not try to talk other subject . Ok litchen how  to made a windows form .We can start the work step by step. Please follow the instruction .
First go to the menu bar then click File >New> Project  and click the project menu








Then click project> and click  WindowsFormsApplication>

The great News  now you have to see a windows form happen in here .



The Windows form's size we can make as you like best. That would you like to be here. Because C#.net have a toolbox and solution explore.
OK lets go first see the toolbox and solution explore.


The figure on the left side of the picture is toolbox and the figure on the rite side of the picture is solution explore.
Now we'll try to make a windows form design so let’s go start.
We will First use toolbox .Please use toolbox and design the same design use the screenshot . you can use textboxlabel and button and so on.
See the Result in here


We see the form first .The form design is use three text box and three label and one button. One good news in here. You can change you form design properties as you own knowledge  .  You need’s first ,please click your right button on this field and click properties. Please look at the top bottom of right and see the properties form is here.


Here in the form of text and change the name to you like.



Now we have to see a windows form in here. Now we can run this program use debug button and see what's being. I think it’s ow some form. Please look ate picture in here .



How look this form may be it’s ow some.  I have a source file, I want to share with you you can download this source file..
Thank you for watching this tutorial. Please wait for my next tutorial. I hope this tutorial is better for all beginner .
Thank all
Download Source File in here >> Click For Download   




Unknown  /  at  23:46  /  No comments

Windows Form use C#.net

We can make easily windows software use C#.net program.   C#.net program verry easy like this Visual bassic programing. If you need to make any dextop application use c#.net programing .
Well lets go talk is my main subject . Do not try to talk other subject . Ok litchen how  to made a windows form .We can start the work step by step. Please follow the instruction .
First go to the menu bar then click File >New> Project  and click the project menu








Then click project> and click  WindowsFormsApplication>

The great News  now you have to see a windows form happen in here .



The Windows form's size we can make as you like best. That would you like to be here. Because C#.net have a toolbox and solution explore.
OK lets go first see the toolbox and solution explore.


The figure on the left side of the picture is toolbox and the figure on the rite side of the picture is solution explore.
Now we'll try to make a windows form design so let’s go start.
We will First use toolbox .Please use toolbox and design the same design use the screenshot . you can use textboxlabel and button and so on.
See the Result in here


We see the form first .The form design is use three text box and three label and one button. One good news in here. You can change you form design properties as you own knowledge  .  You need’s first ,please click your right button on this field and click properties. Please look at the top bottom of right and see the properties form is here.


Here in the form of text and change the name to you like.



Now we have to see a windows form in here. Now we can run this program use debug button and see what's being. I think it’s ow some form. Please look ate picture in here .



How look this form may be it’s ow some.  I have a source file, I want to share with you you can download this source file..
Thank you for watching this tutorial. Please wait for my next tutorial. I hope this tutorial is better for all beginner .
Thank all
Download Source File in here >> Click For Download   




Posted in: Read Complete Article»

C#.net First Program

C#.net First Program
Hello guyes C Sharp Dot Net is now going to start the next step.  
When we have creat a new project in C Sharp Dot Net whatever it is usually seen in the holdings code.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string[] args)
        {

        }
    }
}

if we see the screenshot the screenshot show the same screen






static void Main(string[] args)
{

}
Our code write in here.  If you need to write any console program please write in the code in here the middle main methode .
Console.WriteLine();
This is the building main methode in c sharp program . If you need to run any command so need to the method  Console.WriteLine();


Ok guyes let’s go start now





Now, we've used a method. Look at  the code of the key in the underline .
Console.ReadLine();

This code stands for the hole to run a program after a certain time is used to display.
Ok lets go see the original code .
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("Hello C Sharp!");
            Console.ReadLine();
        }
    }
}



See the screenshot please.




What we see now is to run.  When you run this program screen will appear exactly like this.
So let's see what you've seen.





Dounload The source code : Clcik For Download
Thanks a lot guyes for watching the tutorial please stay in here for next turorial
      >>Next Step In here




Unknown  /  at  19:32  /  No comments

C#.net First Program
Hello guyes C Sharp Dot Net is now going to start the next step.  
When we have creat a new project in C Sharp Dot Net whatever it is usually seen in the holdings code.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string[] args)
        {

        }
    }
}

if we see the screenshot the screenshot show the same screen






static void Main(string[] args)
{

}
Our code write in here.  If you need to write any console program please write in the code in here the middle main methode .
Console.WriteLine();
This is the building main methode in c sharp program . If you need to run any command so need to the method  Console.WriteLine();


Ok guyes let’s go start now





Now, we've used a method. Look at  the code of the key in the underline .
Console.ReadLine();

This code stands for the hole to run a program after a certain time is used to display.
Ok lets go see the original code .
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("Hello C Sharp!");
            Console.ReadLine();
        }
    }
}



See the screenshot please.




What we see now is to run.  When you run this program screen will appear exactly like this.
So let's see what you've seen.





Dounload The source code : Clcik For Download
Thanks a lot guyes for watching the tutorial please stay in here for next turorial
      >>Next Step In here




Posted in: Read Complete Article»

Sunday 9 February 2014

Saving your working C# .NET project

Saving your working C# .NET project

As you save your work, C# will make pretty a few folders and files for you. Click File as of the menu bar at the top of the Visual C# Express software, next Save All:




As you hit it off Save All, you'll observe the next dialogue box come into view Visual Studio Express 2010:



We'll do that in the next part below.
                           Next tutorial : Your first C#.net Program
Unknown  /  at  22:43  /  2 comments

Saving your working C# .NET project

As you save your work, C# will make pretty a few folders and files for you. Click File as of the menu bar at the top of the Visual C# Express software, next Save All:




As you hit it off Save All, you'll observe the next dialogue box come into view Visual Studio Express 2010:



We'll do that in the next part below.
                           Next tutorial : Your first C#.net Program

Posted in: Read Complete Article»

C# Console Application

C# Console ApplicationA Console Application is one that looks like a window 7. If you don't know what these are, click your Start menu in the bottom left of your screen. Click on Microsoft visual studio 2010.




This is the first step you see that .
Please select C#.net Visual developing and start now.



So along with Visible C# Express start, just click Document in the menu tavern at the very top. In the Document menu, decide on Fresh Task (or click the Fresh Task web page link on the eventually left in the cracking open monitor in designs 2010 along with 2012/13):



When you click on New Project, you'll see the following dialogue box appear in version 2010:


For 2012/13 users, click on template from the list on the left. in Templates, click on Visual C#. You'll then observe Console Application come into view in the central point



For every version, the New Project dialogue box is anywhere you choose the kind of project you want to make. If you only have the convey edition of Visual C#, the option are partial. used for the relax of this order, we'll be create window application. used for now, choose Console Application. next click OK.
while you hit it off OK, a new soothe Application job will be twisted for you. Some code must be display:



As well as the code, include a look on the exact hand over side and you'll see the Solution Explorer. This is anywhere all the records for your task are. (If you can't observe the Solution Explorer, click analysis from the C# menu bar at the top. From the analysis menu, click Solution Explorer.)

You can add some code in main method …such as The code in below
using System;
using System.Collections.Generic;
using System.Text;

namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("Hello, world!");
            Console.ReadLine();
        }
    }
}

Look at the picture 



Let's save the project. We'll do that in the next part below.
                           Next tutorial : Saving your work inC# .NET -->





Unknown  /  at  22:23  /  No comments

C# Console ApplicationA Console Application is one that looks like a window 7. If you don't know what these are, click your Start menu in the bottom left of your screen. Click on Microsoft visual studio 2010.




This is the first step you see that .
Please select C#.net Visual developing and start now.



So along with Visible C# Express start, just click Document in the menu tavern at the very top. In the Document menu, decide on Fresh Task (or click the Fresh Task web page link on the eventually left in the cracking open monitor in designs 2010 along with 2012/13):



When you click on New Project, you'll see the following dialogue box appear in version 2010:


For 2012/13 users, click on template from the list on the left. in Templates, click on Visual C#. You'll then observe Console Application come into view in the central point



For every version, the New Project dialogue box is anywhere you choose the kind of project you want to make. If you only have the convey edition of Visual C#, the option are partial. used for the relax of this order, we'll be create window application. used for now, choose Console Application. next click OK.
while you hit it off OK, a new soothe Application job will be twisted for you. Some code must be display:



As well as the code, include a look on the exact hand over side and you'll see the Solution Explorer. This is anywhere all the records for your task are. (If you can't observe the Solution Explorer, click analysis from the C# menu bar at the top. From the analysis menu, click Solution Explorer.)

You can add some code in main method …such as The code in below
using System;
using System.Collections.Generic;
using System.Text;

namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("Hello, world!");
            Console.ReadLine();
        }
    }
}

Look at the picture 



Let's save the project. We'll do that in the next part below.
                           Next tutorial : Saving your work inC# .NET -->





Posted in: Read Complete Article»

Recent Comments

Copyright © 2014 Tutorialspoint. Nazmul Theme-Tutespoint converted by Theme-Tutespoint
Blogger templates. Proudly Powered by Blogger.