G
Guest
I've created a program in C#, which includes several Forms. some of the forms
are in different size, but i start all of them in Window Normal Size.
I took the exe file from the \bin\debug library and started it on my
computer and all the forms where at the same size as i programed it to be.
then i took it to my friend's PC and it worked fine too (we both have NVIDIA
display card), then i took it to another computer (with different display
card) and there the form where not at the same size as i programmed. Some
were too big (came out of the screen's border). Is it possible that different
display cards make the forms to be displayed differntly? I asked some
friends, and they told me that C# suppose to know how to handle such things
automaticly.
What can I do, to fix this problem? because i want to put my program on
several PCs and i don't know which display card they'll have.
Thanks,
Gidi.
are in different size, but i start all of them in Window Normal Size.
I took the exe file from the \bin\debug library and started it on my
computer and all the forms where at the same size as i programed it to be.
then i took it to my friend's PC and it worked fine too (we both have NVIDIA
display card), then i took it to another computer (with different display
card) and there the form where not at the same size as i programmed. Some
were too big (came out of the screen's border). Is it possible that different
display cards make the forms to be displayed differntly? I asked some
friends, and they told me that C# suppose to know how to handle such things
automaticly.
What can I do, to fix this problem? because i want to put my program on
several PCs and i don't know which display card they'll have.
Thanks,
Gidi.