| Server IP : 104.21.80.248 / Your IP : 162.159.115.42 Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : SYSTEM ( 0) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : E:/Inetpub/www/news/elearning/ |
Upload File : |
<?php
require './configs/app_top.php';
$title = "ยินดีต้อนรับสู่แบบทดสอบออนไลน์";
include './includes/header.php';
?>
<div class="container">
<h2>วิชาการเขียนโปรแกรม visual basic ม.3</h2>
<p>เอกสารประกอบการเรียนรายวิชาการแก้ปัญหาด้วยเทคโนโลยีสารสนเทศ (การเขียนโปรแกรม visual basic 6.0) </p>
<table class="table table-condensed">
<thead>
<tr>
<th width="419">เรื่อง</th>
<th width="177">เอกสาร</th>
<th width="299">ใบงาน</th>
</tr>
</thead>
<tbody>
<tr>
<td> บทที่ 1 เริ่มต้นโปรแกรม Visual Basic 6.0</td>
<td><a href="Lesson/vb3/unit1.docx" target="_blank"><img src="Lesson/ict1/img/icon-Word.png" width="20" height="20" border="0" /></a> <a href="Lesson/ict1/m1/lesson1.ppt"></a><a href="Lesson/vb3/flowchart.pdf" target="_blank"><img src="Lesson/ict3/img/pdf.png" width="20" height="20" border="0"> Flowchart</a></td>
<td><a href="Lesson/vb3/FwG.jpg" target="_blank"><img src="Lesson/ict3/img/pdf.png" width="20" height="20" border="0"></a> </td>
</tr>
<tr>
<td>บทที่ 2 ตัวแปรและค่าคงที่</td>
<td><a href="Lesson/vb3/unit2.pptx" target="_blank"><img src="Lesson/ict1/img/icon-ppt.png" width="20" height="20" border="0" /></a> <a href="Lesson/ict1/m1/lesson1.ppt"></a></td>
<td><a href="https://www.youtube.com/watch?v=goVIEDst0b0" target="_blank">โปรแกรม Countdown</a> <a href="https://www.youtube.com/watch?v=6EQtWQvV3L4" target="_blank"> Countdown2 </a></td>
</tr>
<tr>
<td>บทที่ 3<a href="https://www.youtube.com/watch?v=LXvd8IRw_ZI" target="_blank"> Install Visual Basic 6.0 on Windows 7/8/8.1/10</a></td>
<td><a href="Lesson/vb3/install_vb6.pdf" target="_blank"><img src="Lesson/ict3/img/pdf.png" width="20" height="20" border="0"> การติดตั้ง</a></td>
<td><a href="https://drive.google.com/file/d/0B2XHy_G4QwVid1lTME81UzlJcjQ/view" target="_blank">ดาวน์โหลดโปรแกรม</a> [|]
<a href="Lesson/vb3/vb6-Mini.zip" target="_blank">VB6-MiNi</a></td>
</tr>
<tr>
<td>บทที่ 4 การเขียนโปรแกรมเบื้องต้น</td>
<td><a href="Lesson/vb3/VB6-MSG.pdf"><img src="Lesson/ict3/img/pdf.png" width="20" height="20" border="0"> โปรแกรมตัดเกรด</a></td>
<td><a href="Lesson/vb3/VB6-MSG.pptx" target="_blank">โปรแกรมตัดเกรด</a></td>
</tr>
<tr>
<td>บทที่ 5 การเขียนโปรกรมคำนวณพื้นที่รูปสามเหลี่ยม</td>
<td><a href="https://youtu.be/swDWpU4wf9Q" target="_blank">VDO</a></td>
<td></td>
</tr>
<tr>
<td> </td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<?php
include './includes/footer.php';
require './configs/app_bottom.php';
?>