Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,036

HOME > .NET Framework > Forum > Properties StartPosition ใช้ไม่ได้มันไม่ไปอยู่กลางจอ ???



 

Properties StartPosition ใช้ไม่ได้มันไม่ไปอยู่กลางจอ ???

 



Topic : 062592



โพสกระทู้ ( 362 )
บทความ ( 0 )



สถานะออฟไลน์




มันเป็นฟอร์มลูกนะครับ น่าจะใช้ CenterParent แต่ใช้ทั้ง 2 อันก็ยังไงไม่ได้ แปลกใจ
Code (C#)
this.StartPosition = FormStartPosition.CenterParent
this.StartPosition = FormStartPosition.CenterScreen


ทั้ง Set ตรงหน้าต่าง Properties แล้ว
ใส่โค้ดตรง คอนสตั๊กเตอร์ก็แล้ว

Code (C#)
public FormInstall1()
        {
            InitializeComponent();
            this.StartPosition = FormStartPosition.CenterParent;
            //เปลี่ยนเป็นอันล่างก็ไม่ได้
            //this.StartPosition = FormStartPosition.CenterScreen;
        }


Code (C#)
private void FormInstall1_Load(object sender, EventArgs e)
        {
            this.StartPosition = FormStartPosition.CenterParent;
            //เปลี่ยนเป็นอันล่างก็ไม่ได้
            //this.StartPosition = FormStartPosition.CenterScreen;
        }


ใส่ตรงเปิดฟอร์มก็ไม่ได้
Code (C#)
                FormInstall1 frmIn1 = new FormInstall1();
                frmIn1.StartPosition = FormStartPosition.CenterParent;
                //เปลี่ยนเป็นอันล่างก็ไม่ได้
                //frmIn1.StartPosition = FormStartPosition.CenterScreen;
                frmIn1.MdiParent = this;
                frmIn1.Show();


จนปัญญากับ Properties นี้แล้วใครช่วยทีครับ
ผมไปหาเจอแบบนี้มาแต่รู้สึกมันไม่กลางฟอร์ม แต่มันกลางจอ??
จะใส่ - this.Height - 100 เพิ่มมันก็ดูแปลกๆเวลาเล็กมันก็ไม่อยู่กลางจอ
ใครก็ได้ช่วยทีครับ

Code (C#)
            this.Left = (Screen.PrimaryScreen.Bounds.Width - this.Width) /2;
            this.Top = (Screen.PrimaryScreen.Bounds.Height - this.Height) / 2;




Tag : .NET, Win (Windows App), C#, VS 2008 (.NET 3.x)









ประวัติการแก้ไข
2011-06-30 20:47:34
Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2011-06-30 20:47:12 By : hamzter View : 1690 Reply : 2
 

 

No. 1



โพสกระทู้ ( 74,058 )
บทความ ( 838 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์
Twitter Facebook

Code (VB.NET)
StartPosition = CenterScreen







แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-07-01 11:08:04 By : webmaster
 


 

No. 2



โพสกระทู้ ( 74,058 )
บทความ ( 838 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์
Twitter Facebook

อีกตัวครับ

Code (VB.NET)
Public Sub CreateMyForm()
    ' Create a new instance of the form.
    Dim form1 As New Form()
    ' Create two buttons to use as the accept and cancel buttons.
    Dim button1 As New Button()
    Dim button2 As New Button()
    
    ' Set the text of button1 to "OK".
    button1.Text = "OK"
    ' Set the position of the button on the form.
    button1.Location = New Point(10, 10)
    ' Set the text of button2 to "Cancel".
    button2.Text = "Cancel"
    ' Set the position of the button based on the location of button1.
    button2.Location = New Point(button1.Left, button1.Height + button1.Top + 10)
    ' Set the caption bar text of the form.   
    form1.Text = "My Dialog Box"
    ' Display a help button on the form.
    form1.HelpButton = True
    
    ' Define the border style of the form to a dialog box.
    form1.FormBorderStyle = FormBorderStyle.FixedDialog
    ' Set the accept button of the form to button1.
    form1.AcceptButton = button1
    ' Set the cancel button of the form to button2.
    form1.CancelButton = button2
    ' Set the start position of the form to the center of the screen.
    form1.StartPosition = FormStartPosition.CenterScreen
    
    ' Add button1 to the form.
    form1.Controls.Add(button1)
    ' Add button2 to the form.
    form1.Controls.Add(button2)
    
    ' Display the form as a modal dialog box.
    form1.ShowDialog()
End Sub 'CreateMyForm

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-07-01 11:10:17 By : webmaster
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : Properties StartPosition ใช้ไม่ได้มันไม่ไปอยู่กลางจอ ???
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 01
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่