Path: utzoo!attcan!uunet!cs.utexas.edu!evax!utacfd!merch!spudge!johnm From: johnm@spudge.UUCP (John Munsch) Newsgroups: comp.windows.ms Subject: Re: Dialog boxes multiplying like rabbits Message-ID: <21114@spudge.UUCP> Date: 11 Sep 90 15:36:31 GMT References: <1990Sep6.010555.25903@watserv1.waterloo.edu> Reply-To: johnm@spudge.UUCP (John Munsch) Organization: Friends of Guru Bob Lines: 13 I had some problems with a dialog box of my own that weren't very different from your own and they turned out to be... [drumroll please] I was an idiot and forgot to export the dialog box function. Since none of the development tools warn you of an unexported function it is an easy mistake to make and the results can be incredibly weird. John Munsch P.S. Please don't be insulted that I should suggest something so basic, it happened to me and it can happen to others.