Code: Resize Photo with Windows, Resize
14.11.2018 1957
Code:
Resize Photo with Windows, Resize
Task:
A small
easy Windows C # code to downsize a photo or image to a smaller size
Solved: Thread must be set to Single Thread Apartment (STA) mode
14.11.2018 13942
Solved:
Thread must be set to Single Thread Apartment (STA) mode
Problem:
When using
the Clipboard clipboard in an Addin
C #: Show picture in WinForms
25.10.2017 2539
How to
display a picture in a Windows Classic desktop app?
Images
are displayed in a FormBox in Windows Forms
PictureBox
pictureBox = new PictureBox();
SMTP Error: Unable to read data from the transport connection
19.10.2017 19381
Error message:
Failure sending mail
Unable to read data from the transport connection
Net_io_connectionclosed
For
SMTP Server from
SMTPClient for sending with SSL and Authentication
19.10.2017 6567
Code
for an Smtp email client, which sends emails from a Classic Desktop app
directly via the email server
The
encryption is SSL and the setting of the send port
NET
Framework 4 WinForms, WPF
The
actual transmission part is as described in the code here
SendMail Client in .Net Winform, WPF
18.10.2017 2555
SendMail Client in Net Winform, WPF,
here is a simple example of a Net SMTP Sendmail client
With this code or example you can simply send emails
automatically from the Net application
The example shows that you only need the e-mail sender and
recipient data, as well as the e-mail server via which the e-mail is sent
To this you create a Net MailMessage with the send
addresses
Winforms: Local Database create, bind, show SELECT INSERT UPDATE DELETE
06.10.2017 11939
Code to
the online tutorial
#CRUD example:
how to view, add, delete and update record data in a local SQL Database in Winforms,
WPF
Simple
Demo Winforms Example with a list of cars, an an Add- Delete- and Update Button
Video
Tutorial at Youtube
Winforms: Connectionstring to the database
06.10.2017 12050
How to
determine the Connectionstring to bind a local database in Windows Forms
Winforms
Location Connectionstring:
Where
can I find the ConnectionString of the local database in Windows Forms?
The
Connectionstring is stored in the App Config as an XML structure
The
completed App config in Winforms looks like this:
Winforms Webbrowser: HTMLDocument.load Illegal characters in path
04.10.2017 8707
This C
# code page shows how to write a robot as an application in Windows Forms
(short: Winforms), which browses internet pages and collects data from internet
pages
In
principle, the data can be collected in two ways,
1 )
With WebBrowser Control
A browser is remote-controlled and the
information is taken from the browser as a control
Winforms Webbrowser: HTMLDocument.load Illegal characters in path
04.10.2017 3598
Problem:
In a Windows Forms application, the HTML code of a Web page is read and placed
into an HTML document
But
then the error appears: Illegal characters in path
|