|
-
Oct 12th, 2001, 07:49 PM
#1
Thread Starter
Lively Member
Technical Help / Tutorial Search
I'm looking for information on THREE items......
1.) Subclassing (windows besides child windows AND child windows)
2.) System Hooks
3.) The PE File format.
Please find some great tutorials/how to's
If you could help me with any of those, I'd be greatly appreciative.
Thanks.......
if(GetWindowLong(hwnd,GWL_ID)==IDC_MICROSOFT_APPLICATION)
{
SetWindowText(hwnd,"I suck.");
SendMessage(hwnd,WM_START_SUCKING,0,0);
SendMessage(hwnd,WM_CRASH,0,0);
}
-
Oct 12th, 2001, 08:07 PM
#2
Frenzied Member
Here is an example on hooks and subclassing.
-
Oct 12th, 2001, 08:12 PM
#3
Thread Starter
Lively Member
Thanks dude, any help on the other?
if(GetWindowLong(hwnd,GWL_ID)==IDC_MICROSOFT_APPLICATION)
{
SetWindowText(hwnd,"I suck.");
SendMessage(hwnd,WM_START_SUCKING,0,0);
SendMessage(hwnd,WM_CRASH,0,0);
}
-
Oct 12th, 2001, 08:15 PM
#4
Thread Starter
Lively Member
AHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!
ITS MFC!!!!
Sorry, but I don't like MFC. Anything you got in the API?
if(GetWindowLong(hwnd,GWL_ID)==IDC_MICROSOFT_APPLICATION)
{
SetWindowText(hwnd,"I suck.");
SendMessage(hwnd,WM_START_SUCKING,0,0);
SendMessage(hwnd,WM_CRASH,0,0);
}
-
Oct 12th, 2001, 08:59 PM
#5
PowerPoster
-
Oct 12th, 2001, 10:17 PM
#6
-
Oct 13th, 2001, 05:07 AM
#7
Frenzied Member
ITS MFC!!!!
Sorry, but I don't like MFC. Anything you got in the API?
Only the exe file is MFC because i didn't have time to make an application in 'raw' API just for a few lines of code. Yes, the exe has 4-5 lines of code which you can easily put in a non-MFC app. The dll ofcourse is raw API.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|