Results 1 to 1 of 1

Thread: [vb6] วิธีการสร้าง ฟอร์ม ปิด-เปิด เเบบย่อจอ

  1. #1


    [vb6] วิธีการสร้าง ฟอร์ม ปิด-เปิด เเบบย่อจอ

    ขั้นแรก เพิ่มปุ่ม 1 ปุ่ม
    add timer มา3 ตัว

    ตัวแรกตั้ง interval ไว้ที่ 100 สถานะเป็น True
    ตัว2 ตั้ง interval ไว้ที่ 100 สถานะเป็น false
    ตัว3 ตั้ง interval ไว้ที่ 1000 สถานะเป็น false

    แล้วลองเพิ่มโค้ดนี้ลงไปดู

    [HIDE="10"][HIDE-THANKS]Private Sub Command1_Click()
    Timer2.Enabled = True
    End Sub

    Private Sub Form_Load()
    Me.Width = 100
    Me.Height = 5
    End Sub

    Private Sub Timer1_Timer()
    Me.Width = Me.Width + 400
    Me.Height = Me.Height + 400
    If Me.Height > 3500 Then Timer1.Enabled = False
    End Sub

    Private Sub Timer2_Timer()
    Me.Width = Me.Width - 400
    Me.Height = Me.Height - 400
    Timer3.Enabled = True
    End Sub

    Private Sub Timer3_Timer()
    End
    End Sub[/HIDE-THANKS][/HIDE]
    Last edited by HOMA; 21-08-2010 at 12:37 PM.
    .........เมตะคุนัง อะระหัง เมตตา..............

Similar Threads

  1. วิธีการสร้าง Control Panel ขึ้นมาเป็นของตัวเอง
    By lnwgood in forum ทิปหรือเคล็ดลับการคอมพิวเตอร์ต่างๆ
    Replies: 0
    Last Post: 11-08-2010, 02:29 PM
  2. วิธีการสร้าง Autorun File
    By az00232200 in forum ทิปหรือเคล็ดลับการคอมพิวเตอร์ต่างๆ
    Replies: 1
    Last Post: 02-03-2009, 01:44 AM
  3. วิธีการสร้าง Window XP SP2 ตัวเต็ม
    By jrin in forum บทความ คอมพิวเตอร์ ทัวไป
    Replies: 4
    Last Post: 28-02-2008, 08:32 AM
  4. วิธีการสร้าง Virus 3 Step โดยไม่โดน Anti Virus จับ
    By lucifer in forum Hacking, Exploit Articles/Tutorial/Techniques
    Replies: 0
    Last Post: 05-11-2007, 03:35 PM
  5. Replies: 4
    Last Post: 20-10-2006, 11:34 PM

Members who have read this thread : 0

Actions : (View-Readers)

There are no names to display.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •