当前位置:网站首页>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 :
边栏推荐
- How to realize audit trail in particle counter software
- Day01 markdown log entry tips
- Programming knowledge -- assembly knowledge
- Realization of binary relation of discrete mathematics with C language and its properties
- Some errors in configuring the environment
- Ads learning record (lna_atf54143)
- Shell script basic syntax
- Screen record of the opening ceremony of the Beijing winter olympics 2
- Makefile application
- MySQL - storage engine
猜你喜欢
随机推荐
Consul installation
Altium Designer 19.1.18 - 更改铺铜的透明度
Batch modify the txt file code to UTF-8 (notepad++)
Day06 class variables instance variables local variables constant variables naming conventions
Altium Designer 19.1.18 - 导入板框
Openxlsx field reading problem
mysql 盲注常见函数
[professional literacy] specific direction of analog integrated circuits
Communication standard -- communication protocol
Good websites need to be read carefully
Factors affecting the quality of slip rings in production
A series of problems in offline installation of automated test environment (ride)
Global and Chinese markets for waste treatment air switches 2022-2028: Research Report on technology, participants, trends, market size and share
Altium Designer 19.1.18 - 清除测量距离产生的信息
The global and Chinese market of lithographic labels 2022-2028: Research Report on technology, participants, trends, market size and share
Record the visual shock of the Winter Olympics and the introduction of the screen 2
软件设计师:03-数据库系统
Realization of binary relation of discrete mathematics with C language and its properties
UEFI development learning 4 - getting to know variable services
Screen record of the opening ceremony of the Beijing winter olympics 2