|
![](/images/resource/spacer.gif) |
|
C# Win Form เกี่ยวกับ Calendar เลือกดูวันที่จาก ComboBox |
|
![](/images/resource/viewboard_01.gif?v=1001) |
|
|
![](/images/resource/viewboard_03.gif?v=1001) |
![](/images/resource/viewboard_04.gif?v=1001) |
|
ใช้ Control ของ month Calendar ครับ ง่ายสุด ๆ
![month Calendar 1 month Calendar 1](https://www.thaicreate.com/upload/stock/20151109165603.jpg?v=1001)
Code (C#)
this.monthCalendar.SelectionStart = DateTime;
สามารถระบุได้เช่น Convert.ToDateTime("01-Feb-2015");
Code (C#)
private void btnLoad_Click(object sender, EventArgs e)
{
this.monthCalendar.SelectionStart = new DateTime(Convert.ToInt32(this.txtYear.Text), Convert.ToInt32(this.txtMonth.Text), 1);
}
![month Calendar 2 month Calendar 2](https://www.thaicreate.com/upload/stock/20151109165728.jpg?v=1001)
![month Calendar 3 month Calendar 3](https://www.thaicreate.com/upload/stock/20151109165818.jpg?v=1001)
|
![](/images/resource/blockviewtopic_01.gif?v=1001) |
![](/images/resource/blockviewtopic_02.gif?v=1001) |
![](/images/resource/blockviewtopic_03.gif?v=1001) |
![](/images/resource/blockviewtopic_04.gif?v=1001) |
Date :
2015-11-09 17:00:49 |
By :
mr.win |
|
![](/images/resource/blockviewtopic_06.gif?v=1001) |
![](/images/resource/blockviewtopic_07.gif?v=1001) |
![](/images/resource/blockviewtopic_08.gif?v=1001) |
![](/images/resource/blockviewtopic_09.gif?v=1001) |
|
|
![](/images/resource/viewboard_06.gif?v=1001) |
![](/images/resource/viewboard_07.gif?v=1001) |
|
![](/images/resource/viewboard_08.jpg?v=1001) |
![](/images/resource/viewboard_09.gif?v=1001) |
![](/images/resource/viewboard_01.gif?v=1001) |
|
|
![](/images/resource/viewboard_03.gif?v=1001) |
![](/images/resource/viewboard_04.gif?v=1001) |
|
ถ้าเป็น VB.Net
Code (VB.NET)
Me.monthCalendar.SelectionStart = New DateTime(Convert.ToInt32(Me.txtYear.Text), Convert.ToInt32(Me.txtMonth.Text), 1)
|
![](/images/resource/blockviewtopic_01.gif?v=1001) |
![](/images/resource/blockviewtopic_02.gif?v=1001) |
![](/images/resource/blockviewtopic_03.gif?v=1001) |
![](/images/resource/blockviewtopic_04.gif?v=1001) |
Date :
2015-11-09 17:02:21 |
By :
mr.win |
|
![](/images/resource/blockviewtopic_06.gif?v=1001) |
![](/images/resource/blockviewtopic_07.gif?v=1001) |
![](/images/resource/blockviewtopic_08.gif?v=1001) |
![](/images/resource/blockviewtopic_09.gif?v=1001) |
|
|
![](/images/resource/viewboard_06.gif?v=1001) |
![](/images/resource/viewboard_07.gif?v=1001) |
|
![](/images/resource/viewboard_08.jpg?v=1001) |
![](/images/resource/viewboard_09.gif?v=1001) |
|
|
|
![](/images/digitalocean-banner.jpg)
|
Load balance : Server 04
|