I have a program that im making and i want to click on a button to open up file or registration file. i did it once before buti cant remember how i used the "Shell" function to do it. my code i think I Did is this.
I think I Did this this way but when i try it, It has an error No Path Or something like that. Can anyone help me am i suppose to dim somthing orand something else to this
lee123
Code:
Private Sub CloneDVDKey_Click() Shell "InternetExplorer C:\Program Files\Soft2011\Clonedvd_Key_12510154.CloneDVD.Exe",VbNormalFocus End Sub
lee123
Comment