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
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..
String RF_text; private void SetText(string text) { if (RF_ID.Dispatcher.CheckAccess()) { RF_text = RF_text + text; byte[] StrByte = Encoding.UTF8.GetBytes(text); for (int i = 0; i < StrByte.Length; i++) { if (StrByte[i] == 0x03) //0x1A { RF_ID.Text = RF_text; SendSerial(true); RF_text = String.Empty; break; } } } else { SetTextCallBack d = new SetTextCallBack(SetText); RF_ID.Dispatcher.Invoke(d..
VBA 셀 선택 이벤트(선택한 열 색 추가, 이전 열 색 삭제) -- Sheet1 Public pre_string As Integer Public Sub Worksheet_SelectionChange(ByVal Target As Range) On Error GoTo test Dim rs_string As Integer rs_string = VBA.Right(ActiveCell.Address, (Len(ActiveCell.Address) - 3)) 'ActiveCell.Address If Selection.Count = 1 And Sheet1.Range("a" & rs_string & ":z" & rs_string).Interior.Color RGB(120, 240, 200) Then If Not Inte..
if (!cmbBox.IsLoaded) return;
CanUserAddRows="false"
- Total
- Today
- Yesterday
- Xamarin reCAPTCHA
- SkiaSharp
- Xamarin.Ios Firebase Phone SMS OTP Send
- WPF Scrollviewer in ScrollViwer
- Xamarin.Forms
- Xamarin.Ios Firebase Phone User Add
- 서버 수준의 URN 필터
- Xamarin SMS OTP Send
- GetCellContent CheckBox Value
- ClickOnce 인증서 인증기간 변경
- Label Text LineBreak in Xaml
- 연산자 뒤에 피연산자가 없습니다.
- c# Encrypt / Decrypt
- Microcharts
- Windows IIS FTP 디렉토리 목록 오류
- C# LINQ Left join
- Xamarin Firebase Phone User Add
- WPF Textbox
- Xamarin.Ios Firebase Phone Auth
- Embeded 한글Font적용
- WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
- Xamarin Firebase Phone Auth
- 암호 마스터키
- ssl_client_socket_impl.cc
- FileStream Add Byte
- Entry '' has empty native path
- WPF Datagrid Cell Value Change
- Linux SSH Multi Computer Join
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |