Click here to Skip to main content
15,907,392 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
gizmokaka18-Sep-07 10:25
gizmokaka18-Sep-07 10:25 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
Pete O'Hanlon18-Sep-07 10:28
mvePete O'Hanlon18-Sep-07 10:28 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
gizmokaka18-Sep-07 10:41
gizmokaka18-Sep-07 10:41 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
Dave Kreskowiak18-Sep-07 10:48
mveDave Kreskowiak18-Sep-07 10:48 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
gizmokaka18-Sep-07 11:01
gizmokaka18-Sep-07 11:01 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
gizmokaka19-Sep-07 2:17
gizmokaka19-Sep-07 2:17 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
Dave Kreskowiak19-Sep-07 11:50
mveDave Kreskowiak19-Sep-07 11:50 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
Pete O'Hanlon18-Sep-07 10:50
mvePete O'Hanlon18-Sep-07 10:50 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
gizmokaka18-Sep-07 11:02
gizmokaka18-Sep-07 11:02 
QuestionC# students in UK Pin
Francois Benadie18-Sep-07 10:09
Francois Benadie18-Sep-07 10:09 
AnswerRe: C# students in UK Pin
Pete O'Hanlon18-Sep-07 10:20
mvePete O'Hanlon18-Sep-07 10:20 
QuestionLinking function keys to buttons Pin
Dio2218-Sep-07 9:06
Dio2218-Sep-07 9:06 
AnswerRe: Linking function keys to buttons Pin
Giorgi Dalakishvili18-Sep-07 9:20
mentorGiorgi Dalakishvili18-Sep-07 9:20 
GeneralRe: Linking function keys to buttons Pin
Dio2218-Sep-07 10:17
Dio2218-Sep-07 10:17 
GeneralRe: Linking function keys to buttons Pin
Giorgi Dalakishvili18-Sep-07 10:24
mentorGiorgi Dalakishvili18-Sep-07 10:24 
GeneralRe: Linking function keys to buttons Pin
Dio2218-Sep-07 10:28
Dio2218-Sep-07 10:28 
GeneralRe: Linking function keys to buttons Pin
Giorgi Dalakishvili18-Sep-07 10:33
mentorGiorgi Dalakishvili18-Sep-07 10:33 
AnswerRe: Linking function keys to buttons Pin
Luc Pattyn18-Sep-07 9:44
sitebuilderLuc Pattyn18-Sep-07 9:44 
QuestionCalculate time with int Pin
andredani18-Sep-07 7:23
andredani18-Sep-07 7:23 
AnswerRe: Calculate time with int Pin
Matthew Cuba18-Sep-07 7:55
Matthew Cuba18-Sep-07 7:55 
GeneralRe: Calculate time with int Pin
Larantz18-Sep-07 7:59
Larantz18-Sep-07 7:59 
AnswerRe: Calculate time with int Pin
Guffa18-Sep-07 8:29
Guffa18-Sep-07 8:29 
QuestionEmployee Clock in/out application Pin
Skanless18-Sep-07 7:14
Skanless18-Sep-07 7:14 
I am currently working on a project to develop an application which employees will use to clock in, clock out on break, clock in after break, do the same for lunch, and clock out for the end of the day. This application will record time an employee works, calculate regular and over time then prepare a report for HR so employees can get paid. HR is also able to correct any error the employee may had made, e.g. forgot to log out or login. Employees work by shift thus an employee may start working on one date and end on the following date. I was thinking about creating the calculation logic in SQL as a stored procedure but was advised that doing so may not be best idea. I am not sure where to start on this, besides creating the tables needed for the project in SQL. Any sample or advice on this issue will be greatly appreciated.

Skan

If you knew it would not compile why didn't you tell me?!?!?!

AnswerRe: Employee Clock in/out application Pin
Not Active18-Sep-07 7:25
mentorNot Active18-Sep-07 7:25 
GeneralRe: Employee Clock in/out application Pin
Pete O'Hanlon18-Sep-07 11:24
mvePete O'Hanlon18-Sep-07 11:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.