PVitt
PVitt

Reputation: 11760

Any .NET IDE running on Windows Mobile?

Is there any .NET IDE running on windows Mobile 6.x? The IDE does not have to support mobile development, nor debugging or something else. What I'm looking for is kind of an "IntelliSense-capable editor running on Windows Mobile" that lets me write code on my mobile phone wihtout having to power up my laptop.

Upvotes: 2

Views: 541

Answers (1)

SqlRyan
SqlRyan

Reputation: 33914

Though I'd second the comment about the pain of doing development on your mobile (it would take me just as long to peck out 3 lines on my phone as it would to fire up my laptop), here are two mobile IDEs:

http://www.pocketpcfreeware.com/en/index.php?soft=1989

UPDATE: I removed the second link, because it looks like it's not a .NET IDE. My bad on that one :(

Upvotes: 2

Related Questions