MetroChart 사용 NeGet에서 ModernUICharts 설치( Torsten Mandelkow ) XML CS public MainWindow() { InitializeComponent(); Chart_binding tuser = new Chart_binding(); DataContext = new Ti_userViewModel(tuser); } internal class Ti_userViewModel { public List Chart_binding { get; set; } public Ti_userViewModel(Chart_binding tuser) { Chart_binding = new List(); Chart_binding.Add(tuser); } } internal class Cha..
메인폼의 버튼 클릭후 textbox1 값을 서브폼 label1값에 할당한다. // main formnamespace pos { public partial class Form1 : Form { Form2 Fx; public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { Fx.label1.Text = textBox1.Text; } private void Form1_Load(object sender, EventArgs e) { Fx = new Form2(); Fx.Show(); } } } // sub formnamespace pos { public partial class Form2 : For..
Function Find_Sch(values As String, ranges As range) Dim FindString As String Dim Rng As range FindString = values If Trim(FindString) "" Then With ranges Set Rng = .Find(What:=FindString, _ After:=.Cells(.Cells.Count), _ LookIn:=xlValues, _ LookAt:=xlWhole, _ SearchOrder:=xlByRows, _ SearchDirection:=xlNext, _ MatchCase:=False) If Not Rng Is Nothing Then ' Application.Goto Rng, True ' ' Sheet1...
http://www.csharpstudy.com/net/article/11-비동기-Socket-서버
using System; using System.IO; using System.Text; //인코딩에 관한 내용이 들어있음 namespace ConsoleApplication1 { class Class1 { [STAThread] static void Main(string[] args) { Encoding encode = System.Text.Encoding.GetEncoding("ks_c_5601-1987"); FileStream fs = new FileStream(@"c:/temp/test.txt",FileMode.Open,FileAccess.Read); StreamReader sr = new StreamReader(fs,encode); //여기에 넣어주면 인코딩됨 string str = sr.Read..
- Total
- Today
- Yesterday
- Entry '' has empty native path
- WPF Scrollviewer in ScrollViwer
- C# LINQ Left join
- Xamarin.Ios Firebase Phone Auth
- Xamarin.Ios Firebase Phone SMS OTP Send
- ssl_client_socket_impl.cc
- 연산자 뒤에 피연산자가 없습니다.
- Xamarin.Ios Firebase Phone User Add
- Windows IIS FTP 디렉토리 목록 오류
- Label Text LineBreak in Xaml
- Xamarin Firebase Phone User Add
- Xamarin reCAPTCHA
- Xamarin Firebase Phone Auth
- GetCellContent CheckBox Value
- Xamarin.Forms
- ClickOnce 인증서 인증기간 변경
- SkiaSharp
- WPF Textbox
- Embeded 한글Font적용
- c# Encrypt / Decrypt
- WPF Datagrid Cell Value Change
- Linux SSH Multi Computer Join
- 암호 마스터키
- 서버 수준의 URN 필터
- Microcharts
- FileStream Add Byte
- WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
- Xamarin SMS OTP Send
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |