Re: SetMapMode



"Steve" <sredmyer@xxxxxxxxxx> wrote in message
news:1174662317.657170.291410@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Anyway it appears as though there is no way to do what I want so I
will just have to come up with an alternate method.

Why hasn't anyone suggested iterating through the controls collection of the
form in question? You can do the same with the forms collection also. They
will need to pass in the Forms collection to your object.

FWIW This is one of the few (if not the only) time I have run into
something that simply could not be done with VB...I think that speaks
volumes for this development tool we all know and love.

Pretty much anything for a windows app is possible in VB, although it is
quite often easier to do some of the more difficult tasks in a dll in
another language.

Michael


.