Using the Windows API

stustarz

Well-known member
Joined
Jan 10, 2003
Messages
246
Location
Earth
Having got deep into control creation, i have on some occasions resorted to using the Windows API in order to manipulate certain features of controls - the Listview being one of them and in particular using the group by functionality:

Now, i understand i could draw the control completely and implement it this way, but my question is, does using the Windows API have any serious drawbacks?
 
Not if you use them properly - they should work fine. Only future drawback that I can think of will be that code will have to be rewritten slightly for 64 bit windows when it arrives.

:)
 
Back
Top