Click here to Skip to main content
15,896,332 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all ,

I found code to open 'dwg' here at CodeProject - it's good and I am able to use it in mobile application.

I also found code to open DFX but I am not able to use it in mobile application. How can I open DFX file in mobile application?

Is there any way to do it using binary stream ?

Thanks for any help.
Posted
Updated 3-Sep-10 20:52pm
v2

1 solution

From what I remember, it was DXF file. That is normally plain text with number representing coordinates and positions of the objects on the screen. Through .Net, you can read it as plain text although you must know which number represents what.

If you can describe what exactly is the problem you are facing, then probably someone can offer better help.
 
Share this answer
 

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