Yes, I still use the old win32 API in C for simple programs, mainly just to use the graphics drawing functions provided by wingdi. As far as creating your own desktop applications goes, it depends what you want to do and if you are already competent in C. If you are already comfortable with C and just want to create a simple program than the old Win32 API will do just fine.