windows forms

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anupb123
    New Member
    • Aug 2007
    • 1

    #1

    windows forms

    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???
  • nmsreddi
    Contributor
    • Jul 2006
    • 366

    #2
    Originally posted by anupb123
    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???
    Hello

    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

    Comment

    • Plater
      Recognized Expert Expert
      • Apr 2007
      • 7872

      #3
      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 anupb123
      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???

      Comment

      Working...