entraste al link que te deje? tiene un buscador, ahí ponias "LoadLibrary" y te salia una definicion como esta
[url=http://www.pinvoke.net/default.aspx/kernel32/LoadLibrary.html]LoadLibrary
<DllImport("kernel32.dll", SetLastError:=True)> _
Public Shared Function LoadLibrary(ByVal lpFileName As String) As IntPtr
End Function
Copias y pegas, y lo llamas como si fuera una funcion.
Si no entendes la sintaxis de vb.net, busca algun tutorial!