PDA

Click to See Complete Forum and Search --> : ignore it its just test !!!!


sakeeb
Jun 28th, 2006, 05:50 AM
Option Explicit

Dim WithEvents vbLink As EventVB.APIFunctions
Dim WithEvents vbWnd As EventVB.ApiWindow

Private Sub Form_Load()

Set vbLink = New APIFunctions

Set vbWnd = New ApiWindow
With vbWnd
.hWnd = Me.hWnd
.ScrollBars = vbBoth
.AutoScroll = True
End With

vbLink.SubclassedWindows.Add vbWnd

End Sub

Merri
Jun 28th, 2006, 05:51 AM
There is a forum test area (http://www.vbforums.com/forumdisplay.php?f=39) on VBForums :)

sakeeb
Jun 28th, 2006, 06:03 AM
ya i m sorry for that