Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Django-allauth
- GraphQL
- Django
- FastAPI
- flask
- SQL
- numpy
- python
- graphene-django
- for loop
- tkinter Radio 동적버튼
- allauth
- array
- check_password
Archives
- Today
- Total
객
[ vb 2008 ] Calendar 예제 본문
Imports System
Imports System.Windows
Imports System.Windows.Forms.Integration
Class Window1
' 참고 사이트 : taedi.kr/182
'1차 수정일 : 2010.01.05 수정자 : 객
Private Sub Window1_Loaded(ByVal sender As System.Object, ByVal e As System.Windows.RoutedEventArgs) Handles MyBase.Loaded
InitializeComponent()
Dim exppander = New Expander()
exppander.Header = "WPF WindowsFormsHost"
Dim host = New WindowsFormsHost()
host.Child = New Forms.MonthCalendar()
exppander.Content = host
Me.Content = exppander
Me.Title = "WPF WindowsFormsHost"
End Sub
End Class
[ 실행 화면 ]
자세한 사한은 윗 사이트에서 보시길.....
'[PL] > VB & VB.NET' 카테고리의 다른 글
[ VB 2008 ]외부 프로그램 실행 하기........ (0) | 2010.01.07 |
---|---|
[ vb 2008 ] 투명창 예제 (0) | 2010.01.06 |
[ vb 2008 ] Element:Shape (Line) (0) | 2010.01.05 |
[ vb 2008 ] Ellipse 예제 (0) | 2010.01.05 |
[ vb 2008 ] 모니터 해상도 구하기 (0) | 2010.01.05 |