Search found 6 matches

by jgayhart
05 Apr 2007, 17:29
Forum: CAD .NET
Topic: Load From File vs. Load From Stream
Replies: 7
Views: 25501

Hi,

When I try the code with 2007 files, .AbsWidth and .AbsHeight are set to zero. But, again, loading via file works okay.

-- James "ACE" Gayhart: If at first you don't succeed, call it Version 1.0.
by jgayhart
05 Apr 2007, 15:34
Forum: CAD .NET
Topic: Load From File vs. Load From Stream
Replies: 7
Views: 25501

Hi,

I tried the new beta version. But, it seems to have caused more problems than it solved. I will try to work on a sample project where I can reproduce the crashes.

-- James "ACE" Gayhart: If at first you don't succeed, call it Version 1.0.
by jgayhart
30 Mar 2007, 18:35
Forum: CAD .NET
Topic: Load From File vs. Load From Stream
Replies: 7
Views: 25501

Load From File vs. Load From Stream

<font color="black">Hello, I have an application which displays dwg files. The dwg files are stored in a database and retrieved into a byte array. I create a stream from the byte array and call the LoadFromStream function. It works for the most part. However, I have found that it does not work for ....
by jgayhart
27 Feb 2007, 00:28
Forum: CADViewX
Topic: CADViewX + .NET
Replies: 8
Views: 39641

Hi, I was just checking to see if there is any progress on this problem. This problem is currently holding up the release of a production application. We are anxious to get the problem resolved as soon as we can. Please let me know if there is anything that I can do to help facilitate you. Thanks. J...
by jgayhart
10 Feb 2007, 01:08
Forum: CADViewX
Topic: CADViewX + .NET
Replies: 8
Views: 39641

CADViewX + .NET

Hi, I am currently in the process of migrating from VB6 to Visual Studio 2005. When running the VB.NET demo project (or even just adding the control to an empty form with no code), I get the following two errors when closing the program: <ul><li>The exception unknown software exception (0x0eedfade) ...
by jgayhart
04 Oct 2006, 01:09
Forum: CADViewX
Topic: Position of Drawing Within Control
Replies: 1
Views: 12608

Position of Drawing Within Control

Hi, I am a new user of CADViewX. I am using the control in conjunction with Visual Basic 6. I want to be able to load a pre-existing drawing and then draw on top of the control. I can draw without a problem. But, I need to get the dimensions and the position of the drawing from within the control. I...