Hand Held Devices

  • Thread starter Thread starter scorpion53061
  • Start date Start date
S

scorpion53061

I understand my version of VS can support hand held software development
(e.g. Palm Pilot)

I would like to look into developing some of the desktop stuff I wrote into
a palm version.

Does anyone have a tutorial I can look into?
 
Hi,

You can make a mobil asp.net application that will work on the palm
pilot. VS.NET 2003 will allow you to make stand alone applications that
will work on the PocketPC or WinCE devices only. Check out AppForge for
developing standalone apps for the palm. http://www.appforge.com

Ken
 
Hello,

scorpion53061 said:
I understand my version of VS can support hand held software
development (e.g. Palm Pilot)

AFAIK this will only work for Pocket PCs running Windows.
 
You are correct. I have recently downloaded the .NET Compact Framework.

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

"Maybe it's a game called 'Punish the User'"


: Hello,
:
: > I understand my version of VS can support hand held software
: > development (e.g. Palm Pilot)
:
: AFAIK this will only work for Pocket PCs running Windows.
:
: --
: Herfried K. Wagner
: MVP · VB Classic, VB.NET
: http://www.mvps.org/dotnet
:
:
 
just to clarify...it works not only w/ ppc devices but w/ most anything that
runs windows CE including hp hand helds and a few others...also works w/
tablet pcs running CE.

who likes palm pilots anyway. ;^ )

appforge is the most popular plug-in if you want to take, say vb6 source
code, and compile it to something a palm can understand.

steve
 
Hi,

You can create an ASP.NET Mobile Application using VS 2003 (this is
web/server based, and uses the browser on your device to display UI
elements). You would have to determine if the specific device/browser that
you are using is supported.

If you want to create a client application, then you have to use something
like AppForge -- not Visual Studio, which is for Pocket PC (and Windows CE
4.1 or later) devices.

Dick

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 3rd
Edition ISBN 1-890422-27-4 (391 pages) published February 2002.
 
Back
Top