Search found 1 match
- 09 Sep 2009, 18:01
- Forum: CAD .NET
- Topic: closeFile doesn't work
- Replies: 1
- Views: 9605
closeFile doesn't work
Hi, Try CadViewerControl1.CloseFile() Catch ex As Exception End Try File.Copy(fileName, "C:\jobe\temp\toto.plt") CadViewerControl1.LoadFile("C:\jobe\temp\toto.plt") i'm using a temporary file : toto.plt the first time I load it, it's working ! but, the second time I have a popup wich say that my fil...