Search found 4 matches

by Sean Miller
20 Dec 2008, 17:18
Forum: CAD .NET
Topic: Event for Drawing finished painting
Replies: 1
Views: 10196

Event for Drawing finished painting

There is an event named EndLoadFile that tells me when the file is finished being read, I would like to know when the drawing has been fully rendered. For some files, When I call CadViewer.LoadFile("Drawing1.dwg") the hourglass is shown and then goes to the default and then 5 seconds later the drawi...
by Sean Miller
07 May 2008, 21:39
Forum: CAD .NET
Topic: Trial Version Issues
Replies: 5
Views: 19204

Re: Trial Version Issues

private void InitParams()? This is nowhere to be found? Open your ViewerControlVB sample application. Change the code in the miOpenFile_Click routine to: Me.cadViewerControl.Image.LoadFromFile("C:\some folder\somedwg.dwg") This generates an exception. How or what do I need to do to get around this. ...
by Sean Miller
06 May 2008, 16:12
Forum: CAD .NET
Topic: Trial Version Issues
Replies: 5
Views: 19204

Re: Trial Version Issues

OK the ToolPanel.Buttons(Index).Visible through code works.
What about the Image.LoadFromFile?
by Sean Miller
01 May 2008, 21:26
Forum: CAD .NET
Topic: Trial Version Issues
Replies: 5
Views: 19204

Trial Version Issues

Maybe it's because I'm using the trial version. I would like to be able to hide or remove button from the Toolbar from the CADViewerControl, so I go to Toolspanel->Buttons and set Button.Visible = False and it still shows. I have even tried to Delete the button(s) and they still show. I try to use C...