-
Some component names might conflict with the native Blazor components. Like `ValidationSummary`. We need to mention the workarounds in the docs:
- define full namespace ``
- disable global namespa…
-
The MPC is special, as the control, and it's pages can be renamed. RD adds an RD context menu to the MSForms Control context menu, and should do the same for the MSForms MPC context menu.
![mpc](ht…
-
Any interest in reporting these warnings?
2017-09-01 10:18:13.9961;WARN-2.1.0.2135;Rubberduck.Parsing.Symbols.TypeAnnotationPass;Failed to resolve type MSForms.RefEdit;
2017-09-01 10:18:13.9961;WA…
-
- [ ] Integrate SumUp w/site (#1 look for API docs)
- [ ] Replace msforms w/own + db + user mgmt non-it ppl (#2 look for aws) [User access as well]
- [ ] Comms + IT + Events + Side(president/vp/…
-
**Is your feature request related to a problem?**
In VB6 / VBA, all referenced types are imported into a single global namespace. Collisions can be resolved be prefixing the library name (`Excel.Rang…
-
I noticed this after the reimplementation of `MemberNotOnInterfaceInspection`. This code (in a UserForm) triggers an inspection result for the call to `SetFocus`:
```
Private Sub UserForm_Activate…
-
**Justification**
This feature is one of the reasons why I want to reject VBA and adopt a language that can be used with vscode.
**Description**
Add Multi-cursor editing feature like vscode o…
-
Warning: Member 'Value' was not found on the compile-time interface for type 'Control'. - (XLTest163a.xlsm) XLTest.BatchProcs, line 93
ctl.Value = True
Similarly for Control>Accelerator, Label.T…
-
### Problem Statement
I am trying to implement a basic, form submission capability using an Adaptive Card. This capability I would argue is a minimum expectation from any online form, where the cho…
-
Hey there, i got a question regarding the stdLambda console.
I am currently working on the lambda implementation and it works good so far. But i dont know how i would include bind, bindex and bindglob…