Create Window form in Visual Web Developer 2008

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • satiss7pwr
    New Member
    • Jan 2010
    • 41

    Create Window form in Visual Web Developer 2008

    hello ,
    i having a windows application and i have Visual Web developer 2008.
    i want to just insert only one window from in the application but i cant find any option in add item ,please any one help me?
  • CroCrew
    Recognized Expert Contributor
    • Jan 2008
    • 564

    #2
    Hello satiss7pwr,

    I think this is the best starting place for you.



    Happy Coding,
    CroCrew~

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      You have a Windows application....
      But you have Visual Web Developer.

      How were you able to create a Windows application with Web Developer?

      Could you please explain what you are trying to do in more details.

      -Frinny

      Comment

      • satiss7pwr
        New Member
        • Jan 2010
        • 41

        #4
        in computer programing i think every thing is possible and for kind ur information i have done it success fully thanks for reply

        Comment

        • Frinavale
          Recognized Expert Expert
          • Oct 2006
          • 9749

          #5
          I'm glad that you solved your problem.
          I'm still a little confused about your original question but if everything's working then that's awesome!

          -Frinny

          Comment

          • ivanzinho
            New Member
            • Dec 2011
            • 1

            #6
            You can create Windows Forms application using Visual Web Developer (VWD).

            Just create a new Class Library Project from VWD and go to Project Properties, in the "Output type:" you can select from dropdownlist the value "Windows Application", choose it and add a reference "System.Windows .Forms" and "System.Drawing ". Once you have done all this steps, you can see the Designer to drag and drop the controls you need, buttons, checkboxes, comboboxes, etc....

            I hope this helps :)

            Comment

            Working...