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. Windows Applications Problems in C#..please i need help..thank you..

Windows Applications Problems in C#..please i need help..thank you..

Scheduled Pinned Locked Moved C#
csharphelpvisual-studiotutorial
6 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.
  • I Offline
    I Offline
    icesha
    wrote on last edited by
    #1

    Umm.. Im currently using visual studio 2005 and my problem is everytime i create a copy of a windows application project..(example WIndowsApplications2) and i change its content using another pc..and everytime i compile it.. the original contents are the ones shown in the screen.. not the new thing i have already change... and everytime i change the first form to be displayed in the program.cs the form that is being displayed is the last form being compiled. For example i've change it to form5 but its showing Form12... please help... thank you very much...

    C 1 Reply Last reply
    0
    • I icesha

      Umm.. Im currently using visual studio 2005 and my problem is everytime i create a copy of a windows application project..(example WIndowsApplications2) and i change its content using another pc..and everytime i compile it.. the original contents are the ones shown in the screen.. not the new thing i have already change... and everytime i change the first form to be displayed in the program.cs the form that is being displayed is the last form being compiled. For example i've change it to form5 but its showing Form12... please help... thank you very much...

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Are you sure it's building ? Are you sure you're not working in debug and copying the release exe ?

      Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      I 1 Reply Last reply
      0
      • C Christian Graus

        Are you sure it's building ? Are you sure you're not working in debug and copying the release exe ?

        Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

        I Offline
        I Offline
        icesha
        wrote on last edited by
        #3

        Im sure its building.. its compiling the whole application but it keeps showing the last form compiled.. i think the problem is because of its the copied file?

        C 1 Reply Last reply
        0
        • I icesha

          Im sure its building.. its compiling the whole application but it keeps showing the last form compiled.. i think the problem is because of its the copied file?

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          There are two folders, debug and release. I think you're copying one and building the other.

          Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

          I 1 Reply Last reply
          0
          • C Christian Graus

            There are two folders, debug and release. I think you're copying one and building the other.

            Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

            I Offline
            I Offline
            icesha
            wrote on last edited by
            #5

            im copying thw whole application when i tried to erase the exe file in the debug folder its just the same. it keeps showing the form that's not meant to be shown... is there a way that i could run it with the new content? its very frustrating...thanks for your help...

            L 1 Reply Last reply
            0
            • I icesha

              im copying thw whole application when i tried to erase the exe file in the debug folder its just the same. it keeps showing the form that's not meant to be shown... is there a way that i could run it with the new content? its very frustrating...thanks for your help...

              L Offline
              L Offline
              Luc Pattyn
              wrote on last edited by
              #6

              Within Visual Studio, if you have more than one project in your solution, and hit the icon (or the key combination) to run, it will execute the one project "set as startup project" (context menu item in solution explorer pane). Maybe you have forgotten to set it to the one you want to run ? :)

              Luc Pattyn [My Articles]

              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