Search found 22 matches

Reference

I don't know yet how to use Reference to CommonProjects.vbi in VBA ide, Could you give me an example if possible

Thanks
AHM

Timer

Is there a way to have a control timer
in the VBA toolbox for using the event
timer1_time like VB if possible how can I
do it

Thank you
AHM

Hi, I think you introduce in your vba routine on error resume next it works fine I holpe it help you. Sub TestRtn() on error resume next Dim Txt1 as String Dim Txt2 as String Txt1 = Intellicad.ActiveDocument.Utility.GetString(0) Txt2 = Intellicad.ActiveDocument.Utility.GetString(0) MsgBox Txt1 MsgBo...

John,
Can you explain for me how I can set to auto load in VB, if possible

Thank you
AHM

drewtheengineer,
There is an error in your code before
(progn you have to put an (if look
(defun C:TXTFILE (/ f LINE)
(setq f (open "TEST.TXT" "r"))
(if f
(progn
(setq LINE (read-line f))
(close f)
)
)
(princ))

John
How can I detect when the active window
has been changed I'd like my macro update
a combobox1 when it happen

thnk

Events

Autocad 2000 has an envent called AcadDocument_Activate. Is there anything
similar in Intellicad 4 PE


Thanks
AHM

Grips Active

I want to detect active grips on the screen and after that a selection set is made through the VBA macro look what I just think below: sub GripsAtive() Dim SS As SelectionSet Set SS = ThisWorkspace.ActiveDocument.SelectionSets.Add("SS") if gripsactive then SS.SelectOnScreen 'selection is m...

Go to advanced search

cron