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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Windows Forms
  4. i find a project

i find a project

Scheduled Pinned Locked Moved Windows Forms
help
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.
  • N Offline
    N Offline
    nta_3886
    wrote on last edited by
    #1

    I am writing code about a form.it similar to Paint of Window.i have a some problem,so i find code to look for my problem

    leo

    D P 2 Replies Last reply
    0
    • N nta_3886

      I am writing code about a form.it similar to Paint of Window.i have a some problem,so i find code to look for my problem

      leo

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      nta_3886 wrote:

      i have a some problem,so i find code to look for my problem

      That's nice. Have a good trip then... ... or did you mean to tell us about the problem you're having with your code??

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007

      P N 2 Replies Last reply
      0
      • D Dave Kreskowiak

        nta_3886 wrote:

        i have a some problem,so i find code to look for my problem

        That's nice. Have a good trip then... ... or did you mean to tell us about the problem you're having with your code??

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007

        P Offline
        P Offline
        Paul Conrad
        wrote on last edited by
        #3

        What is up with the original post? It makes no real sense. Is there a problem in there somewheres or does the OP want people to do his work for him, so he gets praises/fame for other's efforts?

        "Find it your bloody self - immediately!" - Dave Kreskowiak

        D 1 Reply Last reply
        0
        • N nta_3886

          I am writing code about a form.it similar to Paint of Window.i have a some problem,so i find code to look for my problem

          leo

          P Offline
          P Offline
          Paul Conrad
          wrote on last edited by
          #4

          :confused: Rephrase your question.

          "Find it your bloody self - immediately!" - Dave Kreskowiak

          1 Reply Last reply
          0
          • P Paul Conrad

            What is up with the original post? It makes no real sense. Is there a problem in there somewheres or does the OP want people to do his work for him, so he gets praises/fame for other's efforts?

            "Find it your bloody self - immediately!" - Dave Kreskowiak

            D Offline
            D Offline
            Dave Kreskowiak
            wrote on last edited by
            #5

            Yeah, I was thinking the same thing. Apparently his code needs to go on a "vision quest" to find the problems with itself.

            A guide to posting questions on CodeProject[^]
            Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                 2006, 2007

            P 1 Reply Last reply
            0
            • D Dave Kreskowiak

              Yeah, I was thinking the same thing. Apparently his code needs to go on a "vision quest" to find the problems with itself.

              A guide to posting questions on CodeProject[^]
              Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                   2006, 2007

              P Offline
              P Offline
              Paul Conrad
              wrote on last edited by
              #6

              Dave Kreskowiak wrote:

              "vision quest"

              [Homer Simpson voice over] Mmmmmmm, vision quest [/Homer Simpson voice over]

              "Find it your bloody self - immediately!" - Dave Kreskowiak

              1 Reply Last reply
              0
              • D Dave Kreskowiak

                nta_3886 wrote:

                i have a some problem,so i find code to look for my problem

                That's nice. Have a good trip then... ... or did you mean to tell us about the problem you're having with your code??

                A guide to posting questions on CodeProject[^]
                Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                     2006, 2007

                N Offline
                N Offline
                nta_3886
                wrote on last edited by
                #7

                thank your reply.my problem:i make a event draw a line example Point p=new Point(); Pen pe =new Pen(Color.Black,1); private void mouseDown (object sender, MouseEventArgs e) { p = e.Location; } private void mouseUp(object sender, MouseEventArgs e) { Graphics g = this.CreateGraphics(); g.DrawLine(pe,p,e.Location); g.Dispose(); } this code draw a line from the location at Mouse Down to the location at the Mouse Up When mouse move, I want alway have a line from location at Mouse Down to the location of Mouse at the moment.but when Mouse up,there is only a line. It is similar to the draw a line in program Paint of Window.i can't write code. If you know,please tell me quick

                leo

                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