Installing visual studio for PDA

  • Thread starter Thread starter PakoGon
  • Start date Start date
P

PakoGon

Hi! i´m really new to this topic of pda programming, and would like to
know how to install visual studio in my palm in order to be able to
develope and run visual basic. net aplications, interacting with sql
databases.Thanks a lot
 
I'm not sure exactly what you're asking, but Visual Studio is installed on a
desktop development machine which connects to a Windows Mobile or CE device.
When you build a smart device project, Visual Studio can automatically push
your app and any files it references down to the device for testing.

--
Ginny


Hi! i´m really new to this topic of pda programming, and would like to
know how to install visual studio in my palm in order to be able to
develope and run visual basic. net aplications, interacting with sql
databases.Thanks a lot
 
Hi! i´m really new to this topic of pda programming, and would like to
know how to install visual studio in my palm in order to be able to
develope and run visual basic. net aplications, interacting with sql
databases.Thanks a lot

Visual Studio works with Microsoft OS devices, not palms unless they
are running Windows Mobile. You also don't install Visual Studio on
the device, you install it on your PC and develop applications for
PDAs/Smartphones.

There was a company that had a product for using MS apps on Palms
(Appforge) but it was sort of acquired by Oracle which is apparently
not supporting the products.

This is an overview of developing for the devices:
http://msdn2.microsoft.com/en-us/windowsmobile/bb264342.aspx

Here's the programming stuff:

http://msdn2.microsoft.com/en-us/netframework/aa497273.aspx
 
Basic4ppc is a programming environment that can be used on the desktop
or directly on the device (Windows Mobile devices not palms).
It is based on .Net CF and it can use .Net libraries.

Erel Uziel
Anywhere Software
http://www.basic4ppc.com
 
Back
Top