Responsive App WinForms

Answered
0
0

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

  • You must to post comments
Best Answer
0
0

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

 

  • Francesco Leo
    Thank you so much, I will watch it as soon as possible
  • You must to post comments
0
0

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

  • Francesco Leo
    Thanks, I will try to use it
  • You must to post comments
0
0

You asked about WinForms.

  • You must to post comments
0
0

Why? I use Wisej, which forum is the right one? Thanks.

  • You must to post comments
0
0

Wrong forum.

  • You must to post comments
Showing 5 results
Your Answer

Please first to submit.