Good Morning ;
In my macros, I'm using some home-made DLL.
I want that my macros aren't saved with fixed path on used DLL. Because, this macro are duplicated on different sites, and I want to manage them simply (eg : update by replace the swp file).
I tried to add this code ...
Hi,
If you want to add an icon in your VBA UserForm ; the same one than your button in toolbar for example.
You can add this code in UserForm's code.
Add this code at the begining of the code
' first we declare some external used functions
Private Declare Function FindWindow Lib "user32"...
Hi ;
All is in the title.
On a macro with one UserForm, I want to catch some keyboard events.
EG : Escape key to end the macro.
I tried to use "Private Sub UserForm_KeyPress( ByVal KeyANSI As MSForms.ReturnInteger)" but unfortunatly, it doesn't work.
I copy/paste my sub on an excel macro, and...
Hi evrybody ;
I've developped an standalone executable to process many files with Visual Basic 6.
Now, I want to re-use the code and forms that are already written to make an integrated macro which will process the current opened model in SW.
But when I try to import the form in the SW IDE, the...
Hi evrybody ;
when we use the weldement part, we don't use differences between the two configurations.
So, we rename the two configurations or suppress the derived one.
Our problem is now that we can't insert a Weldment Cut List in a drawing, because of SOlidworks only use the "As welded"...
Hi everybody ;
I'm looking for a way to set the system options of Solidworks. I think the best way is to modify the Windows registery.
If this way is the best, I'm not able to know in which path find this or this option, and I would need some help or doc.
In fact, I'm really want to set the...
Hi everybody ;
I think most of people knows the RX we can make with the utility "Solidworks Rx".
In my job, I've to get the RX made by the users, analyse them is I can't fix it, and if not, I post them to Soliworks.
Until today, I extract the zip and works on the file with some basic...