|
|
|
อยากทำรายชื่อสารเคมีลง datagridview แบบที่แยกเป็นหมวดๆตัวอักษร ครับ |
|
|
|
|
|
|
|
Object มันจะเป็นสี่เหลี่ยมผืนผ้า/เป็นไก่ย่าง 6 ดาว
เราสามารถบังคับมันได้ดั่งใจนึก ด้วย CSS
ผมมั่วได้ทั่วจักรวาล +5555
Code (XML)
<style type="text/css">
.circle
{
border-radius: 50%/50%;
width: 99px;
height: 99px;
background: red;
display:inline-block;
}
.square
{
border-radius: 10%/10%;
width: 24px;
height: 24px;
background: orange;
}
</style>
<div class="square">
</div>
-- หรือ Inline CSS
<div style="height:99px; width:99px; background-color:Red; display: inline-block ;border-radius: 50%/50%;">
</div>
|
|
|
|
|
Date :
2017-04-21 11:16:20 |
By :
หน้าฮี |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ของจริงมันแบบนี้
แต่สิ่งที่คนอื่นฯอยากเห็นมันเป็นแบบนี้
ปล. มันไม่มีความเที่ยงแท้ในทุกฯสรรพสิ่ง มีเกิดย่อมมีดับไป (มั่วอีกแล้วถ้ามีโอกาส +55555)
อะไรมันจะเกิดมันย่อมต้องเกิด
อะไรมันจะดับมันย่อมดับด้วยตัวของมันเอง
|
|
|
|
|
Date :
2017-04-21 11:29:42 |
By :
หน้าฮี |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
จาก #NO 3 ตัวอย่าง Markup จริงมันเป็นแบบนี้
Code (XML)
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style type="text/css">
.circle
{
border-radius: 50%/50%;
width: 99px;
height: 99px;
background: red;
display:inline-block;
}
.square
{
border-radius: 10%/10%;
width: 24px;
height: 24px;
background: orange;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div style="height:99px; width:99px; background-color:Red; display: inline-block">
</div>
<div style="height:99px; width:99px; background-color:Red; display: inline-block ;border-radius: 50%/50%;">
</div>
<br />
<span>แสดงผล 100 รายการ </span>
</form>
<table>
<tr>
<td>
<div class="square">
</div>
</td>
<td style="padding:8px;">
แสดงผล 10 ระเบียนล่าสุด
</td>
</tr>
</table>
</body>
</html>
ปล. คุณก็ลองคิดเอาเองว่า Windows Forms Application มันมี Control ตัวไหนที่สามารถแสดงผล HTML ได้
อันนี้คุยกันแค่เรื่องโปรแกรมมิ่ง (ปลายทาง)
ต้นทางของมันก็คือ "ควยต้องการของลูกค้า" ต่างหากเล่า +55555
|
|
|
|
|
Date :
2017-04-21 11:38:27 |
By :
หน้าฮี |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2017-04-21 18:30:44 |
By :
lamaka.tor |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|