Forum: C Jul 7th, 2009 |
| Replies: 1 Views: 280 So I work in C with the Win SDK, or Platform SDK now adays. I don't want the specific answers but need to create TWO printing solutions.
1 - Which printers on speciality printers (i.e. a Brother... |
Forum: C Feb 27th, 2008 |
| Replies: 0 Views: 441 The code below is taken from my DLL which is injected into a third party app
via a hook. What I am trying to do is read another apps Tree structure.
Going by the the first line below, the... |
Forum: C Feb 25th, 2008 |
| Replies: 7 Views: 28,504 Why not run your code via the debugger and when you get to the printf function step into the function. If on your machine your compiler has the full source code for the libraries (i.e. Win SDK), ... |
Forum: C Feb 25th, 2008 |
| Replies: 1 Views: 420 I have a C DLL (WIndows) and within it I hook some specific threads. But truth be told I would like to hook one enteire PROCESS. Is this possible? |