일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- numpy
- Django
- for loop
- tkinter Radio 동적버튼
- graphene-django
- flask
- python
- allauth
- array
- FastAPI
- SQL
- Django-allauth
- check_password
- Today
- Total
목록분류 전체보기 (196)
객
Class Window1 Private Sub Window1_Loaded(ByVal sender As System.Object, ByVal e As System.Windows.RoutedEventArgs) Handles MyBase.Loaded InitializeComponent() Me.Title = "모니터 실제 해상도" TextBox1.Text = " WIDTH : " & SystemParameters.PrimaryScreenWidth.ToString() TextBox2.Text = " hEIGHT : " & SystemParameters.PrimaryScreenHeight.ToString End Sub Posted by 테디 참고 사이트 : taedi.kr 1차 수정일 : 2010.01.04 수정..
Class Window1 Private Sub Window1_Loaded(ByVal sender As System.Object, ByVal e As System.Windows.RoutedEventArgs) Handles MyBase.Loaded Me.Title = "WPF 기초 스라이더컨트롤예제" Slider1.Maximum = Image1.ActualWidth Slider1.Value = Image1.ActualWidth End Sub Private Sub Slider1_ValueChanged(ByVal sender As System.Object, ByVal e As System.Windows.RoutedPropertyChangedEventArgs(Of System.Double)) Handles Sli..
보러가기 : WPF개념.
Imports System.Windows Class Window1 Private Sub Window1_Loaded(ByVal sender As System.Object, ByVal e As System.Windows.RoutedEventArgs) Handles MyBase.Loaded Call winFormSetting() End Sub Private Sub winFormSetting() Me.Title = "폼 사이즈" Button1.Content = "확 인" Label1.Content = "" Label2.Content = "" End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.Windows.Route..