Sean Wall
Results
2
issues of
Sean Wall
In exercise 1 of lesson 28, assigning type hints, one of the types listed should be **float**, otherwise the student won't know what type to assign to the 3.14 value....
content
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,...