.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
*Matthew
ADT 2005 Forms
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
39 Views, 0 Replies
07-01-2005 01:19 PM
How do I call a form? Also, when it fails, I get a message about enabling
the just in time debugger. How do I do that.
_
Public Sub CalcTest()
Dim CalcMain As XMain
Dim hwnd As Object
Dim ed As Object
'where do I put this??
ed.System.Windows.Forms.jitDebugging = True
Autodesk.AutoCAD.ApplicationServices.Dialogs.ShowM odalDialog(hwnd,
CalcMain)
End Sub
Thnaks in advance
Matthew
the just in time debugger. How do I do that.
Public Sub CalcTest()
Dim CalcMain As XMain
Dim hwnd As Object
Dim ed As Object
'where do I put this??
ed.System.Windows.Forms.jitDebugging = True
Autodesk.AutoCAD.ApplicationServices.Dialogs.ShowM
CalcMain)
End Sub
Thnaks in advance
Matthew

