Results 1 to 3 of 3

Thread: ignore it its just test !!!!

  1. #1

    Thread Starter
    Member
    Join Date
    May 2006
    Posts
    40

    Exclamation ignore it its just test !!!!

    VB Code:
    1. Option Explicit
    2.  
    3. Dim WithEvents vbLink As EventVB.APIFunctions
    4. Dim WithEvents vbWnd As EventVB.ApiWindow
    5.  
    6. Private Sub Form_Load()
    7.  
    8. Set vbLink = New APIFunctions
    9.  
    10. Set vbWnd = New ApiWindow
    11. With vbWnd
    12.     .hWnd = Me.hWnd
    13.     .ScrollBars = vbBoth
    14.     .AutoScroll = True
    15. End With
    16.  
    17. vbLink.SubclassedWindows.Add vbWnd
    18.  
    19. End Sub

  2. #2
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Re: ignore it its just test !!!!

    There is a forum test area on VBForums

  3. #3

    Thread Starter
    Member
    Join Date
    May 2006
    Posts
    40

    Re: ignore it its just test !!!!

    ya i m sorry for that

Posting Permissions

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



Click Here to Expand Forum to Full Width