|
-
Oct 17th, 2004, 08:20 AM
#1
Thread Starter
Addicted Member
VB Application in pocket PC
Hi,
I have created a program in windows form, if I want to use the program in my pocket PC, what should I do?
Thanks,
NewBie
-
Oct 17th, 2004, 02:26 PM
#2
Hi,
You need to start a smart device application (assuming VS.Net 2003) and port your code in that project.
Cheers,
NTG
-
Oct 17th, 2004, 11:55 PM
#3
Thread Starter
Addicted Member
Hi,
I have application which is not in smart device application , when I attached the project into this smart drive application, it returns a lot of errors, example, some coding does not support in smart drive application, is it any solution that you could provide?
Thanks,
NewBie
-
Oct 18th, 2004, 03:11 AM
#4
That was to be expected. Simply creating a smart dev app and attaching your existing app won't cut it, you need to re-engineer your original app into a new smart dev app. It's only natural that parts of the original functionality isn't supported if you're coding for a Pocket PC - you simply have to re-engineer.
Cheers,
NTG
-
Oct 19th, 2004, 03:04 AM
#5
Hi
The Pocket PC applications are based on the .Net Compact Framework.
Regards
Jorge
"The dark side clouds everything. Impossible to see the future is."
-
Oct 22nd, 2004, 01:59 PM
#6
Don't expect to be able to simply port programs into PocketPC or WindowsCE platforms, especially if the program has forms. The size of the screen alone pretty much insures that such a port would either look or feel like crap.
I've been doing a fair amount of this during the last summer. When I started out, I tried to make the PDA version look like the desktop version. That was a BAD idea. The screen is much smaller, the input is almost entirely click driven (and it should be!), and the aspect is greatly different. Also, the compact framework is just that: compact. There is much that has been removed (and a few things that look like they are still there, they just don't work).
Writing for the PDA is not like writing for a desktop, and you shouldn't think of it that way. Porting probably acts as a particularly misleading crutch. Write new!
My usual boring signature: Nothing
 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|