Could anyone here show me how to convert the code below to VB.Net
ThanksCode:[DllImport("coredll.dll")] private static extern int SystemParametersInfo(uint uiAction, uint uiParam, StringBuilder pvParam, uint fWiniIni);
btw Using VS2005 but shouldn't make a difference




Reply With Quote