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