Click here to Skip to main content
15,886,722 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how can i make a wpf form data Entry application that can be installed on ANY COMPUTER runinig Windows 7, xp and Vista with a link to a shared ms access database on a local area network.
Posted

Assuming you have .net installed on every computer you wish to run it on.
create a wpf application
create a connection to the database (use SQL Server instead of Access)
create a form with the controls to accept the data you need
code the save operation to write the data to the database
test the application
distribute the application to all the machines required

Your question is too broad to be answered in a forum message.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 9-Jan-13 10:18am    
This does not look like a nice answer, but here is the thing: some inquirers like this one ask not just bad questions, but such questions that any answer would be dirty. And this is not your fault, so it's adequate enough. My 5.
—SA
Mycroft Holmes 9-Jan-13 17:35pm    
Well I wasn't rude or sarcastic which is my usual style for silly questions :)
Sergey Alexandrovich Kryukov 9-Jan-13 19:07pm    
I'm sure, it wasn't rude or offending at all, and sarcastic tone is not a bad thing. I don't know how much you are familiar with my posts, but from time to time I just kick ass, and you know what: in some cases, it helps!

—SA
You can't, because the XP machines will need .NET installed. Once they have .NET installed, there's no issue.
 
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