Click here to Skip to main content
15,891,682 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Sir,
I have taken two form invoiceform.cs & EmailPage.cs.
I have made an application in which I want send invoice form to customer through Email.But I have taken window Form like invoiceform.cs and also made EmailPage.cs window form in c#. On EmailPage I have taken linklable to attached invoiceform.cs.
In short I want send window Form directly through Emailpage.
Posted

Sadly wanting and getting is not the same thing. Windows Forms is not appropriate for the purpose, as Windows Forms based applications usually are installed on the client computer. Perhaps ClickOnce Deployment[^] can be of some help, but I'll advice you to try to move your application to a web based technology like asp.net[^].

Best regards
Espen Harlinn
 
Share this answer
 
Comments
ProEnggSoft 5-Apr-12 9:41am    
Good advice. +5
Espen Harlinn 9-Apr-12 5:49am    
Thank you ProEnggSoft :-D
Abhinav S 9-Apr-12 3:40am    
Good advice.
Espen Harlinn 9-Apr-12 5:49am    
Thank you Abhinav :-D
Your question isn't very clear but you can send email, as HTML format, using SmtpClient[^]

If this is not what you want, then use the improve question link and explain.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900