http://www.csharpstudy.com/net/article/11-비동기-Socket-서버
wpf System.Windows.controls.contentpresenter checkbox casting error FrameworkElement element = this.dataGrid1.Columns[4].GetCellContent(dataGrid1.Items[Row_num]); object chk = FindVisualChild(element); if (chk != null) { CheckBox use2 = chk as CheckBox; if (use2.IsChecked ?? false) { MessageBox.Show("update1"); } else { MessageBox.Show("update2"); } } private childItem FindVisualChild(Dependency..
private void dataGrid1_CellEditEnding(object sender, DataGridCellEditEndingEventArgs e) { // CellEditEnding 이벤트 후 선택된 셀 좌표 -- 이벤트 후 선택된 좌표 ( 이벤트 후 좌표로 실제 셀 좌표가 아님.) int Col_num = dataGrid1.CurrentCell.Column.DisplayIndex; int Row_num = dataGrid1.SelectedIndex; //이벤트 셀 좌표 -- 실제 이벤트 셀 int Col_num1 = e.Column.DisplayIndex; int Row_num1 = e.Row.GetIndex(); MessageBox.Show(Col_num1.ToString() + Row_n..
SqlDataReader DB연결된 동안 접근 가능(읽기 전용) SqlDataAdapter DataSet에 복사, DB연결 끊어도 사용 가능 1. SqlDataReader 사용SqlDataReader DB_reader_Eclass1 = Eclass_comm.ExecuteReader();DataTable dt_Eclass1 = new DataTable(); dt_Eclass1.Load(DB_reader_Eclass1); Eclass_comm.Parameters.Clear(); if (dt_Eclass1.Rows.Count > 0) { dataGrid1.ItemsSource = dt_Eclass1.AsDataView(); } 2. SqlDataAdapter 사용 DataSet DST = new DataSet..
item_list[0] = sch_ids_sch.Text;// id item_list[1] = sch_name_sch.Text;// name item_list[2] = "aca";// aca_name item_list[3] = DT.Year.ToString(); item_list[4] = DT.Month.ToString(); TextBlock x_day = dataGrid1.Columns[0].GetCellContent(dataGrid1.Items[i-1]) as TextBlock; item_list[5] = x_day.Text; //day TextBlock x_week_num = dataGrid1.Columns[1].GetCellContent(dataGrid1.Items[i - 1]) as TextBl..
delegate 선언 private delegate void UpdateProgressBarDelegate(System.Windows.DependencyProperty dp, Object value); for loop 에서 Application.Current.Dispatcher.Invoke(System.Windows.Threading.DispatcherPriority.ApplicationIdle, (Action)(() => { pbStatus.Value = values; })); TEON님의 회원 가입을 진심으로 축하합니다. 이 글은 비공개로 작성돼 있습니다. '편집'으로 내용을 바꾸시거나, 삭제 후 '새 글을 작성'하셔도 됩니다. 블로그를 간단하게 소개하는 글로 편집해보는 것도 좋겠네요. #2 다양한 ..
- Total
- Today
- Yesterday
- WPF Textbox
- Xamarin.Ios Firebase Phone SMS OTP Send
- Label Text LineBreak in Xaml
- Entry '' has empty native path
- Linux SSH Multi Computer Join
- WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
- Xamarin SMS OTP Send
- WPF Scrollviewer in ScrollViwer
- Embeded 한글Font적용
- 암호 마스터키
- Xamarin Firebase Phone User Add
- C# LINQ Left join
- Microcharts
- Xamarin.Ios Firebase Phone Auth
- FileStream Add Byte
- ClickOnce 인증서 인증기간 변경
- Xamarin reCAPTCHA
- 연산자 뒤에 피연산자가 없습니다.
- 서버 수준의 URN 필터
- ssl_client_socket_impl.cc
- Windows IIS FTP 디렉토리 목록 오류
- c# Encrypt / Decrypt
- Xamarin Firebase Phone Auth
- SkiaSharp
- GetCellContent CheckBox Value
- Xamarin.Ios Firebase Phone User Add
- Xamarin.Forms
- WPF Datagrid Cell Value Change
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |