debugging winforms

About this tag
The debugging winforms tag covers issues related to debugging Windows Forms applications, particularly those that arise after transitioning to Windows 11. A common problem involves unhandled exceptions when calling ShowDialog, such as an error in user32.dll. Discussions focus on identifying the root cause of such exceptions and finding ways to debug or resolve them effectively.
  1. S

    Getting an error with Showdialog

    On pcs recently transitioned to windows 11 when calling a new forms.ShowDialog I am getting an Unhandled exception at 0x76FC6233 (user32.dll) how can I fix or debug what the real issue is.
Back
Top