일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- php 문자치환
- 검색구현
- php 게시판
- db connect
- flutter 총정리
- SKStoreReviewController
- StoreKit
- ftp연동
- 문자치환
- android function
- flutter 실행하기
- Flutter 설치
- flutter 환경설정
- Review
- flutter 설치하기
- 크기 리사이즈
- ftp upload
- flutter getting started
- php
- ftp download
- Swift
- 정규식 문자치환
- flutter 앱 만들기
- regexp
- php ftp upload
- page navigation
- flutter 완벽 가이드
- 플러터
- AppStore
- php ftp download
Archives
- Today
- Total
AppleTree iOS
메세지박스 예제 본문
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace WindowsFormsApplication18
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Click(object sender, EventArgs e)
{
MessageBox.Show("MessageBoxDefaultButton","Title Bar",
MessageBoxButtons.YesNoCancel,MessageBoxIcon.Question,
MessageBoxDefaultButton.Button2);
}
}
}
'C#' 카테고리의 다른 글
Modal & Modeless 대화상자 (0) | 2011.11.23 |
---|