TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Behrouz Hosseini
NA
72
0
Problem with Full Screen WinForm Layout Setting
Apr 26 2012 1:24 PM
Hi,
I am trying to create a Win Form Application which is supposed to be a full extented Svreen siaze(Full Screen).To do this I have set the
WindowsState Property to "Maximized" but I have encountring with two problem.
1- It seems the WinForm is setting the Full Screen Size only with my current Monitor(HP 22") and when ever I run the Application .exe file in my laptop (14" Monitor) only the left side of WinForm (Probably something equl to 14" of the main Form) displays on the scressn!
2- Im case the we want to create a Full screen mode how we must to deal with From.cs[Design] size? I mean if I want to position a control at right of a Full Screen Form do i have to set the From.cs[Design] size as big as the screen size? if so , how I can figure out the size of screens? and if not? How I can position controls accuratly?
Thanks For Your time in advance.
Reply
Answers (
1
)
How to create dynamic gridview?
How to evaluate this expression int res = a < b ? a < c ? a : b : c;