Click here to Skip to main content
15,891,763 members

Comments by 0071974 (Top 4 by date)

0071974 7-Dec-22 2:46am View    
Thanks, @BillWoodruff, but I fixed it with another method. thanks for your time.
0071974 4-Dec-22 9:02am View    
What would you suggest or recommend?
im fairly new to WPF
0071974 1-Jul-22 18:49pm View    
Fixed it;
Thanks @ OriginalGriff
0071974 1-Jul-22 18:10pm View    
Ok guys ive tried this:

private void BtnMsg_Click(object sender, EventArgs e)
{
Messages frm2 = new Messages(comm1);
frm2.Show();
}
and in frm2:

GsmCommMain Comm1;
public Messages(GsmCommMain comm1)
{
InitializeComponent();
Comm1 = comm1;
}
but the problem is when I send an SMS the port closes in MainMenu
the SMS is sent though;