WPF AllowsTransparency not work on obs

sup3r93

New Member
Good morning everyone
Today I created a WPF program with a transparent background, OBS recognizes the program from the list, but when I select it it doesn't show anything, but if I remove the transparency it works, how can I solve it?

ResizeMode="NoResize"
AllowsTransparency="True"
WindowStyle="None"
Background="Transparent"

1724258549136.png


1724258582130.png
 
Top