How to Add Windows Forms

Submitted by admin on

Before we begin binding our database using Windows Form please take a look on this tutorial on how to add new windows forms to your project.

Windows Forms serves as a container for all the controls that you’d like to add. Examples are TextBox, Label, Button, CheckBox, ComboBox, etc.

When you create a new project, visual studio automatically provides you one windows forms which you can use right away, run it, or compile or project but without anything in it. It just a plain form waiting to be filled with controls.

To add a Windows Form

Library Management System

Submitted by itachi_philip on
Credits to admin the one who create the Library System and Library Management System in Ms Access that is posted on this sitefor giving the guides in creating the LMS... This system is created to replace the manual lending, returning and inventory of books. features.. * 2 user account administrator, able to use all system function while user, only for searching books.. *advance search function

NC IV Exams (Confused)

Submitted by cidfrey on
I have red an about this exam. It compose of 2 exams, one is OOP and one is Procedural. Then while browsing the web, I open this page which says that the exam is only one. Kindly look to this page http://captesa.blogspot.com/2009/02/computer-programming-nc-iv-proficiency.html I really don't know how this exam works and which one is real. I mean the part 1 and 2 exams or the one which is on the

.NET Language Translator using Google Translate API

Submitted by emond on
This is a sample app written in .NET on how to use the Google Translate API. Can be ported to your existing App or even use as a Client Google Translator (Windows version) Feature: Support all functions of Google Ajax Language API. CLS compatible. It can be used by any .NET languages (VB.NET, C++/CLI etc.) Google Translate API for .NET Description: Provides a simple, unofficial, .NET Framework API

Learn about the VB.net to connect The Database

Submitted by princenathan on

study how to connect vb.net in the database

 

This website www.sourcecodester.com and Learn computer course is an introduction to Visual Basic.NET programming for beginners. This course assumes that you have no programming experience whatsoever. It's a lot easier than you think, and can be a very rewarding yeah.. jejejeje

Sending SMS using SMS Gateway (Clickatell) as requested !!

Submitted by emond on
As requested here's my sample of Sending SMS using SMS gateway (HTTP). No need for SIM, Modems or even load.. All we need is an account from Clickatell and Buy Credits using Paypal or CC from the Best SMS Gateway (Clickatell). This SMS Gateway is using by Big Companies like Easy Forex, T-MAC, Global Forex Trading, Money Bookers, etc,, Even me , Im using this Superb SMS services ,(",) (too bad its

How to Add New Data Source

Submitted by admin on

One of the coolest features of Visual Studio .NET is the ability to bind a database into Windows Forms easily using DataSet. Since VB 6.0, I’m waiting for this kind of feature to be implemented in VB.NET. I am used with MS Access before and seem that VB.NET and MS Access has no difference when it comes to DataBinding.

There are many ways to bind your data. You can use the old fashion which is hard-coding, but this is out the scope of this tutorial. Why use hard-coding if you can do it easily using drag and drop operation?

How to Create a Windows Application Project

Submitted by admin on

In order to create an application in Visual Basic .NET like Payroll System, Accounting System, Enrollment System, Calculator, Point of Sale System, and Library System you need to create a project called “Windows Application”.

If you are new to programming and want to learn Visual Basic, you will probably confuse with so many option to choose in starting a Visual Basic Editor.

Please look at the screen below.