The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
i want my window by dynaimc so when i change the resolution for my screen its then change
when i try in my programe to be the window maximum size then i find that half of the screen is not showen so how can i deal with this problem
PSPrakash S Syncfusion Team May 7, 2003 08:27 PM UTC
Hi Ramez,
You could try listening for the WM_DISPLAYCHANGE message for changes in the screen resolution and appropriately resize your form based on the message params.
Prakash
Syncfusion
RAramezMay 14, 2003 11:36 AM UTC
can you give me an example please..........
my screen resolution is 1024*1280
and when i try my programe in my friend pc
(his screen resoltution is 800*600)
i find that my programe is not shown all the window(may be half the screen is not showen)
his screen is to small to fit my programe to it
how can i deal with this programe