Search found 177 matches

by softdevo@tiscali.it
Wed Feb 22, 2023 4:59 pm
Forum: Suggestions
Topic: An advice.
Replies: 3
Views: 2273

An advice.

Thanks, but do you know where I can find some example of code reading and subsequent execution? some small application that at runtime reads and executes scripts?

Danilo
by softdevo@tiscali.it
Wed Feb 22, 2023 10:52 am
Forum: Suggestions
Topic: An advice.
Replies: 3
Views: 2273

An advice.

<t>Hi to all,<br/> In my web application I have a page that is built dynamically with the instructions contained in a table.<br/> In the page I can insert Label, TextBox, Dropdownlist, Button and more.<br/> For the Button I currently indicate in the table the name of the method to be called when the...
by softdevo@tiscali.it
Tue Feb 21, 2023 8:05 am
Forum: Forum Italiano
Topic: Da quale controllo viene la chiamata di un menù contestuale?
Replies: 2
Views: 2098

Da quale controllo viene la chiamata di un menù contestuale?

<t>Ciao, io creerei un menù contestuale per ogni controllo che eredita dal menu che hai creato<br/> CLASS MioMenu INHERIT GeneraleContextMenu<br/> PROTECT Controllo as CONTROL<br/> <br/> POI dal metodo MenuSelect chiederei quale sia il controllo del contextmenu<br/> <br/> Idea balsana?<br/> <br/> Da...
by softdevo@tiscali.it
Fri Oct 14, 2022 6:25 am
Forum: Forum Italiano
Topic: ReportPro2, English and translation: now ok!
Replies: 61
Views: 19330

Nuovo progetto

Conta pure su di me

Danilo
by softdevo@tiscali.it
Tue Sep 06, 2022 10:20 am
Forum: Product
Topic: Send Email from X#
Replies: 4
Views: 1287

Send Email from X#

Thanks Wolfgang,
I did this too but System.Net.Mail.SmtpClient has been marked as Obsolete for a while,

Danilo
by softdevo@tiscali.it
Tue Sep 06, 2022 10:07 am
Forum: Forum Italiano
Topic: Invia Email dal X#
Replies: 1
Views: 2643

Invia Email dal X#

<t>Ciao a tutti, <br/> per inviare email dalle mie applicazioni utilizzo la classe System.Net.Mail.SmtpClient per email non SSL e porta 25, uso CDO.Message per email SSL e su porta 465. Io vorrei liberarmi dalle DLL ADODB.dll e cdosys.dll, ma non trovo soluzione se non ricorrendo a strumenti di terz...
by softdevo@tiscali.it
Tue Sep 06, 2022 10:05 am
Forum: Product
Topic: Send Email from X#
Replies: 4
Views: 1287

Send Email from X#

<t>Hello everyone, <br/> to send emails from my applications I use the System.Net.Mail.SmtpClient class for non-SSL emails and port 25, I use CDO.Message for SSL emails and on port 465. I would like to get rid of the ADODB.dll and cdosys DLLs .dll, but I can't find a solution except by resorting to ...
by softdevo@tiscali.it
Sat Jun 25, 2022 10:24 am
Forum: Deutsches Forum
Topic: SerialLib Klasse für VO 2.8
Replies: 35
Views: 5967

SerialLib Klasse für VO 2.8

I used this code, I hope it still works

Danilo Giuliani
by softdevo@tiscali.it
Fri Feb 04, 2022 4:43 pm
Forum: Forum Italiano
Topic: Eseguire un file audio
Replies: 4
Views: 2371

Eseguire un file audio

<t>Puoi usare la classe System.Speech.Synthesis.SpeechSynthesizer che ti permette di far parlare il tuo PC facendogli "leggere" una qualsiasi stringa con la velocità ed il volume che vuoi.<br/> Ho estratto da una mia applicazione quello che serve,spero di aver messo tutto, contattami se ho dimentica...
by softdevo@tiscali.it
Sun Jan 23, 2022 8:26 am
Forum: Suggestions
Topic: Facial recognition
Replies: 9
Views: 4048

Facial recognition

Thank you