cplusplus.com
C++ : Users : Null
 
cplusplus.com
Information
Documentation
Reference
Articles
Forum
User: Null
Public profile
Send private message


User profile: Null

User info
User name:Null
Email:Null665@gmail.com
Location:Lithuania
Statistical data
Gender:Male
Occupation:Other
Skills:C
PHP
C++
Javascript
History
Joined:
Number of posts:732
Latest posts:

Nicknames
There's no story behind my username, I was just thinking of an username related to programming,. Ano...

Cant get my text from text box
Oh, my bad. [code]Save[/code] is an ID of a button, right? Since you have defined [code]text[/code]...

Cant get my text from text box
MAX_PATH is an integer value defined in windows headers, and it doesn't contain the text. The text i...

WriteProcessMemory
This should work: [code] void hexWin::HCWrite(HANDLE p, DWORD x, int s, DWORD32 v) { DWORD *a...

WriteProcessMemory
Try [code]WriteProcessMemory(p, (LPVOID*)&x, (LPCVOID*)&v, s, NULL);[/code]