Could anyone here show me how to convert the code below to VB.Net
Code:
 
      [DllImport("coredll.dll")]
      private static extern int SystemParametersInfo(uint uiAction, uint uiParam, StringBuilder pvParam, uint fWiniIni);
Thanks


btw Using VS2005 but shouldn't make a difference