Search Result: Visual Studio - Page 6 of 6

56 articles found.

How to Send Email in Microsoft Visual Studio 2010

How to Send Email in Microsoft Visual Studio 2010

No. Sending Email in Visual Studio 2010 Give Your Suggestions !!! 1. Part 1 2. Part 2 Hello friends, first of all I am really bad in designing stuff. Although I have tried to design the top image for this post but I know its not much cool well try to bear it .... :)) After the Microsoft Visual Studio 2010 - COM Port and Creating a Database in Microsoft Visual Studio 2010 tutorial, here's my next tutorial on VB.net. As the name suggests, this tutorial is about sending an Email through Visual Studio. Again I will use Microsoft Visual Studio 2010 and the language will be Visual Basic for this tutorial. Usually Sending an Email through software seems quite a difficult task but in actual its really a very easy task. So at the end of this short and quick tutorial, you will be able to develop a s ...

Updating Database Table with Programming in VB 2010

Updating Database Table with Programming in VB 2010, automatic update of database in vb2010,microsoft visual studio database update

Hello friends, I hope you all are fine and having fun. In today's tutorial, we will have a look at updating database table with Programming in VB 2010. In the previous posts of this tutorial, we have seen How to Create a database in VB 2010 and then we have added button control in VB Database in it, which was quite an easy job. But usually in such applications, its necessary that the application update its database automatically. Like in one of my project, I have designed a software for hotel management in which the data is coming from all the rooms wirelessly to the master room where the software is installed. It was quite a big project but the thing, for which I have mentioned this project, is the software installed in the master room was updating its database itself i.e. if data of room ...

Button Control in VB Database

Adding Button Controls in VB Database 2010,use buttons to control database in vb2010,database control in vb2010

Hello everyone, I hope you all are fine and having fun. In today's tutorial, we are gonna have a look at How to add Button Control in VB database 2010. I have posted the first part of this tutorial few days ago in which I have shown that How to Create a Database in Microsoft Visual basic 2010 . If you have missed that part then you can't understand the today's lecture. Today we will continue with the same application which we created in the last part and will add few new features in it. Creating database is difficult but adding features in it is very easy job and its also a must requirement of the application because user wants an easy control of application. So in order to make the application user friendly its necessary to add few features in it. In the next post, I have discussed How to ...

Create Database in Microsoft Visual Studio

Create a database in Microsoft Visual Studio 2010, how to create a database in vb2010, tutorial on database in vb2010

Hello friends, hope you all are enjoying good health. Today, I am going to share How to create a Database in Microsoft Visual Studio 2010 . Around two to three months ago, I have shared a topic on Microsoft Visual Basic 2010 - Com Port in which I have explained completely how to make the serial communication in Microsoft Visual studio using visual basic language. Today I am going to share another complete tutorial on how to create a database in Microsoft visual studio. Its a most common project in computer science which usually students do as a semester project, so I thought of sharing it here. I have divided this project or tutorial into three parts, today we will just create a simple database in which we can add out objects easily and later on we will add few functionality in it. In this ...

Create Setup File in Visual Studio 2010

exe file in vb, exe file in visual studio, exe file in visual studio, exe file vb2010

Hello friends, I hope you all are healthy and having fun. Today I am posting a simple tutorial in which I will show you How to Create Setup File in Visual Studio 2010 . Actually I got a request from one of our members to post this tutorial, he was having some problems in it, so i thought to share it. In my previous tutorial How to use Serial Port in VB 2010 , we have designed a simple tool, now what if I want to create an exe file so that I could easily share my tool with my friends, without giving them the access to my code. So, in today's tutorial, we are gonna have a look at How to create exe or setup file in V isual Studio 2010 . No one can get your code from the exe file so its like your code is safe but anyone can use your software. These days I am planning on designing such small fr ...

How to use Serial Port in VB 2010

How to use Serial Port in VB 2010, serial port in vb, serial port vb 2010

Update : Few bugs were reported by some readers, which I have corrected and updated the code. Now , its fully tested and 100% working. Hello friends, hope you all are enjoying the start of winter season. By the way, I really hate winter season and I just want to hibernate in this season . :) Well coming to our today's lecture, my today tutorial, serial port in VB 2010 , is actually based on a request made by one of the member on my Facebook Page and as it is a really good topic so i thought to share it. Today we will make a software on Microsoft Visual Basic 2010 in which we will send data through the serial port in VB 2010. In this software we will send the data and also receive it. Simply follow all the given steps carefully and you can easily interface the Serial Port in VB 2010, its a ...