See the top rated post in this thread. Click here

Page 1 of 4 1234 LastLast
Results 1 to 10 of 34

Thread: I guess vba is dead in acad 2010

  1. #1
    Member
    Join Date
    2015-08
    Posts
    11
    Login to Give a bone
    0

    Angry I guess vba is dead in acad 2010

    from this website :http://www.jtbworld.com/autocad2010.htm

    Removed form acutocad 2010.
    Microsoft Visual Basic for Applications software (VBA) is no longer installed with AutoCAD. For more information and free download visit: http://www.autodesk.com/vba-download Microsoft has stopped supporting VBA for some time now & it's not ported to 64-bit.

    This dialog box will show if VBA is not installed.


    The sample files are now available online and are no longer included on the AutoCAD DVD. You can access the sample files at the following URL:
    http://www.autodesk.com/autocad-samples


    Tried the above site, but it did not work.
    ANY COMENTS??


    --------------------------------------------------------------------------------

  2. #2
    All AUGI, all the time
    Join Date
    2015-12
    Location
    Central Oregon
    Posts
    591
    Login to Give a bone
    0

    Default Re: I guess vba is dead in acad 2010

    The link will not work until 2010 ships....

    Some more info: LINK

  3. #3
    All AUGI, all the time
    Join Date
    2003-10
    Posts
    706
    Login to Give a bone
    0

    Default Re: I guess vba is dead in acad 2010

    Is dot net easy to write code in as opposed to VBA? Is it visual like VBA (buttons, images, etc.)? The real question is can I somehow transfer my billions of VBA programs over to it without having to completely rewrite everything?

  4. #4
    All AUGI, all the time
    Join Date
    2015-12
    Location
    Central Oregon
    Posts
    591
    Login to Give a bone
    0

    Default Re: I guess vba is dead in acad 2010

    That's a loaded question there Coolmo.
    "easy...as opposed to VBA" this sort of implies that VBA is hard. VB.NET is very similar to VBA. The forms are far superior in .NET vs VBA The speed at which .NET code operates is much faster than the same VBA code.

    No, you won't be able to transfer everything over from VBA. You may be able re-use some of the code, but you will likely only use your existing code as a guide. Forms cannot be re-used at all.

    If you could get your hands on some Civil3D Sample code, you could compare the 2 versions. C3D ships with working versions of some of it's programs in both VBA & VB.NET so you can see how similar, yet how different, they are.

    Having said that, I have found it enjoyable (for the most part) learning the .NET languages. I've used both VB.NET & C#, with C# being the one I chose to use for myself. However, I am far from an expert in this arena....

  5. #5
    The Silent Type RobertB's Avatar
    Join Date
    2000-01
    Location
    Seattle WA USA
    Posts
    5,859
    Login to Give a bone
    0

    Exclamation Re: I guess vba is dead in acad 2010

    The title of your thread is misleading. AutoCAD 2010 will still support VBA, but not out of the box. The seperate installer will need to be executed to install VBA for 2010.
    R. Robert Bell
    Design Technology Manager
    Stantec
    Opinions expressed are mine alone and do not reflect the views of Stantec.

  6. #6
    All AUGI, all the time
    Join Date
    2003-10
    Posts
    706
    Login to Give a bone
    0

    Default Re: I guess vba is dead in acad 2010

    "easy...as opposed to VBA"

    Yeah, I guess I just meant when comparing the two is .NET harder than VBA.

    What do you write .NET code in? Is there an out of the box editor like the Visual Basic (.DVB) editor that comes with all the forms, check boxes, images, etc. that is accessed through AutoCAD?

  7. #7
    Administrator Ed Jobe's Avatar
    Join Date
    2000-11
    Location
    Turlock, CA
    Posts
    6,418
    Login to Give a bone
    0

    Default Re: I guess vba is dead in acad 2010

    Quote Originally Posted by Coolmo View Post
    "easy...as opposed to VBA"

    Yeah, I guess I just meant when comparing the two is .NET harder than VBA.

    What do you write .NET code in? Is there an out of the box editor like the Visual Basic (.DVB) editor that comes with all the forms, check boxes, images, etc. that is accessed through AutoCAD?
    The IDE is Visual Studio, and hopefully for 2011 VSTA (VS Tools for Applicaions), the replacement for vba. The VB lang is the same. What makes .Net "harder" is the new object model. This includes the .NET framework as well as the acad om. As far as controls go, there are a lot more, and more powerful too.
    C:> ED WORKING....


    LinkedIn

  8. #8
    All AUGI, all the time
    Join Date
    2003-10
    Posts
    706
    Login to Give a bone
    0

    Default Re: I guess vba is dead in acad 2010

    So you write the program outside of AutoCAD and then load it up to run? We have Visual Basic 6 here at the office. Can I possibly write it in that?

  9. #9
    Administrator Ed Jobe's Avatar
    Join Date
    2000-11
    Location
    Turlock, CA
    Posts
    6,418
    Login to Give a bone
    0

    Default Re: I guess vba is dead in acad 2010

    Quote Originally Posted by Coolmo View Post
    So you write the program outside of AutoCAD and then load it up to run? We have Visual Basic 6 here at the office. Can I possibly write it in that?
    Nope, the compiler is different. btw, you write vba outside of acad too. The 'I' in IDE stands for Integrated. VS and VSTA have the same relationship that VB and VBA have.
    Last edited by RobertB; 2009-03-11 at 08:05 PM. Reason: no edit.
    C:> ED WORKING....


    LinkedIn

  10. #10
    All AUGI, all the time
    Join Date
    2015-12
    Location
    Central Oregon
    Posts
    591
    Login to Give a bone
    0

    Default Re: I guess vba is dead in acad 2010

    Quote Originally Posted by Coolmo View Post
    So you write the program outside of AutoCAD and then load it up to run? We have Visual Basic 6 here at the office. Can I possibly write it in that?
    In addition to what Ed has said, the Visual Studio Express Editions (Free from MS) work just fine for most development work. http://www.microsoft.com/Express/

    Good Luck and have fun!

Page 1 of 4 1234 LastLast

Similar Threads

  1. ACAD 2008 vba compatible with acad 2010?
    By Ammon in forum VBA/COM Interop
    Replies: 3
    Last Post: 2011-01-12, 10:27 PM
  2. ACAD 2010 PDF Plotting
    By gdharper in forum AutoCAD General
    Replies: 4
    Last Post: 2010-10-19, 04:44 PM
  3. Add New Material in ACAD 2010
    By Jack Cheong in forum AutoCAD 3D (2007 and above)
    Replies: 0
    Last Post: 2010-07-21, 02:28 PM
  4. Windows 2000 - Win 2k compatible with ACAD 2010
    By stephen.yelimah in forum Operating Systems
    Replies: 2
    Last Post: 2009-05-06, 06:39 PM
  5. acad 2010?
    By mickaeL_renauD in forum ACA General
    Replies: 4
    Last Post: 2009-02-10, 05:35 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •