Click here to Skip to main content
15,897,032 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
BricsCad Is a software which is used to generate engineering drawings, boilers, house design's. like that... now i'm generating drawings using C# in bricscad..it's working properly..
now my question is.... without opening the bricscad application.. i want to view the cad drawings in c# window form only... how it possible?
Posted
Updated 6-Jan-13 16:55pm
v2
Comments
Richard MacCutchan 5-Jan-13 8:12am    
What is bricscad? Please edit your question and provide some proper details of what problem you are trying to solve.
Harikamalina 6-Jan-13 22:55pm    
k sir

1 solution

We have no idea what bricscad is. You have two options

1 - rewrite the entire program in C# so you can do what you want
2 - look at the interop objects you're already working with, and read the documentation to see what they offer.

I've never heard of this program, so you're probably better off seeing if they have a forum, most people here won't know what you're talking about.
 
Share this answer
 
Comments
Harikamalina 7-Jan-13 22:54pm    
1.what is the use of rewriting the program? sir
Christian Graus 7-Jan-13 23:00pm    
No use at all, I would expect. The point is entirely that you're on a wild goose chase.

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