Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross 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: *

  1. packmen

    PMP Installer

    No. I meant the SwCSharpAddin. Part of the API that comes with Solidworks. You can see the picture attached. In this case is a Macro to review the code or to saveas some part or assembly to reuse in other project. The drop box are automatic filled with the folder names in the server. It's...
  2. packmen

    PMP Installer

    I could try that. Could you send me the .bat file you use?
  3. packmen

    PMP Installer

    I'll try to explain better, Sorry for the lack of information. I want to make an Add-in using the wizard like in using the SolidWorks C# Add-in Template and I can do Whatever I want using the API , but i Have a hard time to reuse it in another computer, the only way I can do it is installing...
  4. packmen

    PMP Installer

    Property manager Page
  5. packmen

    PMP Installer

    Hi everyone, Can someone point me the right direction? I can make an PMP from the wizard and do whatever I want to but I can't install on other computers. and installing visual and compiling on every computer doesn't seems a good thing. If someone could change the wizard and include the...
  6. packmen

    Access connection problem in vba 7.0

    I Made it work, I just replace the Jet to ACE in the provider and it work! :D I don't know how i can make it useful and easy to find but I had a real headache trying to make it work.
  7. packmen

    Access connection problem in vba 7.0

    Hi all. I'm upgrading to solidworks 2014 but I must connect to a Access file first and I'm getting a "Provider not found" error '3706' in the last line of the code. I needed to add PtrSafe in the code so the rest is working, but the code below aren't. I change the...
  8. packmen

    Revision Parts Drawing and Assemblies Api

    Hi everyone. I use to program in vba and i'm changing all macros to C#, I could just translate the code using the same logic but when I did it the first time i was very noob, I use string function Mid, Left, Right for almost everything. It works but is really ugly. I need to save as parts and...
  9. packmen

    Get External Reference Configuration name API-solidworks 2012

    Hi , I want to get a external reference configuration name of a derivated part and put it in a custom property. I used this code to print properties of external references.. '------------------------------------------- ' Preconditions: ' 1. Open an assembly or part document. ' 2. Select: '...
  10. packmen

    Save Body from all cut-list folders API

    I want to save all the bodies from a part even if there are body-folders created when you update the cutlist in a welded structure. In the example given by the help it works if you exclude the cutlist and all the body-folders are removed. Is there anyway? I try to merge the values of...
  11. packmen

    Samba configuration for solidworks files!

    All data from here is store in a single server, besides this problem it work's great, it does automatic backups, access control, internet firewall and it will never be infected by virouses. I can make a second file server only for Solidworks users but I really want to try this single solution.
  12. packmen

    Samba configuration for solidworks files!

    How to set samba configuration to work propery with solidworks' locks? I have windows stations working with a Linux/Samba server, sometimes something happens and the conection is lost(Solidworks stop working and I need to close it for exemple), then all opened files will not save anymore and I...
  13. packmen

    Weldment API Problem in Windows 7 x64

    uhuuuuuuuuuuuuuuuuuuuuuuuu \o/ Yes I am happy and yes there is a conversion problem.. All I have to do is make the base parts again but those are very easy to do... Thank you a lot!!!!! :)
  14. packmen

    Weldment API Problem in Windows 7 x64

    humm. I'll gonna try that! I post back here if it worked.
  15. packmen

    Weldment API Problem in Windows 7 x64

    I Use it to create new parts via API. I open some custom parts eatch with his own drawing already made. I don't see how can I use in assembly this way. The idea is to automate the process of creating parts, it acess a data base to get a newcode and the weldment profiles to change "Base Parts" I...
  16. packmen

    Weldment API Problem in Windows 7 x64

    It gives the folowing error. error '-2147417551 (80010105)': Automation Error when trying to execute swWeldFeatData.WeldmentProfilePath = "C:\Program Files\SolidWorks_2006_sp0\data\weldment profiles\iso\pipe\26.9 x 3.2.sldlfp" P.S: I changed the Path to a valid one. Debug.Print Err returned...
  17. packmen

    Force Custom properties

    thread559-166303 The link from the post above is broken again, it is supose to force the entry of properties when you save a file, and I would like to use it, someone can create a new one?? thanks
  18. packmen

    Weldment API Problem in Windows 7 x64

    I try to use late binding but the same error apears.. :(
  19. packmen

    Weldment API Problem in Windows 7 x64

    I found this too but couldn't understand, i have vista and win7 in the same computer and I tested the code on both, I was looking for a alternative, what i reaaly want is to change the weldment profile, if there is other ways I just need the vb command, the rest i can figure it out. thanks for...
Back
Top