Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
Tags
- flutter
- ubuntu 19 한글 입력
- debug banner
- Server
- TCPIP
- ListView.build
- Listview filtering
- flutter tcpip client
- flutter button
- flutter tcpip server
- array
- AlertDialog
- showDialog
- Properties.Settings.Default
- debugShowCheckedModeBanner
- dart:io
- peaks
- c
Archives
- Today
- Total
Louie De Janeiru
Build date display at Form.Text 본문
using System.IO;
using System.Reflection;
private void Form1_Load(object sender, System.EventArgs e)
{
...
DateTime buildDate = new FileInfo(Assembly.GetExecutingAssembly().Location).LastWriteTime;
this.Text += " ( Built : " + buildDate + ")";
}
'C#' 카테고리의 다른 글
| Dialog box open (0) | 2024.07.16 |
|---|---|
| Display build date at Title Bar (0) | 2021.03.19 |
| Basic code for normal framework (0) | 2020.11.17 |
| Screen Record (0) | 2020.09.16 |
| Properties.Settings.Default (0) | 2019.09.24 |