ClickOnce로 배포후 SQLite.Interop.dll을 찾지 못할때. csproj 파일을 메모장에서 열고 아래 부분을 붙여넣고 배포한다. NuGet을 추가 한 후에는 배포가 Interops를 복사하지 않습니다. 아래 내용을 csproj 파일에 추가하고 해당 동작을 수정해야합니다. true false false false https://stackoverflow.com/questions/13028069/unable-to-load-dll-sqlite-interop-dll
xmlns:my="clr-namespace:Test_name" Xaml 컨트롤에서 사용
try { PrintDialog printDialog = new PrintDialog(); // 프린트 다이얼로그 생성 printDialog.PrintTicket.PageOrientation = System.Printing.PageOrientation.Landscape; printDialog.PageRangeSelection = PageRangeSelection.AllPages; printDialog.SelectedPagesEnabled = true; printDialog.UserPageRangeEnabled = true; string return_value = string.Empty; if (Print_Queue == true) { Print_Queue = false; printDialog.MaxPag..
# Xaml #CS // Error1. CheckBox mycheckbox = dataGrid1.Columns[7].GetCellContent(dataGrid1.Items[Row_num])) as CheckBox; // Error2. bool? chks = ((CheckBox)dataGrid1.Columns[7].GetCellContent(dataGrid1.Items[Row_num])).IsChecked;).IsChecked;) // Solved FrameworkElement item = dataGrid1.Columns[7].GetCellContent(dataGrid1.Items[Row_num]); DataGridTemplateColumn temp = (dataGrid1.Columns[7] as Data..
https://docs.microsoft.com/en-us/dotnet/framework/wpf/graphics-multimedia/how-to-animate-a-rectangle How to: Animate a Rectangle - WPF How to: Animate a Rectangle In this article --> This example shows how to animate changes to the size and position of a rectangle. Example The following example uses an instance of the RectAnimation class to animate the Rect property of a RectangleGeometry docs.m..
DataTable Column Sum Total DataTable sumDataTable = new DataTable(); sumDataTable.Columns.Add("total", typeof(string)); sumDataTable.Columns.Add("workedhours", typeof(int)); sumDataTable.Columns.Add("tfshours", typeof(int)); DataRow row = sumDataTable.NewRow(); row["total"] = "Total"; row["workedhours"] = oldDataTable.Compute("Sum(workedhours)", "workedhours > 0"); row["tfshours"] = oldDataTable..
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; } }
- Total
- Today
- Yesterday
- Xamarin.Ios Firebase Phone SMS OTP Send
- 암호 마스터키
- Entry '' has empty native path
- Label Text LineBreak in Xaml
- Xamarin.Ios Firebase Phone User Add
- Xamarin.Forms
- Xamarin reCAPTCHA
- WPF Datagrid Cell Value Change
- C# LINQ Left join
- ClickOnce 인증서 인증기간 변경
- 서버 수준의 URN 필터
- 연산자 뒤에 피연산자가 없습니다.
- ssl_client_socket_impl.cc
- Microcharts
- c# Encrypt / Decrypt
- Xamarin SMS OTP Send
- Embeded 한글Font적용
- WPF Textbox
- Windows IIS FTP 디렉토리 목록 오류
- Xamarin.Ios Firebase Phone Auth
- GetCellContent CheckBox Value
- Linux SSH Multi Computer Join
- WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
- Xamarin Firebase Phone Auth
- FileStream Add Byte
- Xamarin Firebase Phone User Add
- WPF Scrollviewer in ScrollViwer
- SkiaSharp
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |