随笔分类 - C#
摘要:1. 窗体Tab键的顺序设置 选中窗体-视图-tab键顺序 label不适用tab键 2. 热键设置和快捷键设置 热键:无论光标在哪都可以 快捷键:出现界面后才能按 添加label 更改label的Text属性改为:热键关闭&C 当按下Alt+C时,Close按钮获得焦点【本应该是热键关闭(C)这个
阅读全文
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System....
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Test2 { class Ticket { decimal distance; public...
阅读全文
摘要:throw在特定情况下主动抛出异常 (1)ArithmeticException (2)ArrayTypeMismatchException (3)DivideByZeroException (4)IndexOutOfRangeException (5)InvalidCastException (6
阅读全文
摘要:WebRequest 和 WebResponse类的使用
阅读全文
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System....
阅读全文
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System....
阅读全文

浙公网安备 33010602011771号