Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: borgunit
  • Content: Threads
  • Order by date
  1. borgunit

    Opinion needed: Upgrade from 9 to 12?

    I am considering upgrading my version 9 to 12, is it worth the upgrade?
  2. borgunit

    How do I get ApplicationObject from Handle

    Hi, I have spent enough time on this. It seems like it should be simple but I cannot get it. I have a program that starts an application from the Shell (I need to do it this way so that some switches are enabled at start of the app). Anyway, I can get the instance handle and the window handle...
  3. borgunit

    Reduce file size

    This is a great tip to reduce file size. A little known "bloat" setting is saved in AutoCAD with each drawing. It is the layer filter settings. With the following little routine, the layer filters are removed. If you use this a lot, you can leave them, but most people only use this once in a...
  4. borgunit

    Where were those Bonus Tools?

    Express Bonus Tools 2002 - FREE Download and install the bonus tools from http://www.contractcaddgroup.com/download/ExpressBonusTools.zip
  5. borgunit

    Joining path and filename ???

    Hi, I thought in the past I had done this but it is not working now. I am trying to join two strings to form a full path to save a file. i.e. strFullPath = strPath & strFile The strPath is something like "M:\Folder\Subfolder\" The strFile is "001.txt" When I view them in...
  6. borgunit

    Useful LISPS including Helix

    I see questions from time to time for helix creation. I am posting this link to help those that might need something like this. http://www.cadpanel.com/autolisp_downloads.htm
  7. borgunit

    ac1st15.dll problem link

    I hope this may help someone. http://www.cad-1.com/pdf/Norton%202003%20&%20AutoCAD.pdf
  8. borgunit

    Getting control of a form with app running

    I am creating a batch processing routine. The routine does what I want it to, except I cannot interact with the original form while the called application is running. The routine runs like this... -The program starts -The form window is shown -I browse and fill a file list on form -I set the...
  9. borgunit

    Very New - Changing text style fails

    You may want to LIST the text and make sure it using the same style that you changed. The text may be defined in a block, which can have issues dsepending on how it was created also. If you highlight the text and enter CHANGE, you can change its properties also. By the way, what version of...
  10. borgunit

    Return Folder from Open CommonDialog

    I am using API calls to use the commondialog and this is working fine. What I want to do is select a folder instead of a file and have it return the folder. Is this possible with the showopen dialog? What I am trying to accomplish is to use the same dialog to accomplish two types of opens. One...
  11. borgunit

    Delete Key Intercept

    Hi, I am trying to delete entries in a ListBox by using the delete key. I can react to the DEL key (KeyAscii 46) but the Delete Key (one of those MS ergo keyboards doesn't seem to send a KeyAscii code when pressed). Any suggestions? Thanks
  12. borgunit

    Autodesk ac1st15.dll Info

    FYI from Autodesk ------------------------------------------------------------ Issue 1 You installed Norton AntiVirus™ 2003 (NAV), Norton AntiVirus 2003 Professional Edition (NAV Pro) or Kaspersky™ 4.0.8 Anti-Virus software. Now, when you try to start an Autodesk® program, the following error...
  13. borgunit

    Autodesk ac1st15.dll Info

    FYI from Autodesk ----------------------------------------------------------- Issue 1 The following error occurs when you start the software: A required .DLL File, AC1st15.dll, was not found Note: This problem does not occur on computers running Windows NT® 4.0 or Windows® 2000. This problem...
  14. borgunit

    TranslateCoordinates in Autocad

    I am trying to gather the modelspace window coordinates for the paperspace viewport. I am getting a errant number for the result of a lower left and upper right. It just so happens that the coords are 6801 units to the +X and 1282 units to the -Y. I queried the viewport and get a value for the...

Part and Inventory Search

Back
Top