Create HTML Email E-statement Mailer This is the most important part of the E-Statement Solution that we have been developing since we started. We can say it is the heart of the whole E-statement solution which will be responsible for sending out the Mass Emails to their respective email addresses. Warning: This post is a […]
How to develop a commercial e-Statement solution in vb6 step by step – Part 10 – Create HTML Email Body Configuration Form
Create HTML Email Configuration Form for the E-statement Our E-statement application will be used to send clients Bank Statements at certain intervals and some configurations needs to be changed when sending these mail. In the next article we are going to create HTML email body for the e-statement but for this article we are going […]
How to develop a commercial e-Statement solution in vb6 step by step – Part 9 – Configure SMTP & Ping Using VB6
Configure e-Statement SMTP Server & Ping Using VB6 For our e-Statement application to be able to send out emails to our clients, we need to configure our SMTP Server. In this article we are going to create a form to allow as to configure our SMTP Server settings and also to be able to ping […]
How to develop a commercial e-Statement solution in vb6 step by step – Part 8 – Send e-Statements to your Clients – Manage Client List
Send e-Statements to your Clients – Manage Client List Before we start sending our clients e-Statements, we need to have a database of our client details, most importantly their email addresses. So in our post today, we are going to create a way of managing our client`s details and have a way of searching and […]
How to develop a commercial e-Statement solution in vb6 step by step – Part 7 -VB6 User Management System with SQL Server
VB6 User Management System with SQL Server On our 5th post on this series, we create a Login Form for the e-Statement application. In this post we are going to create a VB6 User Management System with SQL Server where we can ADD,UPDATE,DELETE usernames in the system.A User Management System is a necessary module for […]
How to develop a commercial e-Statement solution in vb6 step by step – Part 6 – Send Mail Using Gmail SMTP Server
Building a Commercial e-Statement Application in VB 6 – Send Mail Using Gmail SMTP Server Am glade you find time to visit our website. If this is your first time on this website and you want to learn how to develop your own e-Statement application from scratch go to the beginning where it all started […]
How to develop a commercial e-Statement solution in vb6 step by step – Part 5 – Login Form in vb6 using SQL
Building a Commercial e-Statement Application in VB 6 – Login Form in VB6 using SQL During our last post, we created Modules and Menu for the e-statement application. Today we are going to create the login form in vb6 using sql for our application which will have two user types: Operator Administrator The Operator(s) will […]
How to develop a commercial e-Statement solution in vb6 step by step – Part 4 – Code the Modules and the menus
Building a Commercial e-Statement Application in VB 6 – Create E-Statement Modules and Menus During our previous post on this series on How to Create an e-Statement Application, we created the Smart Mail database in Microsoft SQL Server and its tables. Today we are going to create Modules,Menus and ODBC Data Source to enable us […]
How to develop a commercial e-Statement application in vb6 step by step – Part 3 -Create E-Statement Project-System database and Tables
Building a Commercial e-Statement Application in VB 6 – Create E-Statement Project and Database Welcome to this 3rd post of building a commercial E-Statement application. If this is your first time on this website, i recommend you take a look at the E-Statement Basics and Setting Up You Development Environment before continuing with this section. […]