Forum: VB.NET Mar 23rd, 2009 |
| Replies: 1 Views: 655 |
Forum: VB.NET Mar 17th, 2009 |
| Replies: 1 Views: 655 Hi,
I have written a v. small VB.NET program that spawns "cmd.exe" using Process, redirects stdin/out/err; works OK so far.
Does anyone know how to get :
* the details about the process... |
Forum: VB.NET Apr 6th, 2008 |
| Replies: 1 Views: 2,530 OK. After too much effort I've got a less-messy solution.
A delegate is created for every imported function signature. Functions loaded with getprocaddr (as IntPtr) are cast using the marshaling... |
Forum: VB.NET Apr 6th, 2008 |
| Replies: 1 Views: 2,530 Hello all,
I'm new to VB.NET. Does anyone know how to call non-.NET functions (i.e. native, unmanaged) in dll files where you don't know the dll filename until run time?
I had a go using... |