scaling doesnt work with compiled program in VS 2022, but the same program compiled in net on VS 2012 works with scaling?? what gives?

walter dreksler 1 Reputation point
2022-09-06T00:34:05.433+00:00

scaling doesnt work with compiled program in VS 2022, but the same program compiled in net on VS 2012 works with scaling?? what gives?

so i have an older net program i want to refresh.

its compiled with VS 2012, and works with win 11 scaling great!! it works great still... :p

i opened it in vs 2022 and compiled on latest 4.8 net. now the scaling doesnt work with the program and everything is weird and stretched and wrong.

what gives?? why did this change or break?

thanks

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,329 questions
{count} votes

1 answer

Sort by: Most helpful
  1. walter dreksler 1 Reputation point
    2022-09-06T13:15:01.317+00:00

    i think its a problem with the controls i used.

    i skinned the application by putting a background on the main form

    and i have a tool container holding all the other things.,

    i read a table layout would make things work.

    it looks like i have to redo the forms as well then !!! :-)

    thanks

    0 comments No comments