javascript in C# windows application....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Inbaraj
    New Member
    • Apr 2007
    • 76

    #1

    javascript in C# windows application....

    hi..

    Is it possible to use javascript code in the C# windows application.... . if yes plz give me the sample codeing.... I want to create a month viewer in windows application... for that only i am asking...

    Thanks in advance...

    reg
    Inbaraj.D
  • urstop
    New Member
    • Oct 2007
    • 12

    #2
    .NET comes with a calendar control which you can use it in your windows application. There is no need to use javascript etc for this. Do a google search on this for an example. Get back if you have any problems implementing the same.

    Regards,
    UrStop

    Comment

    • nateraaaa
      Recognized Expert Contributor
      • May 2007
      • 664

      #3
      Javascript is a web scripting language. It cannot be used for a windows application unless you are opening a web page within your windows application.

      Nathan

      Comment

      Working...