Need Advice Quickly

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sero96
    New Member
    • Mar 2007
    • 3

    Need Advice Quickly

    I am working on a project, its in mdi format

    i want to know how to code if i have a menu bar with a few different options

    i want to send a different

    picture into a second form with a picture box, how to i load the different

    picture if a different option is clicked on the first form onto the second form?

    Can you please help me
  • tylerb
    New Member
    • Mar 2007
    • 8

    #2
    what language are you programming in?

    Comment

    • tylerb
      New Member
      • Mar 2007
      • 8

      #3
      can't edit first post ... argh

      let's call the form with the menu Form1 and the one that needs pictures loaded to it to be called Form2

      the best way to do this is probably have Form2 subscribe to the event that is thrown when the button in Form1 is clicked.

      If you need help with the concept or in general what events and delegates are, just let me know.

      NOTE: also a good idea to state what language you are programming in

      Comment

      • RedSon
        Recognized Expert Expert
        • Jan 2007
        • 4980

        #4
        If you want some editing done to your post, you can always PM one of the mods and describe exactly how you would like it to be changed, then one of them will edit your post when they can. :)

        Comment

        • tylerb
          New Member
          • Mar 2007
          • 8

          #5
          Originally posted by RedSon
          If you want some editing done to your post, you can always PM one of the mods and describe exactly how you would like it to be changed, then one of them will edit your post when they can. :)
          yeah, I saw the note but figured I wouldn't bother you guys

          Sero96 let me know if you have any problems

          Comment

          • Sero96
            New Member
            • Mar 2007
            • 3

            #6
            im programming in vb.net

            Comment

            Working...