Click here to Skip to main content
15,868,420 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want design a software in two parts client & server . Where client is a part of software which get installed on all pc & server is installed on main pc for controlling various things.

so basically what i need is.
Client software which get stared when windows get boots & ask for username & password which is stored in database & after confirming then only user get logined no byepass of software.. User cannot close the process from taskbar to byepass the software.
This client side records all the details of users activity in the computer & sends to serer.

server side : THIS SIDE cONtains the data base & basic administration features like add del users etc..

now i need help in.
I need basic lay out.
& any project realted to this..
Plz help me ??
Posted
Updated 23-Sep-10 4:55am
v3
Comments
Johnny J. 23-Sep-10 4:11am    
Good for you. Where's the question? You know, the one that ends with a question mark?
Maybe you should design a software that can unscramble your message, because it seems like the keys on your keyboard are in the wrong order... (have fixed it now)

1 solution

I hope you want some idea... based on the inputs, here is my quick suggestion:

1. Create a WinForms applicaiton (app1)
2. Create another applciation (app2) and make it run on a server
2. Add app1 in startup/run-registry
3. Hide form of app1 :)
4. Let app1 'remotes all details & sends to it's server' - to app 2
5. Let app2 save received data in database

Give us more inputs so that we can construct a more meaningful solution. :suss:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900