Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sreekanta
  • Content: Threads
  • Order by date
  1. sreekanta

    Handling namespace and changing attribue values

    Hi I have a XML data of following format <a:Prod xmlns:a="Prod" action="D" type="Prod"> <ID>106</ID> <VALUE>100</VALUE> </a:Prod> I want to parse this XML data and form a new data as follows <a:Prod xmlns:a="Prod" action="U" type="Prod"> <Prod_sub> <ID>106</ID>...
  2. sreekanta

    Attaching file to a mail using ShellExecute

    Hi, I went through the code given in this site to open the default email client with To, CC, BCC, Subject, Body and Attachment. I could get those values which i had provided for all the other fields except Attachment..Can anyone plz help me to know how i can attach a file using ShellExecute...

Part and Inventory Search

Back
Top