Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. window application

window application

Scheduled Pinned Locked Moved C#
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tittly
    wrote on last edited by
    #1

    can we write the code of console application into window application form

    okey

    O D 2 Replies Last reply
    0
    • T tittly

      can we write the code of console application into window application form

      okey

      O Offline
      O Offline
      originSH
      wrote on last edited by
      #2

      Do you mean turn a console app into a windows app? If you do then just make a new windows app project and move the code across.

      1 Reply Last reply
      0
      • T tittly

        can we write the code of console application into window application form

        okey

        D Offline
        D Offline
        Daniel Grunwald
        wrote on last edited by
        #3

        In the project options, you can choose if your application should be a Windows Application or a Console Application. The difference is just that a console app has a console window and a Windows app doesn't (so Console.WriteLine in a Windows app gets displayed nowhere). In both application types, you can reference System.Windows.Forms to display forms.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups