Script
-
I want to make a software that will be enable to run a script to generate action. I will make a sort of dialog designer and I want the user to be able to add action on control but using a script That i'll make. How can I do this ? Source and explanation will be welcome Thanks
-
I want to make a software that will be enable to run a script to generate action. I will make a sort of dialog designer and I want the user to be able to add action on control but using a script That i'll make. How can I do this ? Source and explanation will be welcome Thanks
You can use VSA. There is an article about it somewhere on CP.
Ñ There is only one MP Ð
-
You can use VSA. There is an article about it somewhere on CP.
Ñ There is only one MP Ð
yeah But VSA is not only for .NET languages ? ME I want to make my own script language using C# but the user can Add a function call AddFile(param1,param2) and then me I have already declare the function in C# to make action for AddFile Anyway I will try to read more about VSA. Thanks a lot
-
yeah But VSA is not only for .NET languages ? ME I want to make my own script language using C# but the user can Add a function call AddFile(param1,param2) and then me I have already declare the function in C# to make action for AddFile Anyway I will try to read more about VSA. Thanks a lot
BLaZiNiX wrote: yeah But VSA is not only for .NET languages ? It supports only VB.NET and J# so far :(. Look at this post: http://www.codeproject.com/script/comments/forums.asp?forumid=1647&app=50#xx272348xx. Maybe this will help!
Ñ There is only one MP Ð