Re: Noobie
Alessandro Lendaro <[email protected]> Mon, 11 Oct 2004 13:24:22 +0200
| Newsgroups | gmane.comp.lib.wxwindows.wxnet |
|---|---|
| Message-ID | <[email protected]> |
Thanx Alexander > Change 2 lines... > > info.Id = ((ListEvent)e).ID; > to > info.Id = ((ListEvent)e).Index; > > and > > lstctrl.GetItem(out info); > to > lstctrl.GetItem(ref info); I get compile errors saying ListEvent does not contain a definition for Index and that I cannot convert from out to ref... ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl