MVVM
MVVM copied to clipboard
Model-View-ViewModel Infrastructure for VBA/VB6
Thank you for this interesting project. I am trying to see if I can use this to implement a bit of MVVM in Excel. I saw your indication that this...
Hey Matt, I've been taking a look at this - I'd really like to get to grips with how it works a little better. I've read the blog posts, had...
Hi, just found this very interesting project , ¿could this project be integrated in the vb6 classic ide or does only works in excel?. thanks!
Would it be worth renaming the constant 'CommonError' to one which scans better when the constant is qualified. e.g. rather than ``` CommonErrors.CommonError ``` to have ``` CommonErrors.Base ``` as...
When running the Example `Run()`, the form has been saved to some really small, unreadable/unusable size. Unwary folks downloading will not be able to successfully launch/use the example.
 Hello, If I want to implement a validation to ComboBox control and have the following error: Run-time error '13': Type mismatch on this line when it evaluates to TRUE:...