A forum for reverse engineering, OS internals and malware analysis 

Forum for discussion about user-mode development.
 #9436  by Striker
 Fri Oct 28, 2011 10:30 pm
Hello,

i'm looking for the following fadeIn ~ fadeOut code (asm) in the video..
can someone help me?

thx.
Attachments
(256.26 KiB) Downloaded 36 times
 #9437  by Xylitol
 Sat Oct 29, 2011 12:08 am
This program was made on Delphi.. feel free to wast your time for reproduce the same in asm (and why in asm :?: :!: )
+ this is not a FadeIn / FadeOut effect :mrgreen:
Attachments
If i remember correctly ngen guys used this later for their templates. really old code.
(15.69 KiB) Downloaded 34 times
snow + scroller by x0man.
(58.5 KiB) Downloaded 32 times
fadein/out transparency pnglib... some examples of codes...
(2.34 MiB) Downloaded 32 times
 #9438  by Striker
 Sat Oct 29, 2011 1:51 am
Xylitol wrote:+ this is not a FadeIn / FadeOut effect :mrgreen:
and what is it then?

maybe you can see now what i mean
Attachments
another video
(327.37 KiB) Downloaded 31 times
 #9451  by Striker
 Sat Oct 29, 2011 4:16 pm
EP_X0FF wrote:http://msdn.microsoft.com/en-us/library ... s.85).aspx as API alternative.

For example AnimateWindow(hWnd, 1500, AW_HIDE | AW_BLEND) will give you some fun effect.

+ some trainer source.
thank ya mate!! AnimateWindow is the answer =) i got it..

for other peoples who are interested for that..example with code in attach.
Attachments
(916 Bytes) Downloaded 40 times