Re: Strange Behavior
Peter Ritchie <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
Errors? What errors? You're saying simply pressing the Ctrl key causes an error? On Mon, 9 Apr 2007 17:48:41 -0500, Steve Abaffy <[email protected]> wrote: >I have a ListBox whose selectionMode is set to MultiExtened. > >Pseudo code to follow. > >In MainFormMenu: >Select MenuItem1 >CassCertify CC = new CassCertify(); > >CC.ShowDialog(); > >CassCertify Form pops up. >Select OpenFile Button on CC Form. >Populate Listbox on form from file. >Select an item in list box >Press ctrl key >CC.ShowDialog() in main form --- Debug stops and errors out. > >The question obviously is why is it going back to the Main form and trying >to run the CC.ShowDialog() command again at this point? > >Thanks