I used the upgrade program to automatically upgrade vb6 code and transform it into vb .NET code. Here are some error that I got:

1.
Version\OrderEntry\OrderEntry.NET\modDeclarations.vb(122):
'As Any' is not supported in 'Declare' statements.

- Public Declare Function SendMessage Lib "user32" Alias "SendMessageA"(ByVal hwnd As Integer, ByVal wMsg As Integer, ByVal wParam As Integer, ByRef lParam As Any) As Integer

Any ideas???

Thanks