I can't get my head around creating a simple TAB Control App..
Now every time I compile my test app I get an Error in CODEGEN_TABTEST_DECLARES.INC
Declare Function FORM1_COMMAND1_BN_CLICKED ( _
ControlIndex As Long, _
hWndForm As Dword, _
hWndControl As Dword, _
idButtonControl As Long _
) As Lo
Where the end of the function doesn't complete the ) As Long ..
When the app compiles it doesn't appear to run ..
I recreated project from scratch... and all is well now...