Notices

Water Fountain General Chit/Chat

Reply
 
LinkBack Thread Tools
Old 01-04-04, 09:19 AM   #1 (permalink)
Aximsite Rookie
 
Lystig's Avatar
DAP Freshman
 
Join Date: Aug 2003
Location: Norway
Posts: 35
Thanked 0 Times in 0 Posts
Visual Basic 6.0

Hi!

Can I use Visual Basic 6.0 to make programs for my ppc or do I need some other programs? How much does theese programs cost?

Don't shoot me, I'm just a noob.
Lystig is offline   Reply With Quote
Sponsor Ads
Old 01-04-04, 12:15 PM   #2 (permalink)
cageyjames
Guest
 
Posts: n/a
If you really want to program with VB, you'll either need to upgrade to Visual Basic.NET or download eVB from MSDN.

A good place to start is either the MSDN Mobility section of MSDN or DevBuzz.
  Reply With Quote
Old 01-04-04, 12:35 PM   #3 (permalink)
SquawkingMonkey
Guest
 
Posts: n/a
You can use eMbedded Visual Tools or the .NET Compact Framework.

eMbedded Visual Tools is free. Use version 3.0 for Pocket PC 2002 and 4.0 for WM2003. Note: 4.0 no longer includes eVB-you will need to download this separately.

If you plan on developing .NET apps, keep in mind that you will also need to install the .NET CLR runtime for Pocket PC 2002 devices (WM2003 comes with it preinstalled on ROM).
  Reply With Quote
Old 01-04-04, 02:02 PM   #4 (permalink)
Aximsite Administrator
 
deftech's Avatar
Addicted Member
 
Join Date: Feb 2003
Location: Arkansas
Posts: 5,635
Thanked 3 Times in 2 Posts

Awards Showcase
Moderator Medal Admin Medal Bronze Poster 
Total Awards: 3

Also though, if you develop in VB using eVB.....you'll have to install the eVB Runtime on all Windows Mobile 2003 devices. And this can be a real PITA, because all new PPCs coming out now have WM2003 loaded on them.

I suggest the same as James, that you should look into upgrading to VB.NET. It offers a lot more functionality in what you can write, and also works on WM2003 PPCs without having to make the user install additional runtimes.
__________________
Jordan M. Wigley
Aximsite.com
Email: jordan AT aximsite.com


.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Come join the friendly community at
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
deftech is offline   Reply With Quote
Old 01-04-04, 02:06 PM   #5 (permalink)
whitelyt
Guest
 
Posts: n/a
Yeah,

It's interesting how PPC2002 had eVB loaded but WM2003 does not. So if you want to run any programs the require eVB runtime you will have to install it if you are running WM2003.
  Reply With Quote
Old 01-04-04, 03:22 PM   #6 (permalink)
SquawkingMonkey
Guest
 
Posts: n/a
Some good resources if you decide to use VB.NET and the Compact Framework...

www.opennetcf.org - Has a good download section for component libraries and a forum section with many controls and components (including source code).

www.gotdotnet.com - Site run by Microsoft development team that includes code with source as well as How-To articles.

www.intelliprog.com - Has many good articles and How-To's.

Keep in mind that VB.NET is not the VB6 you're familiar with. VB.NET is a fullfledged object-oriented language with many similarities and differences with VB6. Knowledge of object-oriented design and development is not only helpful but essential for effective development in .NET.

One last note: although WM2003 devices come with the Compact Framework installed on ROM, Microsoft has release service pack 1 that includes myriad bug fixes. Many of these devices will still need to have the service pack installed if you want the bug fixes.
  Reply With Quote
Old 01-04-04, 04:57 PM   #7 (permalink)
cageyjames
Guest
 
Posts: n/a
Quote:
Originally posted by whitelyt
Yeah,

It's interesting how PPC2002 had eVB loaded but WM2003 does not. So if you want to run any programs the require eVB runtime you will have to install it if you are running WM2003.
Thats because the future in Microsoft's mind is .NET. No need for the old runtimes.... eVB wasn't very good anyway IMO.
  Reply With Quote
Old 01-04-04, 05:21 PM   #8 (permalink)
whitelyt
Guest
 
Posts: n/a
Yeah, I know.

.Net this .Net that. There are some very good programs out there for the PPC that requires the runtime. Well atleast M$ makes it available for WM2003.
  Reply With Quote
Old 01-20-04, 10:36 PM   #9 (permalink)
Aximsite All Star
 
cjradek's Avatar
Super Member
 
Join Date: Apr 2003
Location: Illinois
Posts: 531
Thanked 0 Times in 0 Posts
so if i make a .net program for the computer it will work on my wm2003 ppc right. besides screen size of course. i would like to adjust my programs if this is true. also, is there a wm2003 emulator? with evb i could only use the ppc2002 one that won't work w/2003. if there is an emulator, can
you post a link please? Thank you so much everyone.
__________________
There are only 10 types of people in the world, those who understand binary, and those who don't.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
cjradek is offline   Reply With Quote
Old 01-20-04, 10:50 PM   #10 (permalink)
Aximsite Minor League
 
Iguanaman's Avatar
Member
 
Join Date: Nov 2003
Location: Seneca, Missouri USA
Posts: 107
Thanked 0 Times in 0 Posts
Here is a starting point...

http://www.microsoft.com/windowsmobi...r/default.mspx

When you create a VB.NET program you will create the app as a "Smart Device." Not everything you can do in Windows porgramming will work in Windows CE. They had to pare down quite a few things to get it to fit.
Iguanaman is offline   Reply With Quote
Old 01-20-04, 10:53 PM   #11 (permalink)
SquawkingMonkey
Guest
 
Posts: n/a
Quote:
Originally posted by cjradek
so if i make a .net program for the computer it will work on my wm2003 ppc right. besides screen size of course. i would like to adjust my programs if this is true. also, is there a wm2003 emulator? with evb i could only use the ppc2002 one that won't work w/2003. if there is an emulator, can
you post a link please? Thank you so much everyone.
No. The Compact Framework is a very small subset of the full Framework. Many of the classes in the base class library are missing in the Compact Framework. Even the classes that do exist may have many missing methods and properties. Also, you must create a Smart Device application to target the Compact Framework.

The Compact Framework and emulator comes standard with Visual Studio .NET. I'm not sure if this is also true of the Visual Basic .NET Standard edition.
  Reply With Quote
Reply

Sponsor Ads

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 03:19 PM.
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2003-09 LeckMedia, LLC