Windows-API-examples icon indicating copy to clipboard operation
Windows-API-examples copied to clipboard

Sources from the ZetCode's Windows API tutorial

Results 1 Windows-API-examples issues
Sort by recently updated
recently updated
newest added

I noticed when working through the tab control example that the message you send to the tab control to delete the selected tab is incorrect. You currently have: `SendMessageW(hTab, TCM_DELETEITEM,...