Posts by Moisés P.L. Rosa • 1 point
3 posts
-
-1
votes2
answers2905
viewsA: Phpmailler Error sending email SMTP connect() failed. UOL HOST
$mail = new Phpmailer Phpmailer(true);// No more automatically load should indicate the class folder Try { //configuracoes do servido UOLHOST (Meu está funcionando normal) $mail->SMTPDebug =…
-
0
votes4
answers3646
viewsA: Capture selected value in grid checkbox
//dataGridView1 coloca o nome do seu Objeto dataGrid foreach (DataGridViewRow Linha in dataGridView1.Rows)//Percorre o dataGrid e joga valor em { if…
-
-1
votes3
answers1167
viewsA: Epplus row and column last cell - C#
//using Excel = Microsoft.Office.Interop.Excel;//Inseriri esta linha no inicio das usabilidade; //Abre o arquivo execel String Destino =…