Feedback
Desktop default window does not open when App.Opening is declared
- Status
- Fixed
- Fixed in
- v26.5.6
- Source discussion
- https://forum.objo.dev/d/142-is-that-a-bug-appopening
- Last updated
- 2026-05-24
Public summary
Declaring App.Opening(args() As String) in a desktop project with a configured default window prevents the default window from being shown. Even an empty App.Opening handler reproduces the problem. Expected behaviour: the user-defined App.Opening handler should run and the configured default window should still open.