943,829 Members | Top Members by Rank

Ad:
  • VB.NET Discussion Thread
  • Unsolved
  • Views: 2438
  • VB.NET RSS
May 30th, 2008
0

System Usage Administration - Internet cafe management

Expand Post »
Hi, there people!

I have a project I have to deliver but I am at loss on the relevant tech. to use although I am a predominantly vb.net guy. The VB.Net is the 2008 one.

I am to deliver a software that would enable an internet cafe do these basic things.

* Issue tickets that enables users to login and use any computer system on the network to browse the internet.
* At the expiration of the time bought (via the ticket) the computer screen is blocked to further usage and the login page is displayed.
* On the server, We should be able to see the list of connected or logged in users and the usage time remaining
* see the list of websites being visited by each of the computers
* Ofcourse if i'm able to do the above, I can report on daily sales and so on.

So people what is the overriding tech to use. I know it a client and server app. Thanks in advance .
Ideas are welcome.
Last edited by d_rev; May 30th, 2008 at 9:58 am.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
d_rev is offline Offline
4 posts
since May 2008
May 31st, 2008
0

Re: System Usage Administration - Internet cafe management

Hello, is there anyone can help me with locking the desktop code. So that, even the user press Ctrl, Alt , Del or any key, then it won't happen anything. I'm using the visual studio 2008
Reputation Points: 10
Solved Threads: 0
Newbie Poster
d_rev is offline Offline
4 posts
since May 2008
Jun 2nd, 2008
0

Re: System Usage Administration - Internet cafe management

You can do something like this by using an API call.

Private Declare Function SystemParametersInfo Lib "user32" Alias "SystemParametersInfoA" (ByVal uAction As Long, ByVal uParam As Long, ByVal lpvParam As Any, ByVal fuWinIni As Long) As Long


Private Sub Disablekeys()
SystemParametersInfo 97, true, CStr(1), 0
End Sub


Private Sub Disable_Click()
Disablekeys()
End Sub
Reputation Points: 25
Solved Threads: 18
Practically a Master Poster
binoj_daniel is offline Offline
645 posts
since Dec 2006
Jun 3rd, 2008
0

Re: System Usage Administration - Internet cafe management

You can do something like this by using an API call.

Private Declare Function SystemParametersInfo Lib "user32" Alias "SystemParametersInfoA" (ByVal uAction As Long, ByVal uParam As Long, ByVal lpvParam As Any, ByVal fuWinIni As Long) As Long


Private Sub Disablekeys()
SystemParametersInfo 97, true, CStr(1), 0
End Sub


Private Sub Disable_Click()
Disablekeys()
End Sub
thanks for helping, but when I use your code, there's a syntax error in "Any"
Is it works at your place? Is that code will lock the ctrl, alt, del, and windows key?
Reputation Points: 10
Solved Threads: 0
Newbie Poster
d_rev is offline Offline
4 posts
since May 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in VB.NET Forum Timeline: Accessing data in a datagrid...
Next Thread in VB.NET Forum Timeline: enter key





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC