
Learn to build VB.Net core accounting software with SQL Server and Windows Forms in Visual Studio 2022, including login, customers, products, invoices, payments, and reports with PDF and Excel exports.
Learn to add images to a VB .NET project’s resources using the Manage Resource Editor, switch between resource editors, and save the project to ensure resources appear under My Project.
Explore the main parts of accounting software, including the main form, user settings, customers, invoices, payments, expenses, reports, and the bottom panel with date, time, and login info.
Create a VB.Net accounting project in a Windows form app using Visual Studio, configure the solution and dotnet core version, then build and update the main form.
Design the main form for the fast sql in vb .net accounting project by adding top and bottom panels, docking them, and configuring minimize, close, and border properties.
design a vb.net button panel with labels, a drop-down list, and a login area featuring a user image and a date-time display updated by a timer.
Change the main form's background image in a VB .NET project by selecting among six images in data/pics, loading the chosen file at runtime, and setting stretch layout.
Learn to save the user's selected background image index with VB.NET settings and restore it on startup by loading the combo box's selected index in the main form.
Learn to add and configure a tree view in a VB .NET form, including root and child nodes, image lists, and icons.
Learn to implement vb.net tree view interaction by showing and hiding the tree panel, and adding expand and collapse all functionality with the accounting button and refresh.
Learn to build a database application in Visual Studio by outlining the three core components—database, application, and ADO.NET connectivity—and load SQL data into the data grid view.
Design and set up an accounting database in sql server, defining tables, columns, a primary key, and identity fields for customer data.
Add sample data to the customers table in a vb.net live accounting project, entering names, contact details, and timestamp fields while handling nulls and date-time formats.
Discover how to add a database to a vb .net accounting project by creating a dataset, linking a table adapter, and binding data to a form for in-memory access.
Install the Microsoft.Data.SqlClient NuGet package in your VB .NET project via Visual Studio, ensure .NET 6+ compatibility, then connect the dataset and create the table adapter.
Add the data table and table adapter to the project, configure a SQL Server connection, and use the query builder to generate select, insert, update, and delete queries.
Explore data table and table adapter in vb net, detailing id as primary key with autoincrement and nvarchar(50); use query builder to create select, insert, update, and delete commands.
Design a customer data entry form with a toolbar and data grid; add fields for id, name, gender, contact details, and comments, then prepare for binding via a binding source.
Learn to bind a data table to form controls in VB.NET for a live accounting project, using a binding source, table adapters, and a data grid view.
Write C# code to enable and disable the top-of-form buttons (add, edit, delete, save, cancel) and toggle the datagridview and group box using subroutines.
Learn to implement VB.Net top button functionality using a binding source and table adapter to add, edit, delete, cancel changes, and save updates back to the database.
Customize the DataGridView by adjusting header text and width, managing column order, adding or removing columns, and selecting rows with options like full row select.
Write VB .NET code to assign registration data by updating user, date, and time labels when creating or editing records, formatting date time in 24-hour form, and saving changes.
Learn to implement a VB .NET sql search feature with id and last name queries using parameterized like and percent wildcards, connecting to the gui panel via a table adapter.
Connect the customers form to the main form in VB.NET via treeview selection and MDI parent, showing the customer form as a child rather than a dialog.
Create a sql products table with product_id as the auto-generated primary key, including product name, initial quantity, unit, price, discount, comment, and log fields (req_user, req_date, req_time).
Learn to connect the application to the products database via azure, create a table adapter, build a select query, and load and bind data to the form.
Design the products form for the data table by adding controls and binding inputs to the Scds data set via a bindingsource and table adapter.
Learn to implement the product form in a VB.NET accounting project by wiring codes for create, update, delete actions; configure table adapters and enable search by product name.
Design the VB .NET live accounting settings form with a context menu, and configure fields for company name, manager, contact, address, website, and tax rates, plus load and save settings.
Explore vb.net settings form development by saving and loading settings with My.Settings, configuring strings and doubles for company name, manager, contact details, address, website, and tax rates.
Design a sales invoice table in sql server, defining invoice id, invoice date, customer id, customer name, shipping, money fields, with a primary key and identity.
Add the sales invoice table to the data set by configuring the table adapter, connection string, and fill method, enabling update, insert, and delete operations in VB.NET.
Design a sales invoice form in vb.net with labels, text boxes, and a date picker, then bind it to a dataset and binding source.
Learn to rapidly build a vb.net sales invoice form by copying and pasting button code from product and customer forms. Connect to the sales invoice table adapter and data set.
Design and connect a customer search form to the customer name button, then bind a datagridview to a bindingsource and table adapter to load and display all customers.
Design the sales invoice table in SQL Server and add a products grid to manage items by invoice ID, including unit price, quantity, tax rate, discount, and net amount.
Design a sales invoice product form in VB.NET, configure form properties, add a datagridview, and bind controls to a data source via bindingsource and table adapters.
Master vb code for a product form in a live accounting project, connecting the product list to the sales invoice form and handling new, edit, delete, save, and cancel actions.
Customize the product DataGridView in the list form by resizing, renaming headers, adjusting column widths, and configuring binding source for a professional application.
Design a product search form that connects to the product list, binds to the product data set, and supports search by id and product name for sales workflow.
Assign default values to numeric columns in the vb.net live accounting project, setting integers and money decimal fields to zero to fix bugs and ensure consistent data.
Format numeric columns in a DataGridView by applying integers and currency formats, with thousand separators and dollar signs. Adjust decimals for unit price, discount, tax rate, and net amount.
Learn to bind unit, unit price, and discount from the product search form to the product form in VB.NET, using public properties and decimal parsing.
Learn to auto calculate amount, tax rate, tax sum and net amount in a VB.NET product form by using quantity, unit price and discount, with event-driven updates and decimal settings.
Learn to load the sales invoice products in vb dotnet using the table adapter and invoice ID, and add guards for save and product list actions with input validation.
learn to calculate sums in vb.net accounting data using sql sum and the data table compute method. cover the calculation of amount, tax sum, net amount, shipping, other, and total.
Design the receive money form and its database in vb.net, linking sales invoices to payments with fields like id, invoice id, pay date, and cash amount.
Learn to implement the receive money form in VB.NET by wiring new, edit, delete, save, and cancel actions to a datagridview and the receive money data table.
Learn to connect the receive money dialog to the main sales invoice, transfer invoice and customer IDs, load data by invoice ID, and enforce guards before processing payments.
Learn to calculate the sum of receive money by loading invoice data, using the All.some calculator, and update the total and paid cash fields in a VB.NET accounting form.
Apply a guard against negative totals in a VB .NET live accounting project by adjusting the numeric updown minimum and implementing conditional logic to allow negative totals when needed.
Design a SQL database for the purchase bill by creating tables in SQL server for purchase bill, spend money, and purchase bill products, with primary keys and identity.
Connect sql server tables to a dataset by adding table adapters for purchase bill, purchase product, and spend money, and generate fill, insert, update, and delete queries with query builder.
Design the purchase bill form by reusing the sale invoice layout and adding the panel. Bind to the purchase bill data source with binding sources and a datagridview, customize columns.
Learn to build a vb.net purchase bill form by adapting sale invoice code, wiring new, edit, delete, save, cancel, and integrating purchase bill tables with spend money.
Design the purchase product list for the purchase bill by configuring the form, setting properties, and binding controls to a dataset via a binding source and datagridview.
Learn to implement the purchase products form in vb . net. Set up the binding source and table adapters, and handle tax rate with the bill tax rate.
Hi There!
Here I am with you to share my knowledge with you.
So
If you try you will be a c sharper!
If you wanna make a lot of money!
If you wanna find best jobs in programming!
If you Want to learn the VB .NET Core
If you are beginners or student looking for a tutorial that teach VB with real project in simplest way!
If you want really to be a programmer so it is best place that you can start to learn VB.
This course includes :
Start using VB with Visual Studio 2022 From Scratch
Designing Main Form
Using SQL in VB by ADO. NET
Create database App with SQL and VB
Using Pdf engine to design amazing reports in VB
Working with settings in Application
Design: "Customers Data Entry" Form
Design: "Products Data Entry" Form
Deeper look at: TableAdapter, Dataset and Datatable
Customizing DataGridView
Create database for Accounting
Add digital clock to main form
Add login user image to main form
and …
Do not hesitate to start learning VB .NET Core 8
Every thing will be discussed with sample project and you will have lot of fun within my course.
Say Hi VB world and lets go !