当前位置:网站首页>C WinForm [help interface - send email] - practice five
C WinForm [help interface - send email] - practice five
2022-07-05 07:55:00 【BoomBiuBiu】
1、 Add help buttons on the menu bar

2、 Right click your new project -- add to -- forms

Name it HlepForm:
3、 Set the form :

4、 choice E-Mail The event LinkClicked-- Double click to enter the code editing page 
Edit code :
private void llblEMail_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
System.Diagnostics.Process.Start("mailto:[email protected]");
}5、 Double click the help button in the main interface to enter the code editing page
private void help toolStripMenuItem_Click(object sender, EventArgs e)
{
HelpForm helpForm = new HelpForm();
helpForm.ShowDialog();
}6、 Run the program

Click on email :

边栏推荐
- QT's excellent articles
- Distinction between heap and stack
- C language uses arrays to realize the intersection, union, difference and complement of sets
- Random function usage notes
- The sublime version that XP can run is 3114
- 找不到实时聊天软件?给你推荐电商企业都在用的!
- Ads learning record (lna_atf54143)
- 软件设计师:03-数据库系统
- Record the torch encountered by win10 cuda. is_ False problem in available()
- P3D gauge size problem
猜你喜欢

A complete set of indicators for the 10000 class clean room of electronic semiconductors

Interview catalogue

Application of ultra pure water particle counter in electronic semiconductors

Win10 shortcut key

II Simple NSIS installation package

Communication standard -- communication protocol

Opendrive arc drawing script

Factors affecting the quality of slip rings in production

Nombre - 1. Création de tableaux

找不到实时聊天软件?给你推荐电商企业都在用的!
随机推荐
Day01 markdown log entry tips
MySQL - storage engine
Embedded composition and route
Programming knowledge -- assembly knowledge
Could NOT find XXX (missing: XXX_LIBRARY XXX_DIR)
Use of orbbec Astra depth camera of OBI Zhongguang in ROS melody
Software designer: 03 database system
Create inf module in AMI code
Day08 ternary operator extension operator character connector symbol priority
How to migrate the device data accessed by the RTSP of the easycvr platform to easynvr?
UEFI development learning 5 - simple use of protocol
MySql——存储引擎
IEEE access personal contribution experience record
Factors affecting the quality of slip rings in production
Batch modify the txt file code to UTF-8 (notepad++)
找不到实时聊天软件?给你推荐电商企业都在用的!
STM32 learning method
C language uses arrays to realize the intersection, union, difference and complement of sets
msys2
How to excavate and research ideas from the paper