| | |
System Usage Administration - Internet cafe management
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: May 2008
Posts: 4
Reputation:
Solved Threads: 0
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.
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.
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
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
•
•
Join Date: May 2008
Posts: 4
Reputation:
Solved Threads: 0
•
•
•
•
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
Is it works at your place? Is that code will lock the ctrl, alt, del, and windows key?
![]() |
Similar Threads
- System Usage Administration - Internet cafe management (IT Professionals' Lounge)
Other Threads in the VB.NET Forum
- Previous Thread: Accessing data in a datagrid...
- Next Thread: enter key
| Thread Tools | Search this Thread |
.net .net2008 2008 access account add advanced application array basic beginner browser button buttons click code combo cpu cuesent data database datagrid datagridview date datetimepicker designer dissertation dissertations dissertationtopic employees excel exists fade filter forms generatetags html images input intel internet listview mobile module monitor mysql net number objects open panel passingparameters pdf picturebox picturebox2 port position print printing printpreview problem regex reuse right-to-left save search searchvb.net select serial settings shutdown socket sqldatbase sqlserver storedprocedure survey temperature textbox timer timespan transparency txttoxmlconverter update user usercontol vb vb.net vb.netformclosing()eventpictureboxmessagebox vbnet vista visual visualbasic.net visualstudio.net visualstudio2008 web winforms wpf wrapingcode xml year





