当前位置:网站首页>C WinForm [view status bar -- statusstrip] - Practice 2
C WinForm [view status bar -- statusstrip] - Practice 2
2022-07-05 07:55:00 【BoomBiuBiu】
1、 Drag the control from the toolbox to the form ----menuStrip Control ---- Add submenu ----Checked Attribute to True

2、 Double click the status bar , Add code to the form
private void status bar ToolStripMenuItem_Click(object sender, EventArgs
{
if (tsmiStatusStrip.Checked == true)
{
tsmiStatusStrip.Checked = false;
statusStrip1.Visible = false;
}
else
{
tsmiStatusStrip.Checked = true;
statusStrip1.Visible = true;
}
}3、 Show results


边栏推荐
- Threads and processes
- Communication standard -- communication protocol
- IEEE access personal contribution experience record
- Basic embedded concepts
- How to excavate and research ideas from the paper
- Application of ultra pure water particle counter in electronic semiconductors
- Could NOT find XXX (missing: XXX_LIBRARY XXX_DIR)
- Global and Chinese market of blackbody calibration source 2022-2028: Research Report on technology, participants, trends, market size and share
- Record the torch encountered by win10 cuda. is_ False problem in available()
- String judgment
猜你喜欢

A simple method to prove 1/t Fourier transform

Connection mode - bridge and net

Beijing Winter Olympics opening ceremony display equipment record 3

How to migrate the device data accessed by the RTSP of the easycvr platform to easynvr?

Embedded AI intelligent technology liquid particle counter

UEFI development learning 3 - create UEFI program

Programming knowledge -- assembly knowledge

Ten thousand words detailed eight sorting must read (code + dynamic diagram demonstration)

Significance and requirements of semiconductor particle control

Altium designer 19.1.18 - change the transparency of copper laying
随机推荐
Global and Chinese market of urban rail connectors 2022-2028: Research Report on technology, participants, trends, market size and share
Acwing - the collection of pet elves - (multidimensional 01 Backpack + positive and reverse order + two forms of DP for the answer)
Mlperf training v2.0 list released, with the same GPU configuration, the performance of Baidu PaddlePaddle ranks first in the world
Network port usage
About the problem that MySQL connector net cannot be cleared in MySQL
UEFI development learning series
Batch modify the txt file code to UTF-8 (notepad++)
Package ‘*****‘ has no installation candidate
Global and Chinese market of plastic recycling machines 2022-2028: Research Report on technology, participants, trends, market size and share
Global and Chinese market of core pallets 2022-2028: Research Report on technology, participants, trends, market size and share
Summary of STM32 serial port sending and receiving data methods
Shell script basic syntax
Practical application cases of digital Twins - fans
研究发现,跨境电商客服系统都有这五点功能!
Development tools -- gcc compiler usage
Shell脚本基本语法
A simple method to prove 1/t Fourier transform
Logistic regression: the most basic neural network
Day01 markdown log entry tips
2021-10-28