1. C++ DLL in visual basic 6 project
2. Converting SolidWorks VBA Forms to Visual Basic.NET Forms
Hi All, Just wondering if anyone has had some experience with this that they may be able to share. I have moved VBA forms into VB6 before without any problems, but VB.NET does not seem to recognise the frm or the frx files. I am a novice at VB.NET so I'm hoping that I may be missing something. I'm using SolidWorks 2003 & VB.NET Standard 2003. TIA. Shane
3. C/C++ calling via COM ActiveX Visual Basic DLL
4. How to add a mergefield to a blank document via visual basic
Hello,
I am trying to write an add-in with visual studio 2008 (visual basic) for
Word2007 to let users build a mailmerg document template. In the second steo
these mergefields should handle values from an active directory. To do this I
would like to have a ribbongroup with some buttons in it. By pressing a
button a mail merge field e.g. {MERGEFIELD firstname} should be inserted at
the current cursor position.
I don't know how to use the Filed.Add method. Maybe someone has an example
for me?
5. Adding Resource Assignments to a Task via MS Visual Basic .NET
6. How to convert Visual basic Macro in Project to a .dll/.exe as COM add-in
Can anyone help me on how to Take a Visual Basic set of macros currently stored in MSProject and convert them to a .ddl or .exe to then use as a COM add-in? Do I need additional MS products over abd above the Visual Basic 6 that comes with MS Project. I am running with MSProject 2000. many thanks, //ian
7. Programmatic access to visual basic project via Visual FoxPro - Excel
8. Editing the creation date in visual basic
Hello, first question, but I've been lurking for a while. This is a great resource for people learning how to code by the way. We receive an email every day and I've set up a VB script to run that saves the file with the creation date in the file name. The problem is the creation date is T+1 the actual date of the attached file. For example the script will save a file with 08.17.07 in the file name, but I actually want 08.16.07. Is there a way to edit the code to name the file with the creation date -1 day to properly name the file? Thanks a lot