Hello, I am new to VB.NET, I programmed in VB6 before. I converted a project to .NET and now I am forced to rewrite some of my declarations.
According to AllAPI.net
ShellExecute is System.Diagnostics.Process
Can anyone give me an example of how to call it in a module and how to use it in a sub? Also, how would I declare CopyMemory()?


Reply With Quote