View Single Post
  #17 (permalink)  
Old 03-15-2008, 01:59 PM
alfcen's Avatar
alfcen alfcen is offline
Basic4ppc Veteran
 
Join Date: Apr 2007
Location: Okinawa, Ryukyu
Posts: 425
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Hi Burd,
It works well on an iPAQ hx210 WM6.0 with this code.
To rule out all odds, please make sure that you have
assigned a 256 color icon in File/Chose Icon:

For the device you won't even need the Formlib.dll

On a bad note, this does not show the icon in the tray
of an iPAQ h2100 running PPC 2003. If you tap on the
place in the tray where it is supposed to be then the
program comes up again, though.

Code:
Sub App_Start
  ni.New1
  ni.Version580andAbove = true 'del for optimized compiler
  ni.Add
End Sub

Sub ni_Click
  frmMain.Show
End Sub
Reply With Quote