Use Thumb Scanner To Take Attendance Of Employees Using VB?

Oct 18, 2009

Dear members please guide me how thumb scanner use to take attendance of employees using vb.net and oracle 9i.

View 1 Replies


ADVERTISEMENT

Create Thumb For Xxx Type File?

Jan 18, 2012

how can i create thumb for my xxx type file as jpeg files or psd files in windows because they have a separate thumb for ever a file

View 7 Replies

Save Project To Thumb Drive?

Feb 26, 2009

I routinely make backups of my VB 2008 projects, using Windows Explorer, copying the entire project file to a thumb drive. For some obscure reason, a couple of days ago it suddenly stopped working. Specifically, the project is fine on the harddrive, can be copied to a backup area of the harddrive, but when I copy it to the thumb drive, I get an error message indicating the file can't be found. This is not a new process--I have been backing up projects for several years and never encountered anything like this.

When I click on the project folder, it shows the typical files. When I doubleclick on the .sln file, nothing happens (meaning the file does not open as it does on the harddrive). Solution Explorer shows a .vb file. When I click that, I get the "Can't find the file" error. Other projects on the thumb drive open with no problem, but I am hesitant to overwrite those with "new" versions that may not work.

View 3 Replies

Application Hang Whenever Plugs In A Thumb-drive

Oct 11, 2011

I have a client who is causing my software application to "hang" whenever he plugs in a thumb-drive and copies files. My software is using none of these files... can anyone hazard a guess at what's going on?

View 14 Replies

Rename Volume Label On A Thumb Drive?

Apr 27, 2010

We are trying to rename a volume label on a thumb drive using a visual basic program, but the operation doesn't work. We are not getting any error messages, it just doesn't work. The user account being used does not have any special privileges. I suspect the user may have to be an administrator, but that is not an option. Any ideas on how to accomplish without elevating the users privileges?

View 2 Replies

Thumb Recognition Code Required In .Net 2005?

Jun 8, 2009

making an application for thumb recognition in vb.net 2005 as soon as possible.

View 7 Replies

VB 2010 - Thumb Drive - Formatting, Partitioning, And Copying The Image

Oct 24, 2010

I have to create a program to manage a large number of USB Thumbdrives. In short, the drives will contain corporate images used by technicians to prep machines in the field. I do not have to create the images as they are already provided. Since I have to create 50 plus of these at one time, I am looking at writing a program to automate the process. As it stands now, formatting, partitioning, and copying the image to each key individually is, as you can understand, not efficient time wise. I have already purchased two industrial quality 7 port powered hubs.

The plan is to be able to: Fill all 14 slots in the hubs with USB ThumbdrivesUse the program to select the drives to prepareHave the program format and partition the drives (bootable)Copy the contents of the image folder provided to the USB keys. The idea is to do the above by filling all the slots and hitting one button, then walking away to do other work. When done, the drives would be ejected, and the next set of 14 installed.

I have already created the User Interface. It consists of: 5 buttons (Scan For Drives, Format Drives, Build Drives, Build And Format Drives, Exit).One "Select Source" entry field to select the source of the Image Files.One Checked Entry List. This is where all available drives will be listed, and the one's desired to be checked.

Now, it has been 20 years since I did any coding, and all of that was done in languages that are pretty much dead today (Turbo Pascal, Clarion Professional Developer and R:Base), so to say I'm behind the curve is an understatement. While I was never a real fan of Basic, I have some experience with it. But today's VB.Net ain't your daddy's basic, and there's no way I have time to learn C or C++. I have the Express version of Visual Studio 2010, which should be fine for this project.

View 2 Replies

Attendance System With Card Swipe?

Aug 24, 2010

designing a attendance management system

View 2 Replies

Generate Attendance Reports Using Biometrics?

Mar 3, 2012

what im trying to do here is saving the time in and time out in the attendancereports table for reports lets assume that my schedule is every sunday 1:00am to 2:00am, lets say today is march4 sunday. i successfully save a record for today. my problem is that on next sunday mar 8, instead of generating(or insert) a new record it just update the time_out of my march4 record. im so confused with this the whole day.

LogIDEmployeeIDTimeEntry Type
1201210002012-03-01 01:05:00.0000
2201210002012-03-01 01:05:00.0000

[Code].....

View 3 Replies

Project On Attendance Using Face Recognition?

Jun 11, 2010

i am new to this ,now i am doing project on attendance using face recognition .any body has done this using VB.net i am using vb2005 .

View 3 Replies

Display The Data About Employees In The List Box?

Jun 21, 2010

i'm developing a project on employees. I have added a list box and display the data about my employees in the list box. How am i supposed to do that, do we have to put in codes or need to use that small arrow near the list box.

View 1 Replies

How To Search The Employees Based On Deparments

May 3, 2010

I have been using C# for 4 years along with SQL server. However, today I have to do small application using VB.Net to search some users based on their departments

This is the first time that I am trying to do something in Active directory (and this is the first time I ever seen the Active directory). I always write database queries and I have no idea how to do query on Active directory How to search the employees based on deparments?

[Code]...

