Lost Password?

Go Back   CodeCall Programming Forum > Software Development > Software Development Tools

Software Development Tools Tools to help encrypt, install or anything else for Software Development

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-10-2007, 09:01 PM
icecauldron icecauldron is offline
Newbie
 
Join Date: Jul 2007
Location: Singapore
Posts: 3
Rep Power: 0
icecauldron is on a distinguished road
Default Help / Advice Needed - Barcode scanning

hi, i'm new to programming. i need some help with the integration of a barcode system for sunday school children. The system is used to keep track of their attendance, database and point system. what kind of software can i use to build this system? thanks.

am i posting this in the right thread?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 07-16-2007, 08:22 PM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Age: 26
Posts: 5,857
Last Blog:
Performance or Maintai...
Rep Power: 20
Jordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud of
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

What type of device are you going to be building on (I'm guessing something like an LXE scanner)? I recently built a program I could probably send to you for Windows CE 5.0 which scanned codes.

Just out of curiosity, what are you scanning? These kids have barcodes?
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
Don't hesitate to ask any questions that you have! Check out our ASCII Calculator!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-16-2007, 10:23 PM
icecauldron icecauldron is offline
Newbie
 
Join Date: Jul 2007
Location: Singapore
Posts: 3
Rep Power: 0
icecauldron is on a distinguished road
Default barcode

Hi Jordan, we will be printing the barcodes (fonts) and attach it to the kids. Was thinking of using Visual Basic, but I'm unsure if it will work. Does VB allows its own database storage?

wow LXE scanner looks pretty complicated. I guess we will just use a simple barcode scanner, those you see at retail outlets, megamarts to do inventory control.

Sure, a program will be most helpful. what did you use to write the program?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 07-17-2007, 12:07 PM
hoser2001's Avatar   
hoser2001 hoser2001 is offline
Programmer
 
Join Date: Jul 2006
Posts: 175
Rep Power: 9
hoser2001 is on a distinguished road
Default

Quote:
Originally Posted by icecauldron View Post
Hi Jordan, we will be printing the barcodes (fonts) and attach it to the kids.
Someone please explain how this isn't just....wrong.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 07-17-2007, 04:51 PM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Age: 26
Posts: 5,857
Last Blog:
Performance or Maintai...
Rep Power: 20
Jordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud of
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

Visual Basic would work along with C# or C++ or just about any languages. With Visual Basic you will be able to do it much faster. Yes, you can access just about any type of database from Visual Basic. The one that MS will recommend will be MSsql or Access. You might want to consider Access if there isn't many kids - or even a spreadsheet.

@hoser2001: lol....
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
Don't hesitate to ask any questions that you have! Check out our ASCII Calculator!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 07-17-2007, 07:11 PM
pedrogk pedrogk is offline
Newbie
 
Join Date: Jun 2007
Posts: 2
Rep Power: 0
pedrogk is on a distinguished road
Default

Quote:
Originally Posted by hoser2001 View Post
Someone please explain how this isn't just....wrong.
It is wrong that they print the barcode and then attach it to the kids, it is a waste. They should print the barcode directly to the kids, right?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 07-17-2007, 08:24 PM
icecauldron icecauldron is offline
Newbie
 
Join Date: Jul 2007
Location: Singapore
Posts: 3
Rep Power: 0
icecauldron is on a distinguished road
Default

shrugz?? whats wrong?? using visual basic or attaching the barcode to the kids? probably in the form of name tags to hang around their neck.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 07-17-2007, 08:32 PM
pedrogk pedrogk is offline
Newbie
 
Join Date: Jun 2007
Posts: 2
Rep Power: 0
pedrogk is on a distinguished road
Default

We are just kidding. It is just that the phrase "attach (the barcode) to the kids" sounds as if you were going to engrave or staple the barcode to their body.

Obviously, we know that you will print a badge or something that they will carry around, we are just being silly.

Anyway, don't worry about the programming language for this, it can be done with most. Just use whichever it is that you have people/tools available or cheap. I agree that VB should be a good option.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 07-18-2007, 05:17 PM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Age: 26
Posts: 5,857
Last Blog:
Performance or Maintai...
Rep Power: 20
Jordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud of
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

Quote:
Originally Posted by icecauldron View Post
shrugz?? whats wrong?? using visual basic or attaching the barcode to the kids? probably in the form of name tags to hang around their neck.
Nothing wrong with this and this is what I thought you meant but I can see how the way you stated it sounded funny.

Anyway, I don't think my program will help you any since it is for Windows CE 5.0 but if you need any help just let us know.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
Don't hesitate to ask any questions that you have! Check out our ASCII Calculator!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
.NET problem with printing a barcode honzac32 C# Programming 3 07-10-2007 03:41 PM
Serverside Development: Ditching PHP for C++. Advice Needed! evo4ever C and C++ 1 02-12-2007 08:19 AM


All times are GMT -5. The time now is 02:00 PM.

Contest Stats

John ........ 223.00000
dargueta ........ 168.00000
Xav ........ 164.00000
gaylo565 ........ 18.00000
WingedPanther ........ 15.00000
|pH| ........ 15.00000
Johnnyboy ........ 3.00000
navghost ........ 1.00000

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 65%

Ads