My Installed ProgramsSimple program that can see : Installed Programs Hidden Installed Programs Q/A : Q : Why i get this error ? : A : Idk, Ill fix it. But CLICK CONTINUE !!!!!!!! Virusscan : jotti / virustotal Installed Programs_mpgh.net.rar
@OP Put a Try/Catch block around it to get a better error message. Or post code. Try Code: ''The code to fill the list box : Form1_Load ? Catch (Ex As Exception) MsgBox("ERROR" & Environment.NewLine & Ex.Message) End Try The error message is for a program w/ command line arguments, maybe something to do with that? edit: Or, leave the Catch block empty: The errors still happen (!), but you won't get the error msg box.