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. Web Development
  3. ASP.NET
  4. Equivalent of Response.Redirect in Windows

Equivalent of Response.Redirect in Windows

Scheduled Pinned Locked Moved ASP.NET
7 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.
  • J Offline
    J Offline
    Jagadeesh Jupalli
    wrote on last edited by
    #1

    Hi, Can any one please let me know the equivalent of Response.Redirect in Windows. Regards, Jagadeesh

    C M 2 Replies Last reply
    0
    • J Jagadeesh Jupalli

      Hi, Can any one please let me know the equivalent of Response.Redirect in Windows. Regards, Jagadeesh

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

      What do you mean ? There is no equivelant in a windows app, you have to create forms and show them as you move through your windows app.

      Christian Graus - Microsoft MVP - C++ "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 )

      J 1 Reply Last reply
      0
      • C Christian Graus

        What do you mean ? There is no equivelant in a windows app, you have to create forms and show them as you move through your windows app.

        Christian Graus - Microsoft MVP - C++ "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 )

        J Offline
        J Offline
        Jagadeesh Jupalli
        wrote on last edited by
        #3

        I am new to Windows app. Just I want to show google web page on button click. Plz let me know how to do it. ~Jagadeesh

        C 1 Reply Last reply
        0
        • J Jagadeesh Jupalli

          Hi, Can any one please let me know the equivalent of Response.Redirect in Windows. Regards, Jagadeesh

          M Offline
          M Offline
          manowj
          wrote on last edited by
          #4

          Hi, In windows you can use as Form2.show from Form1 .Do not use as a modal form because you cannot move unless Form2 is closed.

          Regards, Manowj

          1 Reply Last reply
          0
          • J Jagadeesh Jupalli

            I am new to Windows app. Just I want to show google web page on button click. Plz let me know how to do it. ~Jagadeesh

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

            OK, now that you've explained what you want, I can help. This is the wrong forum to ask this, but if you add a webBrowser control to your page, you can show google in that. Or if you use Process.Start and pass in a URL, it will launch the URL in your default browser.

            Christian Graus - Microsoft MVP - C++ "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 )

            J 1 Reply Last reply
            0
            • C Christian Graus

              OK, now that you've explained what you want, I can help. This is the wrong forum to ask this, but if you add a webBrowser control to your page, you can show google in that. Or if you use Process.Start and pass in a URL, it will launch the URL in your default browser.

              Christian Graus - Microsoft MVP - C++ "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 )

              J Offline
              J Offline
              Jagadeesh Jupalli
              wrote on last edited by
              #6

              Thank you very much for quick reply, I will try it. Regards, Jagadeesh

              C 1 Reply Last reply
              0
              • J Jagadeesh Jupalli

                Thank you very much for quick reply, I will try it. Regards, Jagadeesh

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

                welcome :-)

                Christian Graus - Microsoft MVP - C++ "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 )

                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