Showing posts with label Windows Forms. Show all posts
Showing posts with label Windows Forms. Show all posts

18 June 2013

How to send a command from a VB.NET windows forms to AutoCAD? || How to LISP command from VB.NET windows forms?


Hi Friends, in this article I will explain about how to open LISP file through vb.net windows forms.
Suppose we are working on VB.NET windows forms ,suddenly we call the LISP function from VB.NET windows form then it use because we already the code in AutoLISP and rewritten the LISP file in VB.NET its time waste so simply call the AutoLISP command from VB.NET is very easy compare to rewrite.

18 April 2013

How to call AutoLISP Program from VB.NET ? || Calling AutoCAD commands from .NET


Hi Friends, in this article I will explain about how to open LISP file using vb.net windows forms.
Suppose we are working on VB.NET windows forms ,already we write the code in LISP and write in VB.NET is useless compare to  call the LISP function from VB.NET windows form.
How to create a project in VB.NET?