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. Visual Basic
  4. Using data from form1 on form2

Using data from form1 on form2

Scheduled Pinned Locked Moved Visual Basic
questioncsharphelp
4 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.
  • L Offline
    L Offline
    Larry White
    wrote on last edited by
    #1

    I know this is probably a basic question, but here goes. I am building a Windows form based application. I have a form1 that opens up, users enter information, then I would like to e-mail the selected information from some selected textbox's using another form2. Or is it easier to email the data from the textboxs without a form? A second minor problem is how do you eliminate the Microsoft Outlook message that pops up when activating the Outlook application from within VB.NET? Thank you,:confused: LWhite

    M E 2 Replies Last reply
    0
    • L Larry White

      I know this is probably a basic question, but here goes. I am building a Windows form based application. I have a form1 that opens up, users enter information, then I would like to e-mail the selected information from some selected textbox's using another form2. Or is it easier to email the data from the textboxs without a form? A second minor problem is how do you eliminate the Microsoft Outlook message that pops up when activating the Outlook application from within VB.NET? Thank you,:confused: LWhite

      M Offline
      M Offline
      mr_12345
      wrote on last edited by
      #2

      why not just email from form1? I don't think you can eliminate the Outlook Message using VB.Net. You will have to use Extended MAPI. There is an article on code project that is done in C++. Search for Extended Mapi and you will find it. Mike Lasseter

      L 1 Reply Last reply
      0
      • L Larry White

        I know this is probably a basic question, but here goes. I am building a Windows form based application. I have a form1 that opens up, users enter information, then I would like to e-mail the selected information from some selected textbox's using another form2. Or is it easier to email the data from the textboxs without a form? A second minor problem is how do you eliminate the Microsoft Outlook message that pops up when activating the Outlook application from within VB.NET? Thank you,:confused: LWhite

        E Offline
        E Offline
        Edbert P
        wrote on last edited by
        #3

        The only other way you can eliminate the Outlook security message is by using Outlook Redemption[^] instead of creating standard Outlook classes. "Democracy is two wolves and a sheep voting on what to have for dinner" - Ross Edbert Sydney, Australia

        1 Reply Last reply
        0
        • M mr_12345

          why not just email from form1? I don't think you can eliminate the Outlook Message using VB.Net. You will have to use Extended MAPI. There is an article on code project that is done in C++. Search for Extended Mapi and you will find it. Mike Lasseter

          L Offline
          L Offline
          Larry White
          wrote on last edited by
          #4

          I thought about just emailing form1, but it has a lot more detail than I need to mail. The second form is streamlined down to only a few data elements. I may have to simplify it even more. Thank you, LWhite

          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