Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Member Avatar for astropirit

hello all, I am attempting to write a simple programe that will imitate pressing a button on a third party application. so far i have this: [code] // astro rocks BOOL CALLBACK FindButttonPush(HWND hWnd, LPARAM lParam) { if(GetDlgCtrlID(hWnd) == 1000){ *(HWND *)lParam = hWnd; return FALSE; } return TRUE; } …

Member Avatar for aces27
0
109
Member Avatar for astropirit

Hello all! I am getting my feet wet at working with ftp. I am working with the WinINet library. This is what i have so far: [CODE=syntax] #include "windows.h" #include <iostream> #include "wininet.h" using namespace std; int main() { const char* apphndl = "ftper"; char* wrkingdr; DWORD buffer[100]; HINTERNET handle,handle2,handle3; …

Member Avatar for nucleon
0
116
Member Avatar for astropirit

How does one use glade one windows XP? I have GTK installed and works perfect, because i am using Gimp and it works fine. when i try to open glade it says "libatk-1.0-0.dll was not found". So i went and got that dll separately now it says "The procedure entry …

0
17
Member Avatar for astropirit

Hi all i have been having this annoying problem. I can change th value of an memory address. the problem is tha the memory address changes every time the application restarts. Now i figured i would need to use a pointer. So i found a pointer that points to this …

Member Avatar for ArkM
0
304
Member Avatar for astropirit

Greetings i need to know how to change values of specific memory addresses in c++. so far i have been using a utility for this job (cheatengine) but thought if i do this in c++ i might actually learn soemthing :-) say the process name is: "bobdole.exe" memory address: "04A96990" …

Member Avatar for William Hemsworth
0
99