Found it
It anyone was wondering about API calls inside C#, heres an example:
<DllImport("kernel32.dll")> _
Private Shared Function GetWindowText (ByVal hwnd As Long, ByVal lpString As String, ByVal cch As Long) As Long
End Function
Hey, how about a thread devoted to the API?