begin process at 2008 08 29 22:19:38
1 233 909 membres
430 nouveaux aujourd'hui
14 294 membres club

Vous ne trouvez pas de réponse à votre problème ? Alors posez la question dans le forum.
Souvenez-vous qu'il n'y a jamais de question bête, mais rester dans l'ignorance parce que l'on n'ose pas poser une question, ça c'est une erreur !

Sujet : Afficher une infobulles ? [ Archives / Au secours ] (mayti)

Afficher une infobulles ? le 16/05/2005 12:36:14

mayti
Salut.
je voudrais savoir comment afficher une infobulle après avoir réduit lafenêtre dans le systray ? Et pouvoir creér une fonction du genreAfficher_Infobulle(char*titre, char *title).

Merci.



Re : Afficher une infobulles ? le 16/05/2005 19:02:11

SnOOpss
Tiens un exemple trouvé sur la msdn !!

hwndToolTips = CreateWindow(TOOLTIPS_CLASS,
NULL,
WS_POPUP | TTS_NOPREFIX | TTS_BALLOON,
0, 0,
0, 0,
NULL, NULL,
g_hinst,
NULL);
if (hwndTooltip)
{
// Do the standard ToolTip coding.
TOOLINFO ti;

ti.cbSize = sizeof(ti);
ti.uFlags = TTF_TRANSPARENT | TTF_CENTERTIP;
ti.hwnd = hwnd;
ti.uId = 0;
ti.hinst = NULL;
ti.lpszText = LPSTR_TEXTCALLBACK;

GetClientRect(hwnd, &ti.rect);
SendMessage(hwndToolTips, TTM_ADDTOOL, 0, (LPARAM) &ti );
}
cf http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/tooltip/usingtooltips.asp


Re : Afficher une infobulles ? le 16/05/2005 20:01:29

mayti



Oui mais je n'y arrives pas comme ça :
TOOLTIPS_CLASS il ne c'est pas ce que c'est...

J'ai trouvé une source parfaite :

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=8269&lngWId=3

Mais je n'arrives pas à la compiler :(



Re : Afficher une infobulles ? le 17/05/2005 00:00:50

mayti
Réponse acceptée !
Probléme résolu : j'ai du installer le sdk :

http://www.microsoft.com/msdownload/platformsdk/sdkupdate/XPSP2FULLInstall.htm

 pour pouvoir compiler la source.




Classé sous : afficher, char, infobulles, infobulle

Participer à cet échange

Pub



Appels d'offres

Recherche developpeur ...
Budget : 700€
SITE MARCHAND LOCATION...
Budget : 3 000€
SITE MARCHAND POUR HOTEL
Budget : 4 000€

CalendriCode

Août 2008
LMMJVSD
    123
45678910
11121314151617
18192021222324
25262728293031

Téléchargements

Logiciels à télécharger sur le même thème :

Boutique

Boutique de goodies CodeS-SourceS