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..
- Total
- Today
- Yesterday
- Xamarin.Ios Firebase Phone Auth
- WPF Textbox
- 서버 수준의 URN 필터
- 암호 마스터키
- Xamarin Firebase Phone Auth
- Linux SSH Multi Computer Join
- WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
- c# Encrypt / Decrypt
- C# LINQ Left join
- Windows IIS FTP 디렉토리 목록 오류
- Xamarin SMS OTP Send
- Microcharts
- Xamarin.Forms
- Xamarin Firebase Phone User Add
- SkiaSharp
- ssl_client_socket_impl.cc
- WPF Datagrid Cell Value Change
- FileStream Add Byte
- Xamarin.Ios Firebase Phone User Add
- WPF Scrollviewer in ScrollViwer
- Embeded 한글Font적용
- Xamarin.Ios Firebase Phone SMS OTP Send
- Entry '' has empty native path
- Xamarin reCAPTCHA
- Label Text LineBreak in Xaml
- 연산자 뒤에 피연산자가 없습니다.
- ClickOnce 인증서 인증기간 변경
- GetCellContent CheckBox Value
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |