AWESOME thanks for release! Iam learning C# now, and its handyReally thanks!
Could you upload it again?
AWESOME thanks for release! Iam learning C# now, and its handyReally thanks!
Could you upload it again?
Thanks to OP for posting the source. I was looking into making a radar and this will come in real handy. Also thanks omfgman for reuping it
Coll man,
Pls implements minimize for tray
Anyone else having issues with memory readers and windows 7?
you have to run as admin in order for them to work properlyAnyone else having issues with memory readers and windows 7?
I am an administrator. The only way i have been able to get memory reads is by calling C# Process.EnableDebugMode() prior to reading.
This project can't even get a handle on the memory though, from what I can see. Anyone else use this on 3.2.2 and 7?
Link is dead, takes me to a page full of rubbish. Shame, looked good.
Honestly, this isn't really good OOP concepts... But still useful. There's a valid DL link on the second page or so. Maybe you should look before you complain.
I'm using x64 Vista and it works fine. I'm admin with UAC turned off.
you don't have to do that;
just include a manifest and request administrative privileges.
Code:<?xml version="1.0" encoding="utf-8"?> <asmv1:assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <assemblyIdentity version="1.0.0.0" name="MyApplication.app"/> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> <security> <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> <!-- UAC Manifest Options If you want to change the Windows User Account Control level replace the requestedExecutionLevel node with one of the following. <requestedExecutionLevel level="asInvoker" uiAccess="false" /> <requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> <requestedExecutionLevel level="highestAvailable" uiAccess="false" /> If you want to utilize File and Registry Virtualization for backward compatibility then delete the requestedExecutionLevel node. --> <requestedExecutionLevel level="asInvoker" uiAccess="false" /> </requestedPrivileges> </security> </trustInfo> </asmv1:assembly>
Last edited by Nesox; 12-01-2009 at 02:10 AM.
link doesnt work for me
Thanks for the tip Nesox. Never really bothered to look into that.
It could work good to my private bot...