1. Coder v1.0
- Posted by Jok3r Nope <the_jok3r at ANGELFIRE.COM> Jan 22, 2000
- 606 views
hi all, i wanted any feedback on my latest project, CODER [aka <a href ="http://www.rapideuphoria.com/contrib.htm"WINDOWS EDITOR</a> ]. QUESTION: How can i make a find dialog? -- Robert Angelfire for your free web-based e-mail. http://www.angelfire.com
2. Re: Coder v1.0
- Posted by David Cuny <dcuny at LANSET.COM> Jan 22, 2000
- 612 views
Jok3r Nope write: > i wanted any feedback on my latest > project, CODER It looks just like the Generic demo supplied with Win32Lib, with a few routines patched on. Odd that there's no credit to me in the "About..." box, though. > QUESTION: How can i make a find dialog? Win32 supplies one in the Common Dialogs. Unfortunately, it hasn't been wrapped into Win32Lib yet. -- David Cuny
3. Re: Coder v1.0
- Posted by Judith Evans <camping at FLASH.NET> Jan 23, 2000
- 567 views
I've coded up the guts of a Find Dialog but got bogged down because it wants its own callback routine registered. I couldn't figure out how to do that. David mentioned recently that we can now have more than one callback and I notice he has done so in the latest win32lib so maybe I can make some progress. The Microsoft API site has some pretty good explanations of what you need to do. Judith Evans >QUESTION: How can i make a find dialog? > >-- >Robert >