Results 1 to 4 of 4

Thread: What's out there.....

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

    Default What's out there.....

    Out of curiosity, and in no way do I want to obtain these programs, but what kind of stuff do people write VBA programs for? Are they simple tasks that are just better automated or are they very graphical and involved with multiple databases and such. just wanted to compare what I do with the rest of the world.

    Thanks

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

    Default Re: What's out there.....

    Almost everything I do is some kind of automation. Either the task would be next to impossible without programming, or just to save a few click/keystrokes. For a full-blown application, vb is an option.
    C:> ED WORKING....


    LinkedIn

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

    Default Re: What's out there.....

    What kind of full blown applications?

    I mostly work with LDD and I find that a lot of its "stuff" is either incorrect or isn't geared towards our standards so I start from scratch and write my own programs to mimic LDD the way I want it to work. Of course a lot of the stuff I do is just a starting point that I'll later enter into LDD databases. For instance, I have a lisp routine that helps greatly in the design and redesign of vertical curves and once the vertical curve has been nailed down in my program you can just select the tangents to import into Softdesk. I also HATE the way pipeworks does things visually so I completely wrote my own "pipeworks" in VBA that lets you import info from StormCAD and work with it to draw and edit storm boxes in profile. It completely gears the way things are drawn to our standards. I also have a program that helps design superelevated roads and enters info into the profile and draws correct cross sections for ya.

    The other stuff I do is simple stuff like parking lot routines and text manipulation.

  4. #4
    Active Member
    Join Date
    2000-12
    Location
    Las Vegas
    Posts
    68
    Login to Give a bone
    0

    Default Re: What's out there.....

    I write full blown custom applications in VBA that are specific to the trade show industry. Both 2D trade show floorplan layout to 3D custom exhibit design. All of which is tied to a database for either extracting exhibitor info or sending info for inventory control etc. Most of the software utilizes a "virtual" object approach to avoid using block libraries. All part geometries are stored in code with part number and other specific info being attached from a database parts master. I use custom tool palette for those items that are way to complex to store in the form of geometry.

Posting Permissions

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