User profile: idratex

User info
User name:idratex
History
Joined:
Number of posts:8
Latest posts:

glutInit() troubles...
Thanks. But I notice the latter has 'W', which usually means Unicode... so will this still work with...

glutInit() troubles...
After a long lapse in doing anything OpenGL-related, I've forgotten pretty much everything and am le...

Listbox returning LB_ERR for no reason?
Sorry... I don't really understand what you mean. Sending this message is only a small part of the t...

Listbox returning LB_ERR for no reason?
What I was doing was sending a custom message (WM_USER + x) to the UI thread from my other / worker ...

Listbox returning LB_ERR for no reason?
So I have a list box in my dialog, and I am using SendMessage as such: [code]SendMessage(hListBox, L...