This is how you intercepts msgs in .NET application . If it doesn't work for you then I'm sorry it's my first shot with CFW .
VB Code:
'Declare message const Protected Overrides Sub WndProc(ByRef m As System.Windows.Forms.Message) Select Case m.Msg Case WM_VSCROLL 'do this End Select MyBase.WndProc(m) End Sub





Reply With Quote