12114:demo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
12114:demo [2024/04/15 04:21 UTC] mwolfe12114:demo [2024/04/15 04:40 UTC] – [Create the Tool Window Controls] mwolfe
Line 15: Line 15:
 Next, let's customize the friendly name and description of our addin.  This is the info that appears in the VBA Add-in Manager dialog box. Next, let's customize the friendly name and description of our addin.  This is the info that appears in the VBA Add-in Manager dialog box.
   - Go to **dllRegistration.twin** > **DllRegisterServer**   - Go to **dllRegistration.twin** > **DllRegisterServer**
-  - In the "FriendlyName" line, replace //AddinProjectName// with ''DevCon 2024 Demo'' +  - In the "FriendlyName" line, replace //AddinProjectName// with ''"DevCon 2024 Demo"'' 
-  - In the "Description" line, replace //AddinProjectName// with ''Create a strongly-typed collection class from an existing VBA class object.''+  - In the "Description" line, replace //AddinProjectName// with ''"Create a strongly-typed collection class from an existing VBA class object."''
   - Save the project   - Save the project
   - Build the project   - Build the project
-  - +  - Launch ''M:\Repos\NLS\DevCon2024\DevCon2024.accdb'' 
 +  - Switch to VBA: <key>Ctrl</key> + <key>G</key> 
 +  - Dock the add-in window 
 +  - Go to "Add-Ins" > "Toggle myToolWindow Visibility" 
 +  - Go to "Add-Ins" > "Add-in Manager" 
 +    * Point out the "DevCon 2024 Demo" item with description below 
 +  - Close "Add-In Manager" window 
  
 ===== Create the Tool Window Controls ===== ===== Create the Tool Window Controls =====
Line 25: Line 31:
   - Open myToolWindow.tbcontrol   - Open myToolWindow.tbcontrol
   - Select all controls and delete them   - Select all controls and delete them
 +  - Click DIAGNOSTICS error to go to myToolWindow.twin and **delete all dead code**
   - Select form and set the following properties:   - Select form and set the following properties:
     * Height: 1700     * Height: 1700
  • 12114/demo.txt
  • Last modified: 2024/04/15 19:11 UTC
  • by mike