본문 바로가기 메뉴 바로가기

Mit

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Mit

검색하기 폼
  • 분류 전체보기 (146)
    • Maui (7)
    • Xamarin (33)
    • WPF (48)
    • VBA (3)
    • C# WinForm (7)
    • ETC (44)
  • 방명록

전체 글 (146)
메인폼에서 서브폼에 값 전달

메인폼의 버튼 클릭후 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..

C# WinForm 2019. 3. 27. 13:57
Function 조회범위에서 해당 값을 찾고 Offset위치 값을 반환

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...

VBA 2019. 3. 21. 11:32
Xamarin.Forms User Interface Views

Xamarin.Forms User Interface Views https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/

Xamarin 2019. 3. 14. 11:54
On Error Resume Next

On Error Resume Next '에러 이면 Next For For i = 1 To 200AI = Sheet3.Range("A" & i + 5).Value 'A If Len(Sheet3.Range("B" & i + 5).Value) > 0 Then 'B On Error Resume Next '

VBA 2019. 3. 11. 19:36
비동기 소켓 서버

http://www.csharpstudy.com/net/article/11-비동기-Socket-서버

WPF 2019. 2. 26. 11:02
IP 할당(IPAddress)

Socket transferSock = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.IP); IPAddress[] ipadd = new IPAddress[1]; ipadd[0] = IPAddress.Parse("192.168.0.2");

WPF 2019. 2. 25. 15:41
소켓 통신

소켓통신 프로그래밍http://blog.naver.com/PostView.nhn?blogId=ege1001&logNo=220538424007&parentCategoryNo=&categoryNo=26&viewDate=&isShowPopularPosts=false&from=postView

C# WinForm 2019. 2. 25. 10:54
마이크로 비트

https://blog.naver.com/opendraft/220993385207 [ Micro:Bit ]초등 아이 코딩 교육을 위한 준비 마이크로 비트 ( MaQueen 차량) [출처] [ Micro:Bit ]초등 아이 코딩 교육을 위한 준비 마이크로 비트 ( MaQueen 차량)|작성자 라임패밀리

ETC 2019. 2. 22. 13:13
FileStream 읽어올때 한글깨짐 해결하자 ^^

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..

C# WinForm 2019. 2. 20. 10:56
C# 텍스트 박스 숫자만 입력

12345678private void txtInterval_KeyPress(object sender, KeyPressEventArgs e){ //숫자만 입력되도록 필터링 if(!(char.IsDigit(e.KeyChar) || e.KeyChar == Convert.ToChar(Keys.Back))) //숫자와 백스페이스를 제외한 나머지를 바로 처리 { e.Handled = true; }} 출처: https://terrorjang.tistory.com/39 [개발자 공간]

C# WinForm 2019. 2. 19. 19:09
이전 1 ··· 11 12 13 14 15 다음
이전 다음
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • Xamarin SMS OTP Send
  • WPF Scrollviewer in ScrollViwer
  • Xamarin Firebase Phone User Add
  • Xamarin Firebase Phone Auth
  • Windows IIS FTP 디렉토리 목록 오류
  • ssl_client_socket_impl.cc
  • Xamarin reCAPTCHA
  • 연산자 뒤에 피연산자가 없습니다.
  • Xamarin.Forms
  • C# LINQ Left join
  • WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
  • Xamarin.Ios Firebase Phone SMS OTP Send
  • GetCellContent CheckBox Value
  • Xamarin.Ios Firebase Phone User Add
  • Microcharts
  • FileStream Add Byte
  • 서버 수준의 URN 필터
  • ClickOnce 인증서 인증기간 변경
  • Linux SSH Multi Computer Join
  • SkiaSharp
  • WPF Datagrid Cell Value Change
  • Label Text LineBreak in Xaml
  • WPF Textbox
  • Embeded 한글Font적용
  • Entry '' has empty native path
  • 암호 마스터키
  • c# Encrypt / Decrypt
  • Xamarin.Ios Firebase Phone Auth
more
«   2025/09   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바