Sijith
Sijith

Reputation: 3932

VB.net for handheld device

I want to develop an application in VB.net for handheld device(Ticket machine in Bus and train).Is it possible to develop in Vb net. Whether i need windows OS in my handheld device or any runtime environment only needed. My hardware is ARM processor.

I want to run my application as standalone in my machine.

Upvotes: 0

Views: 1080

Answers (2)

ctacke
ctacke

Reputation: 67178

Depending on your exact needs and hardware, the Micro Framework runs .NET (though only C# is supported) on pretty resource-constrained devices. It doesn't require an OS (it is the OS).

Upvotes: 0

Hans Olsson
Hans Olsson

Reputation: 55009

Assuming that you have device with Windows Mobile on it it should be ok, though you'd have to find out what version of the .Net Compact Framework it has installed on it.

Here's more information:
http://en.wikipedia.org/wiki/.NET_Compact_Framework

Upvotes: 1

Related Questions