일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- GraphQL
- allauth
- Django
- Django-allauth
- SQL
- check_password
- numpy
- array
- for loop
- FastAPI
- flask
- tkinter Radio 동적버튼
- python
- graphene-django
- Today
- Total
목록[PL] (152)
객
보러가기 WPF Architecture
Class Window1 'WPF 두번째 예제 프로그램 '프그램명 : 구구단 프로그램 '제 작 일 : 2010. 01. 02 Private Sub Window1_Loaded(ByVal sender As System.Object, ByVal e As System.Windows.RoutedEventArgs) Handles MyBase.Loaded Me.Title = "" TextBox1.Text = "" Button1.Content = " 확 인 " Button2.Content = " 종 료 " Label1.Content = "" TextBox1.Focus() End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal ..
Class Window1 Private Sub Button1_Click_1(ByVal sender As System.Object, ByVal e As System.Windows.RoutedEventArgs) Handles Button1.Click Dim a As String a = CStr(TextBox1.Text) Label1.Content = a TextBox1.Text = "" End Sub Private Sub Window1_Loaded(ByVal sender As System.Object, ByVal e As System.Windows.RoutedEventArgs) Handles MyBase.Loaded Button1.Content = "확 인" Button2.Content = "종 료" Lab..
Imports System Imports System.Windows.Forms Public Class Form1 Dim count As Integer = 0 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load PictureBox1.Image = ImageList1.Images.Item(count) PictureBox1.Height = ImageList1.ImageSize.Height - 100 PictureBox1.Width = ImageList1.ImageSize.Width - 100 End Sub Private Sub Button1_Click(ByVal sender A..
SplitContainer 컨트롤 , TableLayoutPanel컨트롤 과 사용자 컨트롤과 매핑시키기 Private m_ImageDGV As UserControl1 Private m_ImageDGY2 As UserControl2 Private m_ImageDGY3 As UserControl3 Private m_ImageDGY4 As UserControl4 Private Sub UserControl(ByVal ctl As UserControl) Static VisibleControl As UserControl ' Panel leeren If Me.SplitContainer1.Panel2.Controls.Count > 0 Then ..