|
For Palm Developers:
Beginners or Advanced |
||||||||||||||||||||
![]() |
||||||||||||||||||||
![]() |
||||||||||||||||||||
|
||||||||||||||||||||
|
Develop an application
in one night not months. |
||||||||||||||||||||
|
For Most Late Model Palms |
||||||||||||||||||||
|
This example shows
how easy you can add IrDA printing to your application: Sub PalmPrint(PrintString as String)
Dim CardNo as Integer
Dim LaunchCode as Integer
CardNo=0
LaunchCode= 32768
result=AppLaunch(CardNo,"PalmPrint",LaunchCode,PrintString)
End Sub
'attach this code to a button to print:
Call PalmPrint ("Hello World!") That's it!
|
||||||||||||||||||||
![]() |
||||||||||||||||||||
![]() |
||||||||||||||||||||
| Alternative: Do you need to print without using 3rd Party Printing Software? | ||||||||||||||||||||
|
||||||||||||||||||||