Search found 5 matches

by beginner
Thu Jun 29, 2006 9:19 pm
Forum: madBasic
Topic: problem with APIs (BeginUpdateResource, UpdateRe.......etc)
Replies: 3
Views: 17394

thank you madshi for your reply.. First of all, you're using the win32 API. yes, i know, and i ask about win32 API :) i tested your "madRes", and it works just perfect ;) but i want to know how to change the icon without using your (greate) unit ;) i want to know how to use these APIs (of ...
by beginner
Thu Jun 29, 2006 9:15 am
Forum: madBasic
Topic: problem with APIs (BeginUpdateResource, UpdateRe.......etc)
Replies: 3
Views: 17394

problem with APIs (BeginUpdateResource, UpdateRe.......etc)

hi i wrote this little code to change the icon of my program, but it didn't work, i don't know where is the problem, is it in this APIs or in my program, or in my code.. this is the code: procedure TForm1.Button1Click(Sender: TObject); var hFile, hIcon Thandle; p: Pointer; dwReadBytes: DWORD; begin ...
by beginner
Tue Apr 04, 2006 11:07 am
Forum: madCodeHook
Topic: sorry, but i want to know what is the api hook ?
Replies: 6
Views: 4765

Please simply check out the demos shipping with madCodeHook. i'll do, and i hope i can understand it, if i can't understand something i will ask here again :) Btw, another "please": Please do not use madCodeHook to write trojans, viruses, rootkits, key loggers or anything else like that. ...
by beginner
Tue Apr 04, 2006 10:41 am
Forum: madCodeHook
Topic: sorry, but i want to know what is the api hook ?
Replies: 6
Views: 4765

need example

thank you alot madshi, i understood very well. i need a little example please, if you can. for example i want to hook MessageBox, how can hook it. just a little example that some one bigenner like me can understand :) for example, when some application call this function, i want my program to do som...
by beginner
Tue Apr 04, 2006 10:11 am
Forum: madCodeHook
Topic: sorry, but i want to know what is the api hook ?
Replies: 6
Views: 4765

sorry, but i want to know what is the api hook ?

hi i'm sorry for my question here, but i'm really don't know any thing about api hook, i want to know what is it ? i searched in the net, but i foun advanced topics, i search in this forum too, and i found the same result ! i want to know what is api hook, and when i need it, what is the advantage o...