View 20 Replies

Make Connection Between Attendance Machine And Database?

Mar 21, 2010

i want make a attandance software but i need coding for make connection between attandance machine and databass. so i can connect to machine and downloadd attandace logs.

View 1 Replies

Unable To Make An Attendance Monitoring System?

Dec 15, 2009

im trying to make an attendance monitoring system using vb.net 2005. i have a little experienced programming, i used vb6. But vb.net is much more different in vb6 because of its codes. my problem is that in dtpicker, it do not accept any value that came from a textbox.

my code is like this

dtpicker1.value = textbox1.text

but an error existed..then i coded like this hoping that it will work

dtpicker1.value.hour = textbox1.text

View 2 Replies

Two Grids Displaying Records Of Employees Like Name, Job No, And Position?

Feb 8, 2010

I have two grids displaying records of employees like name, job no, and position . Now I have to swap their jobs from Emp A to Emp B which is from one grid to other.

View 1 Replies

On Error Resume - Code To Do Some Attendance Calculation For About All The Employes

Sep 10, 2009

Im havin a code todo some attendance calculation for abt all the employees in my office.its an automatic pgm which will run at 7 am everyday and email the attendance list before 8am . if theres any error for one particular employee, pgm execution stops and cant continue.since its an automatic pgm i want pgm to run with next employee if the current employee calculation got some pblm. if i use on error resumenext statment if error occur at 11 thline of calculation, pgm still cont to 12th line and executing normal.i dun want it to be lik that.if the error is in 11th line then i want to stop execution of that particular employee and goto next employee....how to do this?

View 2 Replies

VS 2005 - Finger Print Base Attendance System

Oct 30, 2010

I'm new to finger print system based attendance I've purchased digital persona device. With that I've got a sdk in which a sample application is attached.

View 2 Replies

Runnig From Server - Allow Employees To Submit Work Orders

Jun 8, 2012

