I’d like to create a WinForms application with a single window, but I’d like it to be responsive, so it adapts to the device it’s viewing. I’d also like to use a Captcha. Which one can I use?
Is this possible? If so, how? Thanks for your help.
Francesco
Hi Francesco, responsivity in Wisej.NET can be achieved in many ways. Responsive profiles are the main way when you have to run the application in many devices types with physical screen size contrains. But responsivity is also a requirements when you run application in desktop browser when the user resize the browser window. So the pattern is Responsive Profiles (the defautl profile is Desktop) plus Flowlayout Panels, Flexlayout Panels and TableLayouts.
Take a look at this code
https://github.com/gdelgiovine/.NETCONF2025MILANO
Hi Francesco,
to make your app responsive you can use ResponsiveProperties.
Captchas are not need in Wisej.NET applications because there is nothing like a submit.
They are meant to be used with other, mostly older web technologies.
Best regards
Frank
Why? I use Wisej, which forum is the right one? Thanks.
Please login first to submit.
