astrodestino
IS-IT--Management
Hi!
I migrated one app from VB to VB.NET but I got an error en the as Any Statement
With what can I replace the as any en vb.net?
Tnx!
I migrated one app from VB to VB.NET but I got an error en the as Any Statement
Code:
Private Declare Function ReadProcessMemory Lib "kernel32" (ByVal hProcess As Integer, ByRef lpBaseAddress As Any, ByRef lpBuffer As Any, ByVal nSize As Integer, ByRef lpNumberOfBytesWritten As Integer) As Integer
Tnx!