Originally posted by dglienna
nope. Form1, Global, and Project are among what is there...

but it is present in \system32 ?

it's in the project, and I've tried it with and without putting the control on my form1.
Sorry for responding so late

Are you checking it in the references or the tool box? It appears that you have added it as a control (which still works, just not creating it like a class).

If you loaded it like a control, it will work like the code, except you need to place the control on the form:

MSScriptControl1.Language="VBScript"
MSScriptcontrol1.exec "msgbox ""hi"""