├── MsoScroll ├── MsoScroll.cpp ├── MsoScroll.vcproj ├── debugtrace.h ├── dllmain.cpp ├── exports.def ├── resource.h ├── resources.rc ├── stdafx.cpp └── stdafx.h ├── README.md ├── The Code Project Open License (CPOL) 1.02.md ├── ThisDocument.cls ├── ThisWorkbook.cls ├── wdvscroll.gif └── xlhscroll.gif /MsoScroll/MsoScroll.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/T800G/OfficeScroll/HEAD/MsoScroll/MsoScroll.cpp -------------------------------------------------------------------------------- /MsoScroll/MsoScroll.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/T800G/OfficeScroll/HEAD/MsoScroll/MsoScroll.vcproj -------------------------------------------------------------------------------- /MsoScroll/debugtrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/T800G/OfficeScroll/HEAD/MsoScroll/debugtrace.h -------------------------------------------------------------------------------- /MsoScroll/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/T800G/OfficeScroll/HEAD/MsoScroll/dllmain.cpp -------------------------------------------------------------------------------- /MsoScroll/exports.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/T800G/OfficeScroll/HEAD/MsoScroll/exports.def -------------------------------------------------------------------------------- /MsoScroll/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/T800G/OfficeScroll/HEAD/MsoScroll/resource.h -------------------------------------------------------------------------------- /MsoScroll/resources.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/T800G/OfficeScroll/HEAD/MsoScroll/resources.rc -------------------------------------------------------------------------------- /MsoScroll/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/T800G/OfficeScroll/HEAD/MsoScroll/stdafx.cpp -------------------------------------------------------------------------------- /MsoScroll/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/T800G/OfficeScroll/HEAD/MsoScroll/stdafx.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/T800G/OfficeScroll/HEAD/README.md -------------------------------------------------------------------------------- /The Code Project Open License (CPOL) 1.02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/T800G/OfficeScroll/HEAD/The Code Project Open License (CPOL) 1.02.md -------------------------------------------------------------------------------- /ThisDocument.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/T800G/OfficeScroll/HEAD/ThisDocument.cls -------------------------------------------------------------------------------- /ThisWorkbook.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/T800G/OfficeScroll/HEAD/ThisWorkbook.cls -------------------------------------------------------------------------------- /wdvscroll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/T800G/OfficeScroll/HEAD/wdvscroll.gif -------------------------------------------------------------------------------- /xlhscroll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/T800G/OfficeScroll/HEAD/xlhscroll.gif --------------------------------------------------------------------------------