Question program for touch screen lcd

Som.kash

New member
Joined
Dec 18, 2010
Messages
3
Programming Experience
1-3
Hi

I don't know if i am posting in the right place. Please be kind with me.

I wanted to ask that can a simple vb dot net program run on a computer with windows xp and LCD screen?

I have a simple computer with a standard monitor, no touch screen, Windows 7 ultimate and Visual Studio 2010. Do i need anything else to create a simple VB .net program for another computer with Windows xp and Touch screen LCD?

Regards,
Kashif
 
Thanks for reply.

the appropriate version of .net for windows xp is .net framework 3.0. right ?

It's not a matter of what's appropriate for the OS, but what's appropriate for the application. Whatever version you target in your project is the version you should install for the app to run.
 
Go under Project>Properties>Compile Tab>Advanced Compile Options and check the value of "Target framework (all configurations)" combobox. (VS 2010) The steps might be slightly different in other VS versions, but generally....
VS2005: .NET 2.0
VS2008: .NET 3.0/3.5
VS2010: .NET 3.5/4.0
 
Back
Top