├── .gitattributes ├── .gitignore ├── AnimateBitmapLayerdChidWindow.rc ├── AnimateBitmapLayerdChidWindow.sln ├── AnimateBitmapLayerdChidWindow.vcxproj ├── AnimateBitmapLayerdChidWindow.vcxproj.filters ├── LICENSE.TXT ├── Source.cpp ├── Source.h ├── WhiteFlowers.jpg ├── manifest.xml └── resource.h /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenjinote/AnimateBitmapLayerdChidWindow/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenjinote/AnimateBitmapLayerdChidWindow/HEAD/.gitignore -------------------------------------------------------------------------------- /AnimateBitmapLayerdChidWindow.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenjinote/AnimateBitmapLayerdChidWindow/HEAD/AnimateBitmapLayerdChidWindow.rc -------------------------------------------------------------------------------- /AnimateBitmapLayerdChidWindow.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenjinote/AnimateBitmapLayerdChidWindow/HEAD/AnimateBitmapLayerdChidWindow.sln -------------------------------------------------------------------------------- /AnimateBitmapLayerdChidWindow.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenjinote/AnimateBitmapLayerdChidWindow/HEAD/AnimateBitmapLayerdChidWindow.vcxproj -------------------------------------------------------------------------------- /AnimateBitmapLayerdChidWindow.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenjinote/AnimateBitmapLayerdChidWindow/HEAD/AnimateBitmapLayerdChidWindow.vcxproj.filters -------------------------------------------------------------------------------- /LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenjinote/AnimateBitmapLayerdChidWindow/HEAD/LICENSE.TXT -------------------------------------------------------------------------------- /Source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenjinote/AnimateBitmapLayerdChidWindow/HEAD/Source.cpp -------------------------------------------------------------------------------- /Source.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenjinote/AnimateBitmapLayerdChidWindow/HEAD/Source.h -------------------------------------------------------------------------------- /WhiteFlowers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenjinote/AnimateBitmapLayerdChidWindow/HEAD/WhiteFlowers.jpg -------------------------------------------------------------------------------- /manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenjinote/AnimateBitmapLayerdChidWindow/HEAD/manifest.xml -------------------------------------------------------------------------------- /resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kenjinote/AnimateBitmapLayerdChidWindow/HEAD/resource.h --------------------------------------------------------------------------------