본문 바로가기 메뉴 바로가기

Mit

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Mit

검색하기 폼
  • 분류 전체보기 (146)
    • Maui (7)
    • Xamarin (33)
    • WPF (48)
    • VBA (3)
    • C# WinForm (7)
    • ETC (44)
  • 방명록

전체 글 (146)
[MSSQL] 서버 수준의 URN 필터가 잘못되었습니다.

[MSSQL] 서버 수준의 URN 필터가 잘못되었습니다. SELECT @@SERVERNAME '현재 서버네임 확인 1. 서버네임삭제 EXEC sp_dropserver '조회된 서버네임' GO 2. 서버네임생성 EXEC sp_addlinkedserver '?????\SQLEXPRESS' GO

ETC 2020. 1. 22. 11:11
ClickOnce 인증서 인증기간 변경

>>첨부된 파일 다운로드 >> 압축풀기 >> 압축해제된 renewcert 폴더에 인증키복사 CMD(관리자로그인) >> CD 압축해제된폴더 >> renewcert 기존키이름.pfx 새로운키이름.pfx "CN=Teon\Teon" 비밀번호 * 인증기간은 10년으로 변경됨. http://may.be/renewcert/

ETC 2020. 1. 8. 15:56
TextBox get LineNumber and Input Text Handle

private void Text_body_KeyDown(object sender, KeyEventArgs e) { var myTextBox = (TextBox)sender; int caret = myTextBox.CaretIndex; int iLine = myTextBox.GetLineIndexFromCharacterIndex(caret); if (iLine < 11) { e.Handled = true; return; } }

WPF 2019. 10. 11. 10:25
MSSQL 오전 오후 DateTime Convert

convert(datetime, left(CB_insert_time,charindex(' ',@시간,1)-1) + ' ' + right(@시간,charindex(' ',reverse(@시간),1)-1) + case when charindex('오전',@시간,1) > 0 then 'AM' else 'PM' end )

WPF 2019. 10. 10. 09:59
Windows Resize Manual Mode

https://stackoverflow.com/questions/27157390/wpf-custom-window-windows-edge-resize-feature Wpf custom window, Windows edge resize feature Got a custom wpf window (WindowStyle=None, AllowTransparancy=true) and wondering how to get Windows edge resize features to work.. you know when draging window and mouse touches left, right or top ... stackoverflow.com

WPF 2019. 10. 8. 00:09
Dynamic Button 생성, Event

Xaml code:​​​​​​​ public MainWindow() { InitializeComponent(); for (int i = 0; i

WPF 2019. 9. 3. 09:22
WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)

Microsoft.Office.Interop을 사용하여 셀별로 복사하면 너무오래걸려 Row 일괄 복사하도록하여 성능향상 DataGrid -> DataView -> DataTable 로 변환하고 foreach 에서 DataRow 별로 일괄 붙이기. DataView Dview = (DataView)result_grid2.ItemsSource as DataView; DataTable Ex_table = Dview.Table; string excelRange1 = "A" + cellRowIndex;// 복사 시작범위 string excelRange2 = "BL" + cellRowIndex;// 복사 종료범위 worksheet.Range[excelRange1, excelRange2].Value2 = dr.Item..

WPF 2019. 8. 27. 09:22
WPF Datagrid Cell Value Change

데이터그리드 셀값 삭제하는방법이 어려워 셀값을 공백으로 붙여 넣었다. private void Paste_Cell(int col_index, int row_index) { DataGridColumn column1 = dataGrid1.ColumnFromDisplayIndex(col_index); column1.OnPastingCellClipboardContent(dataGrid1.Items[row_index], ""); }

WPF 2019. 6. 27. 21:13
WPF Textbox 항상 처음라인에 쓰기

if (list_box.LineCount > 1) { list_box.Text = list_box.Text.Insert(0, "[" + line_count.ToString() + "] " + lines); } else { list_box.AppendText("["+line_count.ToString()+"] "+lines); }

WPF 2019. 6. 26. 20:25
WPF Textbox 마지막라인 삭제

list_box.Text = list_box.Text.Remove(list_box.Text.LastIndexOf(Environment.NewLine));

WPF 2019. 6. 26. 20:24
이전 1 ··· 9 10 11 12 13 14 15 다음
이전 다음
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • 연산자 뒤에 피연산자가 없습니다.
  • Xamarin SMS OTP Send
  • Label Text LineBreak in Xaml
  • 암호 마스터키
  • SkiaSharp
  • Xamarin.Ios Firebase Phone Auth
  • WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
  • C# LINQ Left join
  • Microcharts
  • WPF Datagrid Cell Value Change
  • Xamarin.Ios Firebase Phone User Add
  • Xamarin Firebase Phone Auth
  • Xamarin reCAPTCHA
  • GetCellContent CheckBox Value
  • Embeded 한글Font적용
  • c# Encrypt / Decrypt
  • Xamarin Firebase Phone User Add
  • 서버 수준의 URN 필터
  • Xamarin.Ios Firebase Phone SMS OTP Send
  • Entry '' has empty native path
  • ClickOnce 인증서 인증기간 변경
  • Windows IIS FTP 디렉토리 목록 오류
  • WPF Textbox
  • Xamarin.Forms
  • Linux SSH Multi Computer Join
  • FileStream Add Byte
  • ssl_client_socket_impl.cc
  • WPF Scrollviewer in ScrollViwer
more
«   2025/09   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바