Loading

visual basic .net

Submitted by: 

A very simple employee’s registration system that allows you to search field based on ComboBox. The result is filtered using LIKE operator in a Dataset TableAdapter. Simple to understand native Visual Basic .NET code using OLEDB provider. No complex code required to create this simple database application. All is done using a wizard, except the search function.

Submitted by: 

this project is a simple image viewer. firts it will take path from user,on clicking load button it will display all files of that path in list. further u can see particular picture in list by clicking that picture

Submitted by: 

Sometimes we need to store some data or files under %appdata%. If you are using Windows 7 you can find this folder under C:\Users\Username\AppData. AppData is a folder used to store information like cookies, Libraries, program settings, temporary files, templates, etc. By using this folder you are certain that your settings are being protected by Windows. To access this folder, all you have to do is use the following code: Dim filePath As String filePath = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) & "\yourApp"

Submitted by: 

hello Masters, After Long time I am start working with visual basic .net and i am new to it also i did not join any class for learn vb.net The Problem is call data in datagride view by programetically I done in vb6 using listbox but now i want use datagrideview in vb.net but don't know how to do it here is my code for list in vb6 but don't know in vb.net for data grideview i use sqldatabase as database hi there i am new for vb.net 1. Private Sub Text1_Change() 2. If Len(Text1.Text) > 0 Then 3. List1.Visible = True 4. recordadd "companymaster", "companyname", Text1.Text, List1 5. Else

Submitted by: 

This is an unfinished project for Banking System. I just want to upload it here so you will have an idea before the system becomes so complicated for a newbie’s programmer. The system has a functional customer’s profile, login system, manager user account, server path configuration, and a simple report. I am using SQL Server 2000 as a database server so you can upgrade it to a newer version of SQL Server if you like. To attach a database into your SQL Server follow the instruction that can be found on Enrollment System v1.0 Video Tutorial.

Submitted by: 

Another source code on how to populate a CheckBox control with data, this time by using MySQL. In order to run this program you need to install the database included in the TreeView Control with MySQL. This program needs the Products table from the Northwind database which I ported to MySQL. Again the purpose of this code is to show you how to easily populate checkbox control with data. For more information on the software requirements please read Visual Basic and MySQL article.

Submitted by: 

This program will use the database from the previous source code called DataGridView Control with MySQL. You can use this program without downloading the previous source code by importing the SQL file to the northwind database. If you like you can use different name for the database. Just make sure to change the connection string to the name you choose. I just modified the source code from our previous tutorial called ComboBox Control in Database Programming Made Easy. You will find MySQL as simple as MS Access and MS SQL Server.

Submitted by: 

This is a complete enrollment system that you can use in recording a students information. I started working with this project using MS Access. You can benefit the use of a parent/child to grand child using a windows form and a datagridview in it. A must have features:

Submitted by: 

Infants Information System is one of my project written in VB.NET which support the documentation for thesis writing. The aim of the project is to record the live birth on an infants. Yet simply but will help programmer who want to learn VB.NET by understanding simple concept in database programming. This is not intended for advance programmer. Since this is made for students the target audience would be newbie programmer.

Submitted by: 

This is one of my source code written in VB .NET 2003 before and upgraded this to version 2008. It has a few features but most of the time you cannot find this in other application. Basic features: Autosize cell and autowrap Parent/child or master/detail form Password manager Account information username: admin password: admin database password: jay