Re: Icons
- Posted by Todd Riggins <triggins at AIRMAIL.NET> Aug 12, 1999
- 631 views
Hiyas, After reading some of the Icon threads after deleting some that I deleted without reading, it caught my attention to look in the docs on why you can't simply add icons to the exec file created with Euphoria and associating icons to the hIcon member and the hIconSm member of the WNDCLASSEX structure. I understand now why euphoria 2.1 will never do this correctly without using the WIN32 CreateIcon function or the way David Cuny's win32lib does it. I'm assuming ya'll know why too, if not, I'll try to explain it. So my question, I guess directed to Rob, is, will a future version of Euphoria be able to handle resources like MS Visual C/C++ does??? - Todd