Question Please can someone help me build a pretty simple program

stephen.s13

New member
Joined
Oct 6, 2010
Messages
1
Programming Experience
Beginner
Hi there, just annother newb asking for help. I have created a system for my college workshop. the idea is to borrow the tools durin the lesson you need to sign them out. Obv to prevent people pocketing expensive equipment and tools. I have built a webpage version at https://sites.google.com/site/dctoolstore/ but now I have discoverd they would rather have it as a program thats completley offline and saves all the data. Preferbally a password required to get onto history more that 2 days ago. Any help is welcome and if i cant do it, i will simply build a frame with a browser in it and claim it as an .exe although it would need to be online

Thanks guys, Newb
 
Just create a new Windows Forms Application project, ad a new Service-based Database (SQL Server Express) or Local Database (SQL Server CE) and go from there. If you want info on interacting with databases then follow the Data Walkthroughs link in my signature. If you strike trouble along the way, post back here with specific questions.
 
Back
Top