CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 13 of 13
  1. #1
    Join Date
    Feb 2004
    Posts
    218

    really need your help

    I have designed two forms in VB, one is "compose page" and another is "read page".When I click the button "send" in "compose page", I hope it can send the "read page" to email recipients. but what is the code? Thank you.

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: really need your help

    OK, do you want to send it using MS Outlook or without using MS Outlook ¿

  3. #3
    Join Date
    May 1999
    Location
    New Delhi, India
    Posts
    359

    Re: really need your help

    what is the connection in form compose and form read??
    how r u getting the values from compose to read form??

  4. #4
    Join Date
    Feb 2004
    Posts
    218

    Re: really need your help

    using microsoft outlook, the "send page" can send the email successfully already. the problem is how the "read page" can be sent to recipients?
    how to connect between them like Pranay suggest
    Last edited by lwong; March 20th, 2006 at 04:32 AM.

  5. #5
    Join Date
    May 1999
    Location
    New Delhi, India
    Posts
    359

    Re: really need your help

    what r the contents of read page as well as compose page?
    r u replicating the values of compose page to read page i suppose...??

  6. #6
    Join Date
    Feb 2004
    Posts
    218

    Re: really need your help

    yes, u are right Pranay, for example, in the compose page I have request something, and these values will send to read page, so recipients will know what I want.

  7. #7
    Join Date
    May 1999
    Location
    New Delhi, India
    Posts
    359

    Re: really need your help

    well lwong i got the scenario what u r working for but tell me y r u doin so??
    or else plase let me know the flow and function of your proj. May we be able to help you then.

  8. #8
    Join Date
    Feb 2004
    Posts
    218

    Re: really need your help

    well, I am doing a stationery request for my company, at this moment, I have designed the two forms, "compose page" and "read page", I designed one button "add" on the former page, once it pressed, the requested stationery will add in the list, at the same time, the record of stationery stock will be deducted by corresponding requesting number. Then press "send" to recipients. But this logic is not normal, Normally, when the recipients receive the email, he press "accept" on the "read page", and then stock record will be deducted. But since I dont know how to send out the "read page" to recipient, so what I can do now is what I did. Please help me. Thank you.

  9. #9
    Join Date
    Feb 2004
    Posts
    218

    Re: really need your help

    How about the situation, Pranay?

  10. #10
    Join Date
    May 1999
    Location
    New Delhi, India
    Posts
    359

    Re: really need your help

    hi thr!!
    will be looking at it by evening.
    rt now am stuck up in some work.

    take care!!

  11. #11
    Join Date
    Feb 2004
    Posts
    218

    Re: really need your help

    thanks, waiting for you.

  12. #12
    Join Date
    May 1999
    Location
    New Delhi, India
    Posts
    359

    Re: really need your help

    lwong,
    pls post ur project so that we may have a look at that and can help u out.

    Take care!!

  13. #13
    Join Date
    Feb 2004
    Posts
    218

    Re: really need your help

    thanks, Pranay,
    I will post the project after I rearrange the code first.
    send the "read page" form to receipient is really hard???

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured