Discussion: TrueTransparency v1.3
Afficher un message
#125
Vieux 25/03/2010, 21h44
Lefreut
-
Avatar de Lefreut
Team CustomXP.net
Date d'inscription : août 2003
Messages : 5 816
Lefreut est déconnecté
Citation:
Envoyé par fire_rabbit Voir le message
No no...
You can make this stuff on your own:
1. Open the VS and create a new MFC project in single-document mode, name it as whatever you like. Then save and build that project without any modification to. then run the executable to make sure it runs in good state.
2. Add the PostQuitMessage() call directely after the
CView::OnCreate(lpCreateStruct) ;
code-line, which is in the 'OnCreate' message procedure of the created MFC View class.

Then you can found the app running and quit silently without any error message except the TT is running and hooked in.

Sometimes the code may use PostQuitMessage to indicate that the application has entered into a fatal-error state and must not continue to run during its initialization. another time the model dialogbox use that api to quit its initialization under certain cases(like 'The file is small to finish copy, no need to show a progress-bar.' etc.).
At home, I only have Visual C++ Express which can't create MFC app. I try with plain win32 app and don't see the bug.

Citation:
Envoyé par Schippenschorsch23 Voir le message
Is it correct, that the blur-effect does not end exactly with the window borders but is wider then them?

I hope you can see what I mean.

Have a nice day,
Schippenschorsch
You can use image mask to fix this problem (see for example the skin Seven: top-mask.png, top-left-mask.png and top-right-mask.png).

new version
Dernière modification par Lefreut ; 28/03/2010 à 12h16.

Haut de page