I am creating a software for photoshop in vb.net . I have several .jsx file which is perfectly working in photoshop. I wants to create a button panel to run these file in photoshop..I want to create .dll of these .jsx script file. How can i do that

So far I have done...
[code]
Dim Add As New Global.level.Cl ass1
Public
Dim appRef
Dim JavaScriptFile
Dim nums(2)
Dim...