CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2011
    Posts
    1

    student violation monitoring

    give me an example code of which a particular violation of a student per date when it reach 3 times before turning into offense (e.g. No ID)

  2. #2
    Join Date
    Jul 2005
    Location
    Louisville, KY
    Posts
    201

    Re: student violation monitoring

    Quote Originally Posted by iandon View Post
    give me an example code of which a particular violation of a student per date when it reach 3 times before turning into offense (e.g. No ID)
    What in the world are you talking about? You are giving no context except student violations. Please elaborate...

  3. #3
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: student violation monitoring

    Sounds like homework...
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  4. #4
    Join Date
    Oct 2011
    Posts
    7

    Re: student violation monitoring

    sounds like somebody has been hitting the facebook at school

  5. #5
    Join Date
    Jul 2006
    Location
    Germany
    Posts
    3,725

    Re: student violation monitoring

    Please give me some sample code where three students get violated about something getting into offence when full moon and year is not switching. (e.g. no ID denied so far, if you get my drift).

    How could we ever answer to such requests?

  6. #6
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Talking Re: student violation monitoring

    Quote Originally Posted by iandon View Post
    give me an example code of which a particular violation of a student per date when it reach 3 times before turning into offense (e.g. No ID)
    OK, here you go :

    Code:
    If Student_violated Then
        MsgBox "You're in trouble"
    End If
    ......That will solve all your problems.....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured