Hello!
I'm new in this forum and I'm not so experienced in VB programming. Nevertheless I've done a project in VB.6 that runs on windows 98, 2000, xp and so on.
I'd like to ask whether there is a certain method to setup this project fpr pocket pc's. It is somehow difficult, as I tried to import the VB.6 project to .NET which did not work correctly - and I don't know why.
Of course, if someone is interested in helping me, I can post the source code in this forum.
Pleeeeease help!
Truly
Bernd
I'm new in this forum and I'm not so experienced in VB programming. Nevertheless I've done a project in VB.6 that runs on windows 98, 2000, xp and so on.
I'd like to ask whether there is a certain method to setup this project fpr pocket pc's. It is somehow difficult, as I tried to import the VB.6 project to .NET which did not work correctly - and I don't know why.
Of course, if someone is interested in helping me, I can post the source code in this forum.
Pleeeeease help!
Truly
Bernd

Transfer VB.6 project to .NET for windows mobile 2003
roychoo
I don’t believe you can import VB 6 project into device VB.Net project. You might be able to convert it into desktop project then port it to device.
Or, better, start from scratch. Considering you're "not so experienced in VB programming" your project is probably reasonably small and it would be a good exercise in .Net programming, would take in account device specific not to mention you’ll get rid of all VB6 legacy functions.
Also keep in mind what if you using any desktop COM or 3rd party controls they are probably not available on device.