I have written a small program to allow our employees to submit work orders. I want to have each computer on our network to be able to open the program, run it, and have the files (which are actually jpeg's of the form) saved on the server. This part works fine.

I have it loaded on the server and have tried to run it from several computers. While the program does run ok, it does not load the My.Settings items that are on the server. On each computer the program has, or appears to have its own set of my.settings.

If I go to the form in the program that allows me to add items to my.settings, and make changes they are saved, but when I go to the next computer they are not there. It only reflects the my.settings that were put directly in during program construction. (opened my.setting, clicked on the setting and added them there)

My question is,, how to get the program to stay on the server when running it so that the settings are there no matter which pc is running it? This is a windows forms program, I am using Visual Basic 2010 Express.

View 12 Replies

Using Collection - Store Info Of Employees On Daily Basis?

Aug 25, 2010

I am trying to come up with a way to store 3 pieces of information for each employee in the company on a daily basis. So for instance:
Day 1: Joe, 8, 80
Day 2: Sam, 10, 90
Day 3: Bill, 5, 40
Day 4: Bob, 8, 40
Day 5: Sue, 2, 50
I am very new to collections and most of the applications that I build are Create, Read, Update and Delete type applications that don't really need arrays so I have almost no experience with either.

This is what I have so far.
VB
'
Dim iDays As Integer = NumberDaysPerMonth(Date.Now)
Dim DayNumber(iDays) As Integer
Dim EmployeeRecords As List(Of String) = New List(Of String)
For i = 1 To DayNumber.Count - 1
[Code] .....

View 4 Replies

Create A Project That Will Input An Employees Sales And Calculate The Gross Pay?

Oct 24, 2011

Create a project that will input an employees sales and calculate the gross pay,deductions, and net pay. Each employee will receive a base pay of 900 plus a sale commission of 6% of sales.After calculating the net pay, calculate the budget amount for each category based on the percentages given in the tables below.

Pay
Base Pay
�900.00
Commission

[code]....

Your Form should use text boxes to input the employee name and the euro amount of the sales and also use text boxes to display the results of the calculations. Provide buttons for Calculate, Clear, and Exit. Display a message to the user for any bad input data.Hints - You need to declare module-level constants, declare variables, carry out calculations and use try/catch to handle any exceptions that may occur.

View 7 Replies

Forms :: Make An Application That Allows The Manager Of The Company Whether The Employees Are Truly Active?

Sep 18, 2011

I want to make an application that allows the manager of the company whether the employees are truly active: screenshot and a "timer" to measure the time of the activity of the employee Can be controlled using the mouse or keyboard while the application is not active, but in execution.Is it possible in vb.net to know if the user of the machine is using the mouse or keyboard? My idea is to set a "Timer" which triggers automatically after the connection of the employee and every 10 seconds the application checks whether the mouse position has changed or a letter is entered on the keyboard except the"Timer" Will Be stopped until have a new mouse position or activity on the keyboard. But the problem is: is the application able to know the position of the mouse or to capture all keyboard input even if the application n 'is not active(not in the foreground)?

View 2 Replies

One Dimensional Arrays - Display The Number Of Employees Who Have Earnt A Salary Within The Ranges Below

May 25, 2009

i am a beginner learning vb.net. I have an excercise to create a form and on clicking the totals buttons it should display the number of employees who have earnt a salary within the ranges below. Now this code works, but i want to substitute the Select Case Statement with a more efficient for..next statment to increment my counter. The code is:

[Code]....

View 2 Replies

C# - Get CheckIn-CheckOut Time Difference From Punch Machine Attendance Log With Single Row Using SQL Query?

Oct 10, 2011

we are using Punch Machine for Attendance with zkemkeeper.dll and geting AttLog using Vs.net 2010.How can Get Records from SQL Query? my table structure like this

LogID int P.K.
DeviceIP varchar
EnrollNo int

[Code]....

View 3 Replies

Create Small Database Which Handles Student Attendance Record - Repeating The Data Again And Again ?

Feb 6, 2009

I want to create small database which handles Student Attendance Record it will store the roll calls of students on daily basis that teachers collect from the students in the class on paper and then later transfer it on computer .So my database Must contain Month, Year, Program (BCS, BIT, MS, MCS, MIT etc) Batch (1st, 2nd etc) and Subject (English, Math, Geography etc)

Suppose I want to Search for the Attendance Sheet of any month, year, Program, Batch or Subject, it returns me the required dataSo i come up with the Datadase which includes 5 dimension tables and one fact tableDimension Tables1. Student (StudentID, Name, other Attributes)2. Program (Program_Name, other Attributes)3. Date (Date, Week, Month, Year)4. Batch (Batch_Number, Description)5. Subject (Subject_Name, other Attributes)Fact TableAttendanceTable ( StudentID, Program, Date, Batch, Subject, Status)but the problem come when certain columns are repeating again and again which is time consuming for database operator and shows inconsistent behaviour of database.

Look at it: my Fact table would be like this [code]....

problems:1. The StudentId is repeating which shouldn't (Primary Key),2.It wastes a lot of time coz i'm repeating the data again and again Like Program, Date and Batch which shouldn't be in consistent Databases.

View 7 Replies

Creating A VB Program For School To Collect Data On Student Attendance And Populate It To A Table?

Mar 27, 2012

We are creating a VB program for school to collect data on student attendance and populate it to a table. I have all of the 'GET' statements but am having trouble creating the 'Insert' procedure. This is what I have so far. The form being used to fill the table has 4 items being recorded. 'Present' radio button marked as present, tardy or absent; StudentId, PeriodId and date. Not sure if we are on the right track. The target table is tmAttendance. There are approximately 25 rows of data on the input form.

View 3 Replies

VS 2010 Constants And Calculations - Project - Input An Employees Sales And Calculate The Gross Pay

Apr 6, 2012

This is the Project that i have to make. Create a project that will input an employees sales and calculate the gross pay, deductions, and net pay. Each employee will receive a base pay of $900 plus a sale commission of 6% of sales.

After calculating the net pay, calculate the budget amount for each category based on the percentages given in the tables below:

Your Form should use text boxes to input the employees name and the amount of the sales and also use text boxes to display the results of the calculations. Provide buttons for Calculate, Clear, and Exit. Display a message to the user for any bad input data. Now i want to know for constants its going to be : commission sale, deductions and everything in Budget? I am also guessing that for the gross pay its going to be the" Gross pay = base pay * Commission" ?

View 2 Replies

VS 2008 - Using LINQ To Execute A Simple "delete From Employees Where EmployeeID = 1"?

Jul 13, 2010

I am rewriting an old app that uses Linq. One part intrigued me...The code get the ID of a row from a datagridview.Then the code executes a LINQ that in the where-part make a selection based on the ID (which is the PK) to return a single object using .Take(1).SingleOrDefault Then this object is added to the dbcontext.Employees.DeleteOnSubmit() method and finally the Submitchanges is executed...I added a watch to the Log property of the datacontext, and lo and behold, when the delete query is executed, it uses ALL properties of the object in its where query. It should use the EmployeeID only since its the PK.

My question is, is it impossible using LINQ to execute a simple "delete from employees where employeeID = 1" That is basically what the above LINQ code does. But I dont want to to excute a select statement first, and I dont want it to delete by all columns, only by the id column, which an indexed PK.Any LINQ gurus wanna share some insight on this?

View 7 Replies

Forms :: Create An Attendance Form In Windows Form?

Oct 1, 2009

How to create a Attendance form in windows form.The form should lookk like this:


1 2 3 4 5 6 7 ..........till 31 or 30 based on month selected
1. emp1

2. emp2

I shud be able to enter attendance for employees.....

View 7 Replies

Cannot "add" New Employee Onto Our Employees Database?

Feb 21, 2011

ERROR RECEIVED: NullReferenceException was unhandled Object reference not set to an instance of an object.

And it points on the particular line: dsNewRow = ds.Tables("Employees").NewRow()
Imports System.Data.OleDb
Public Class Register

[code].....

View 2 Replies

Registering Employees Onto Access DB (VB 2008 + MS Access XP)?

Jun 10, 2011

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim ds As New DataSet

[code].....

View 7 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved