extension
Userform tools

Use of GDIPlus in VBA

GDIPlus can be used to create a `canvas` like element where any image can be drawn to. Additionally check out this [GDI32](https://arkham46.developpez.com/articles/office/clgdi32/) class from the same author.

Category: Userform tools
Host: arkham46.developpez.com
Platforms: Windows
Office apps: All Office apps

Open on arkham46.developpez.com

Alternative userform tools libraries (8)

  • Task Dialog — A huge amount of UI functionality from this 1 class, in a strictly dynamic and modular way. Great…
  • ucSimplePlayer — Simple video player user control.
  • ucWebView2 — WebView2 user control.
  • ucAniGifEx — Animated GIF user control.
  • Material UI — Make your userform feel modern with Material UI.
  • Easy EventListener — Consolidate all event handling of a userform into 1 callback.
  • Pseudo Control Arrays — Optimal means of Consolidating all event handling of a userform. Demonstrates usage of `ConnectToConnectionPoint` API. Also worth looking…
  • Modern UI Components — Custom modern looking controls.

More from arkham46.developpez.com (2)

  • Use of OpenGL in VBA — OpenGL is a cross-language, cross-platform application programming interface for rendering 2D and 3D vector graphics. In…
  • Pacman