psylentriot
Programmer
Hi-
I was trying to find out the process of my ASP.net program for kicks and giggles, but realized I had no idea how to call an API function. I searched MSDN to no avail, but what I did put was
Private Declare Function GetCurrentProcessId Lib "kernel32.dll" as string
but- the msdn gave the example
DWORD getcurrentprocessid(void)
How can I incorporate this into my vb.net application? Thanks in advance
I was trying to find out the process of my ASP.net program for kicks and giggles, but realized I had no idea how to call an API function. I searched MSDN to no avail, but what I did put was
Private Declare Function GetCurrentProcessId Lib "kernel32.dll" as string
but- the msdn gave the example
DWORD getcurrentprocessid(void)
How can I incorporate this into my vb.net application? Thanks in advance