메뉴 건너뛰기

app

[evb] 안녕하세요. 포켓 PC 2002 프로그래밍

박영식2006.08.29 13:48조회 수 1701댓글 0

  • 1
    • 글자 크기


위의 사진은 Remote display control 이란 freeware로 캡쳐한 실행화면이다.



드디어, PDA를 산 목적의 한 가지인 모바일 프로그래밍 즉, PDA 프로그래밍이 본격적으로 시작되었다.

전에도 HELLO 프로그램을 제작 했지만, 이제는 TEXT를 보고, 한층 전문화되고, 기록적이고, 지속적으로 사용가능한 프로젝트 개발에 착수할 것이다.

잠시 개발툴 및 장비 소개를 적어두기로 한다.(개발툴의 선택은 PDA출시일을 참고하고, EVT4.0 TEST결과 안정적이지 않아 3.0으로 선택한 것이다.)

EVT : embedded visual tool 3.0
EVB : embedded visual basic 3.0
EVC : embedded visual c++ 3.0
SDK : windows SDK for Pocket PC 2002
[software development kit]
PDA : HP IPAQ h5450(Windows CE 4.2-2.00.03 KOR)
  - 적외선, wireless lan, blue tooth 장착

안녕하세요. 포켓 PC 2002 소스

<hello.ebp>

Type=Exe
PlatformGUID={DE9660AC-85D3-4C63-A6AF-46A3B3B83737}
DeviceGUID={5F2AD043-32BE-4874-B5B1-B16758EC1B1D}
RemotePath=WindowsStart MenuProject1.vb
UpdateType=1
ForceRuntime=0
ForceComponent=0
Reference=*G{00020430-0000-0000-C000-000000000046}#2.0#0#C:WINDOWSsystem32stdole2.tlb#OLE Automation
Form=hello.ebf
IconForm="Form1"
Startup="Form1"
HelpFile=""
ExeName32="hello.vb"
Command32=""
Name="Project1"
HelpContextID="0"
Description="안녕하세요. 포켓 PC 2002 프로그래밍"
CompatibleMode="0"
MajorVer=1
MinorVer=0
RevisionVer=0
AutoIncrementVer=0
ServerSupportFiles=0
VersionCompanyName="Microsoft Corporation"
CompilationType=0
OptimizationType=0
FavorPentiumPro(tm)=0
CodeViewDebugInfo=0
NoAliasing=0
BoundsCheck=0
OverflowCheck=0
FlPointCheck=0
FDIVCheck=0
UnroundedFP=0
StartMode=0
Unattended=0
Retained=0
ThreadPerObject=0
MaxNumberOfThreads=1

[OtherInfo]
ProjectType=WinCE
Platform={DE9660AC-85D3-4C63-A6AF-46A3B3B83737}



<hello.ebf>

VERSION 5.00
Begin VB.Form Form1
   Appearance      =   0  'Flat
   BackColor       =   &H80000005&
   Caption         =   "안녕하세요. 포켓 PC 2002 프로그래밍"
   ClientHeight    =   3345
   ClientLeft      =   60
   ClientTop       =   840
   ClientWidth     =   3435
   ForeColor       =   &H80000008&
   ScaleHeight     =   3345
   ScaleWidth      =   3435
   ShowOK          =   -1  'True
   Begin VBCE.TextBox txtA
      Height          =   3015
      Left            =   120
      TabIndex        =   0
      Top             =   240
      Width           =   3255
      _cx             =   5741
      _cy             =   5318
      BackColor       =   -2147483643
      BorderStyle     =   1
      Enabled         =   -1  'True
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   -2147483640
      Text            =   "안녕하세요. 포켓 PC 2002 프로그래밍"
      Alignment       =   2
      HideSelection   =   -1  'True
      Locked          =   0   'False
      MaxLength       =   0
      MultiLine       =   0   'False
      PasswordChar    =   ""
      ScrollBars      =   0
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub Form_OKClick()
    App.End
End Sub


<hello.vbw>
Form1 = 66, 81, 825, 690, , 22, 27, 781, 636, C

박영식 (비회원)
  • 1
    • 글자 크기
[FreeBSD] 2006년 8월 24일 02:00 (by 박영식) [evb] 로또번호생성기 using Function Rnd (by 박영식)

댓글 달기

이전 1 ... 3 4 5 6 7 8 9 10 11 12... 14다음
첨부 (1)
hello.JPG
14.1KB / Download 22
위로