끄적끄적 메모공간
close
프로필 배경
프로필 로고

끄적끄적 메모공간

  • 분류 전체보기 (568)
    • [====== Development ======] (404)
      • C# (139)
      • C++ (25)
      • Python (41)
      • Android (16)
      • React (16)
      • Flutter (63)
      • DICOM (14)
      • Etc (90)
    • [====== 주식 , 경제 ======] (59)
    • [========== Etc =========] (33)
  • 홈
  • 태그
  • 방명록

[C#] QR Code 이미지 생성 방법

✅ 1. NuGet 패키지 설치Visual Studio에서 패키지 관리자 콘솔을 열고 다음 명령어 실행:Install-Package QRCoder✅ 2. 기본 QR 코드 생성 코드using QRCoder;using System.Drawing;using System.Windows.Forms; // WinForms에서 PictureBox에 이미지 표시할 때public class QRCodeGeneratorExample{ public static Bitmap GenerateQRCode(string text) { QRCodeGenerator qrGenerator = new QRCodeGenerator(); QRCodeData qrCodeData = qrGenerator.Cre..

  • format_list_bulleted [====== Development ======]/C#
  • · 2025. 6. 17.
  • textsms

DateTime.Parse 사용법

In C#, the DateTime.Parse method is used to convert a string representation of a date and time to its DateTime equivalent. Below are the steps and examples to use the DateTime.Parse method effectively.Basic UsageHere is a simple example to demonstrate the basic usage of DateTime.Parse:using System;class Program{ static void Main() { string dateString = "2024-06-04 14:30:00"; ..

  • format_list_bulleted [====== Development ======]/C#
  • · 2024. 6. 4.
  • textsms

[WPF] Window의 크기 조절 테두리의 색상을 변경하는 방법

WPF(Windows Presentation Foundation) 애플리케이션에서 창 크기 조정 그립(창 크기 조정에 사용되는 영역)의 테두리 색상은 시스템 설정에 따라 결정되며 WPF 애플리케이션 범위 내에서 직접 구성할 수 없습니다. 창 테두리의 모양과 크기 조정 그립은 운영 체제의 테마와 시각적 스타일에 따라 제어됩니다. 그러나 사용자 지정 창 스타일을 만들어 테두리를 포함하여 WPF 창의 전체 모양을 사용자 지정할 수 있습니다. 이렇게 하면 크기 조정 그립의 색상이 특별히 변경되지는 않지만 창의 시각적 측면을 더 효과적으로 제어할 수 있습니다. 다음은 XAML에서 사용자 지정 창 스타일을 만드는 방법에 대한 예입니다. 이 예에서 WindowChrome요소는 창 크롬(창의 비클라이언트 영역)을 사용..

  • format_list_bulleted [====== Development ======]/C#
  • · 2024. 2. 15.
  • textsms
[WPF] Toast Message Nuget

[WPF] Toast Message Nuget

https://github.com/rafallopatka/ToastNotifications GitHub - rafallopatka/ToastNotifications: Toast notifications for WPF allows you to create and display rich notifications in WPF Toast notifications for WPF allows you to create and display rich notifications in WPF applications. It's highly configurable with set of built-in options like positions, behaviours, th... github.com https://github.com..

  • format_list_bulleted [====== Development ======]/C#
  • · 2024. 2. 13.
  • textsms

C#에서 구조체 변수의 Column Attribute 값을 읽는 방법

Database의 Column명과 구조체의 변수명이 다른경우 Column Attribute 값을 지정후 읽어서 사용하는 방법 // Define your structure with properties and apply the Column attribute struct MyStruct { [Column("my_column")] public int MyProperty { get; set; } } class Program { static void Main() { // Create an instance of your structure MyStruct myInstance = new MyStruct(); // Get the type of your structure Type structType = myInstance...

  • format_list_bulleted [====== Development ======]/C#
  • · 2024. 1. 24.
  • textsms

C# Window Handle 값이 유효한지 확인하는 방법

How to check if the window handle value stored in an IntPtr type variable is valid in C# In C#, you can use the IntPtr type to represent a window handle. To check if the window handle stored in an IntPtr variable is valid, you can use the IsWindow function from the user32.dll library. Here's an example: using System; using System.Runtime.InteropServices; class Program { // Import the IsWindow fu..

  • format_list_bulleted [====== Development ======]/C#
  • · 2024. 1. 4.
  • textsms
  • navigate_before
  • 1
  • 2
  • 3
  • 4
  • ···
  • 24
  • navigate_next
공지사항
전체 카테고리
  • 분류 전체보기 (568)
    • [====== Development ======] (404)
      • C# (139)
      • C++ (25)
      • Python (41)
      • Android (16)
      • React (16)
      • Flutter (63)
      • DICOM (14)
      • Etc (90)
    • [====== 주식 , 경제 ======] (59)
    • [========== Etc =========] (33)
최근 글
인기 글
최근 댓글
태그
  • #이더리움
  • #소주전쟁
  • #Python
  • #코인
  • #WPF
  • #Bitcoin
  • #XAML
  • #비트코인
  • #블록체인
  • #c#
전체 방문자
오늘
어제
전체
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바