Results for "Author: duncan jones"
Often especially when dealing with the API, byte and integer data types will be packed into LONG INTEGER (32 bit) values. Thes snippets allow you to decode/encode these 32 bit longs:
Purpose: -------- A tool to allow you to attach a debugger to a process and be notified when debug events (such as a thread starting, a dll unloading etc.) occur and optionally to pause that application on such an event. Demonstrates: ------------- Using the windows API to attach to a process and read it's memory
Shows how the executable is laid out so that you can browse it's contents...
Drop the control on your form and then when your app is running the "ClipboardChanged" event will trigger whenever the clipboard contenst change, system wide.
A class to allow you to print a data grid across multiple pages, with defined sty;es and with a header and footer on each page.