Share What You Have Here

Do you have source code, articles, tutorials, web links, and books to share? You can write your own content here. You can even have your own blog.

Submit now...

Database Programming Made Easy

This is an on going tutorial on Visual Basic .NET 2008. I am adding a tutorial to the table of contents regularly especially if it would be beneficial to the beginner. If you'd like to suggest a tutorial please write a comment by opening this page.

Read more...

Hotel Reservation System

If you are looking for a free software for your hotel, then this program with its free source code will help your hotel manage your front desk. You can modify this program to suit your needs.

Read more...

Search

Voting System
admin's picture
Level: Beginner
Language: Visual Basic

5673 reads




A replacement for pen and white board for voting system. You may use this little program to cast your vote for the nominated member in your association.

Usage:

1. Enter nominee or candidate in Nominate form.
2. Open Couting form to vote for your candidate - highlight the name of the candidate and click the increase button to increase the vote for a selected candidate. Otherwise click the decrease button if you have mistakenly click the wrong candidate. The data is saved automatically to the database.
3. Open Print Result to view the result of voting.

Note: Open the CHMSCFA.txt and change the location of the database called voting.mdb.

0
Your rating: None

Download Code




Your Vote!

0
Your rating: None


Note

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note:All files are scanned once-a-day by SourceCodester.com for viruses,but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1)Re-scan downloaded files using your personal virus checker before using it.
2)NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.


What is the username?

Hello, thank you very much for the codes, this is a great help actually. I just want to ask what is the username of this system. I found the password but i dont know the username. Thank you again. More power and God Bless!

admin's picture

re: What is the username?

There is no username for this program.

What is the username?

Hello sir, thank you very much for your codes. I am pretty sure i could learn a lot from it. Thank you. I just want to ask what is the "username"..i have found the password but it seems i cant find the username, please help me. Thank you in advance.

what is the problem here

sir i keep on getting errors here

 

.Reset: InitCrys

 

what's missing in my files...

Nice Work In The VB Amigo!

Nice Work In The VB Amigo!

please tell the password for voting system database

please tell the password for voting system database

 

 

srmsystems.it@gmail.com

the password?..

 

sir can you tell the password?...coz i can't find it...thnks so much sir...

admin's picture

re: the password?..

Please read the FAQ.

what is the password

sir!
can i know the password of ms access database so that i can open it.. and may i know on how to use the DSN database.... can i get some source to no it will.... coz iam interested to know this kind of code ... i am using a adodc control to connect database then i want to apply DSN connecting it in my system.. i make a system in municipality like Declaration of REal Property in assessor office....

this is my Email add R_dagumo@yahoo.com to send me some source thank so much....

admin's picture

re: what is the password

The password is embedded in the source code. Go to the editor window and search for the term "password". Be sure to toggle the current project to look for the current project.

I do not recommend using adodc control as it lucks functionality. To study about DSN download either Hotel Reservation source code or Point of Sale to see the sample.

Thank you !!!!

thank you sir....

what is the password

what is the password

admin's picture

re: what is the password

You can find the password at the connection string to a database called data.mdb.

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <vb>, <c>, <cpp>, <java>, <javascript>, <php>, <sql>, <vb>, <vbnet>. Beside the tag style "<foo>" it is also possible to use "[foo]".
  • You may use [inline:xx] tags to display uploaded files or images inline.
  • Links to specified hosts will have a rel="nofollow" added to them.

  • You may insert videos with [video:URL]

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.

Step by Step Java Tutorial

In this tutorial you will learn how to program with Java. It has a rich of information to be educated well with Java.

Read more...

Do You Have Ideas To Share?

Give your insights at "The Success of SourceCodester.com".

Read more...

Point of Sale

Point of Sale is very useful especially for supermarkets or restaurants. I have included a barcode scanner in this program. Please check it out.

Read more...