>    You should usually pick any number from 1000 - 9999.  Id's 
> 10000 and
> higher are reserved for system use.

I would add to this to avoid 1000 as almost every app has a form with that
ID.  If you
can come up with "random" ids (like 9875) that aren't likely to be generated
automatically
by constructor that would be better.  If your form is the same as another
form in the application using
your resource database, then they will likely load there form instead of
yours.

Kevin

Reply via email to