Creating a custom filetypeI found this: http://www.magicdb.org/filedesign.html which game me more insight in how to design a n...
Creating a custom filetypeHi, I am making a level editor that needs to output a custom map file for use with source code that ...
Getting the Width of a WindowThanks for the info, i read the documentation, i was just unclear of what went on in the function, i...
Getting the Width of a WindowI'd like to add my window handle is definitely valid as seemingly all other function calls using it ...
Getting the Width of a WindowHi, I need the width of a window. I try to do this as follows: [code]LPRECT tarWnd = 0; GetCl...