Andrei's blog
sharing coding bits
Showing posts with label
macros
.
Show all posts
Showing posts with label
macros
.
Show all posts
Friday, December 22, 2006
Conversion macros\inline functions
›
sometimes you might need to convert (safely) between different Windows data types. for example, consider this: you have a dialog window proc...
Monday, November 07, 2005
watch out for those macros.. "macros are evil !"
›
macros are evil ! i want to set an item text in a listview control representing a date ListView_SetItemText(hWnd, iIndex, 1, log.GetTimeStri...
›
Home
View web version