Is it possible to Convert from Windows Application to a Mobile Device Application?
-
I have a a windows application which works great written in C#, and I was wondering what are the steps to take to convert it to a mobile device application? Is the process just a copy and paste process? Or is there more to it? It would be helpful if you tell me what the difference between the two? Thanks in advance.
-
I have a a windows application which works great written in C#, and I was wondering what are the steps to take to convert it to a mobile device application? Is the process just a copy and paste process? Or is there more to it? It would be helpful if you tell me what the difference between the two? Thanks in advance.
-
Just tried it, groupbbox can't be used among many other controls. Is there something I'm missing?
-
Just tried it, groupbbox can't be used among many other controls. Is there something I'm missing?
-
I have a a windows application which works great written in C#, and I was wondering what are the steps to take to convert it to a mobile device application? Is the process just a copy and paste process? Or is there more to it? It would be helpful if you tell me what the difference between the two? Thanks in advance.
The framework is different - although very similar in many respects. You will need to research to see what controls are not there / behave differently, and the same for any other inbuilt classes you're using, and redesign accordingly. Mostly, it's stuff taken out, but there are additions too. Most of the stuff that's not there can be recreated easily enough with some 'googling' and some API calls.
Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
Why are you using VB6? Do you hate yourself? (Christian Graus)