Exchange Forum > Search Forums
Search Results
Search Results

V Chan

AutoLISP and Visual LISP
Sample reactor
  F2T26P1#2  Adesu, Thanks for the example code. Very nice...
ActiveX and VBA
Changing the active Layout
  F6T2P1#2  The basic concept is: Sub ChgLayout() Dim NextLayout As String NextLayout = "Layout2" ThisDrawing.ActiveLayout =...
Turn the SDI mode on
  F6T6P1#2  You can only have one drawing open before turning the SDI mode on. To turn the SDI mode on: Sub SDI_on()...