So, I'm working on converting this code from VB.NET to C#:
FileOpen(1, Application.StartupPath & "\Stub.exe", _
OpenMode.Binary, OpenAccess.Read, OpenShare.Default)
I've used a series of online converters, and they don't really work for me.
How do I do it? I'm trying to understand VB.NET source code so I can use it in.