Click here to Skip to main content
15,902,114 members

Comments by EdwardX2 (Top 5 by date)

EdwardX2 19-May-17 20:53pm View    
Member 11615836 or anyone,
I'd like to use Solution 7 to send a PDF file, but it has no message body.

Adding lines to the 'Create structure of email to be sent' results in an error.

How can I add a text message body?
EdwardX2 9-May-17 21:29pm View    
Deleted
Ansh, Can you please send a copy of the code Solution 2 for the .txt file attachment?
Thank you. ashtonc@live.com
EdwardX2 18-Mar-15 18:26pm View    
Looking for a date like: 03/18/2015.
So I'll try something like:

void wxPanel4Frame::OnbtnBeginClick(wxCommandEvent& event)
{
txtBdate->SetValue(CalendarCtrl1->GetDate().FormatDate("mm/dd/yyyy").c_str());
// But txtBdate can't be in the above line then
}
EdwardX2 9-Mar-15 11:21am View    
I have verified the files std.ico and wx.rc are in the partial path in the resource.rc file. Can the resource.rc be removed from this(a) project? Contents of resource.rc: aaaa ICON "wx/msw/std.ico" #include "wx/msw/wx.rc" .

A pre-build Exe file does run perfect on the PCs that won't build it.
EdwardX2 9-Mar-15 10:54am View    
Deleted
I have verified the files std.ico and wx.rc are in the partial path in the resource.rc file. Can the resource.rc be removed from this(a) project? Contents of resource.rc: aaaa ICON "wx/msw/std.ico" #include "wx/msw/wx.rc" .