Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. networkable sign in sign out board C#

networkable sign in sign out board C#

Scheduled Pinned Locked Moved C#
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rafone
    wrote on last edited by
    #1

    Morning fellow coders; I need to come up with a networkable sign in sign out board. Can somebody tell me if there are any samples to look at or give me the big picture of what I would need to do. i.e. Would this have to be ASP.net or can I do this with windows forms? thanks in advance for any information rafone

    Statistics are like bikini's... What they reveal is astonishing ... But what they hide is vital ...

    S 1 Reply Last reply
    0
    • R Rafone

      Morning fellow coders; I need to come up with a networkable sign in sign out board. Can somebody tell me if there are any samples to look at or give me the big picture of what I would need to do. i.e. Would this have to be ASP.net or can I do this with windows forms? thanks in advance for any information rafone

      Statistics are like bikini's... What they reveal is astonishing ... But what they hide is vital ...

      S Offline
      S Offline
      Skymir
      wrote on last edited by
      #2

      It can be done with either forms or asp. The difference being with forms, every sign in point needs a copy or a mapping to a copy of the executable, with asp you need a browser and the address of the page. Which way you go really depends on what you're more comfortable with and how you expect it to be used. Do you need update notifications if someone hasn't signed in or out, do you only need current status or a tracking log of historical times. The most simplistic version is to simply install an IM client on each persons machine if you just need to know if they're in the office. If you actually want to track their in/out times, then you'll have to make something. A simple database with two tables, employee name/id's and a recent activity table with ID/date/time/last activity, would handle the data. Then you just need to make an interface to update/read the tables as needed.

      The true man wants two things: danger and play. For that reason he wants woman, as the most dangerous plaything.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups