Q&A

  • Tablet PC관련 VB코드
아래 Visual Basic.net 코드를 델파이로 어떻게 바꾸나요?

<!--
' Declare a new PenInputPanel object
Dim thePenInputPanel As PenInputPanel

' Create the PenInputPanel
Set thePenInputPanel = New PenInputPanel

' Attach the PenInputPanel to an InkEdit control
thePenInputPanel.AttachedEditWindow = InkEdit1.hWnd
-->
0  COMMENTS