when a link on website is clicked then a form must be invoked. there is no .net framework on client side.how i can give rights so that form can be invoked. one click installation is to be used.but i am not clear abt its working. how can it be done???
windows forms
Collapse
X
-
HelloOriginally posted by anupb123when a link on website is clicked then a form must be invoked. there is no .net framework on client side.how i can give rights so that form can be invoked. one click installation is to be used.but i am not clear abt its working. how can it be done???
You are telling about website then there is no need of .netframe in all client systems ,what ever the client access should come from the server itself ,
hope you got the point ,better post the problem you got -
When you say "form must be invoked" do you mean a windows application?
If so, you can build you windows application in native c++ and not managed, or have them install the .NET frameworks, since they're free.
If it's a web-application form, just make hyperlinks.
Originally posted by anupb123when a link on website is clicked then a form must be invoked. there is no .net framework on client side.how i can give rights so that form can be invoked. one click installation is to be used.but i am not clear abt its working. how can it be done???Comment
Comment