DeathFox Member Posts: 57 From: Registered: 04-25-2006 |
I was planning to make a palmtop program that can connect to a computer program regarding a pet clinic database. Anyways, I was wondering is there any VB.net-like language for making palmtop apps? |
kenman![]() Member Posts: 518 From: Janesville WI Registered: 08-31-2006 |
If you are targeting a windows mobile device then yes Visual Basic.net (Visual Studio) You can also download one of the many sdk's. With Visual Studio you can create an app that runs both in the Windows enviorment and the handheld enviorment with the same executable build. THis may be very handy with your deal as the same app can be run from a windows computer without any modifications. |