Re: Only one MDI child at a time
- From: "Michael C" <mculley@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 4 Apr 2005 13:12:56 +1000
"MuZZy" <leyandrew@xxxxxxxxx> wrote in message
news:d7CdnaJgnfTdPc3fRVn-rg@xxxxxxxxxxxxxx
> if (f.Name == "YourFormName")
Better to use
if (f is YourFormName)
that way if you mistype YourFormName the compiler will pick it up.
Michael
.
- References:
- Only one MDI child at a time
- From: cashdeskmac
- Re: Only one MDI child at a time
- From: MuZZy
- Only one MDI child at a time
- Prev by Date: Re: Getting TextBox scrollbar size
- Next by Date: Pocket Outlook Sync
- Previous by thread: Re: Only one MDI child at a time
- Next by thread: How to get event of Esc pressed?
- Index(es):
Relevant Pages
|