Click here to Skip to main content
15,897,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all

I am making one application in vb.net using wpf.
i was wondering that is it possible to create one setup which will run on any OS like windows, android.
or it's like for every OS i have to create different different applications..

Please clear my doubt and correct me if i am wrong anywhere..

Thank you
Posted

1 solution

It is difficult to create an application that will work on all OS.
Its not impossible though - a web page could be an example.

You cannot build "cross-platform" applications with WPF.

The point is that you will run this program different hardware with lots of differences e.g. size screens, memory etc when you talk about phone development.
Thus, those become serious constants as well.
 
Share this answer
 
Comments
Aarti Meswania 23-Apr-13 1:52am    
correct 5+! :)
Abhinav S 23-Apr-13 2:03am    
Thank you.
[no name] 23-Apr-13 1:54am    
So like for every platform i have to make different applications..??
Abhinav S 23-Apr-13 2:05am    
Not always necessary. You can build a single application for a group of systems.
However, this is never easy and you could loose out on features.
[no name] 23-Apr-13 2:16am    
Then what u r suggesting..what can be the best way to opt for this..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900