if (pnmhdr- >code == ttn_needtexta)
_wcstombsz(pttta- >sztext, strtiptext, 80);
else
lstrcpyn(ptttw- >sztext, strtiptext, 80);
#endif
*presult = 0;
return true; // 消息处理完毕
}
---- 本文程序在win9x,vc6.0下调试通过。
if (pnmhdr- >code == ttn_needtexta)
_wcstombsz(pttta- >sztext, strtiptext, 80);
else
lstrcpyn(ptttw- >sztext, strtiptext, 80);
#endif
*presult = 0;
return true; // 消息处理完毕
}
---- 本文程序在win9x,vc6.0下调试通过。