Originally posted by: Rolo
Pero los contactos son con tras m�quinas ????
y en la otra m�quina tiene que estar el programa tambien ????
Reply
Originally posted by: muhammad ahmed
hi there ,your work is really professional and your coding style is pretty readable with an amzing gui...great work
Ahmed
Originally posted by: summit
it does not connect to other machines . when it does it does not show the emotions , smileys . what to do
Originally posted by: Xie Bo
Great!But is there C# version for it?
ReplyOriginally posted by: jack
like MSN messenger, 我發展它的部分到我的project.
ReplyOriginally posted by: d@nx
I'm still looking for a program that connects host 2 host / peer 2 peer that sends encrypted data (messages) that allows m3 to use a private key that only i can create or vice versa. Did find a nice SFTP via SSH though. Any help would be great.
ReplyOriginally posted by: A concerned tester
I tested with:
- Win2K Server - OK :)
- Win2k Prof - OK :)
- WinXP Home - OK :)
- WinXP Prof - OK :)
- WinME had following bugs/issues: :'(
1) LAN Browser does not browse the PCs on the LAN
2) The context menus (any right clicks) are not arranged over eachother, they appera next to eachother (horizontally)
3) Same as above for the application main window's <File> menu
4) The same host name appears for the others as well as myself. I mean if I am logged, any one gets logged, same name as mine (myslef) appears on the host name in the main app window! if 5 are logged there, then 5 same host names appear there.
5) If the user is online already and I login, the tray window appears with a message "Somebody has just logged in" while the message should be "somebody is online already, would you like to contact him/her" instead. I mean it should detect if "Already" of "Just" signed in status and then report.
If wou'd like, I can send screen shots attch by email to u.
let me know.
Finally, keep up your Great Job! :)
Thankx alot
ReplyOriginally posted by: Brooks
///////////Before
m_Chat.AppendWindowTextF(&ufFontNormal, 0, "%s says:\r\n", wParam ? //orig
/////////After (Time / Date Added)
CString szTime;
m_Chat.AppendWindowTextF(&ufFontNormal, 0, "%s says:" + szTime + "\r\n", wParam ?
Edit the Conversation.cpp file with the following;
If anyone has any Ideas on how to make the Time smaller
than the rest of the text please let me know, Thanks!!
This code will post your current time and date to the
Message Dialog Window, for incoming and outgoing messages.
char *Message = (char *)lParam;
GetApp()->View->Me.GetScreenName() : Contact->GetScreenName()); //orig
COleDateTime dtCurrent;
dtCurrent = COleDateTime::GetCurrentTime();
szTime = dtCurrent.Format(" (%I:%M:%S %p) %A %x");
char *Message = (char *)lParam;
GetApp()->View->Me.GetScreenName() : Contact->GetScreenName());
Originally posted by: christine
i try to build Netmsg.dsw but give me error is "can't find uuib.lib".
ReplyOriginally posted by: Juan Diego Barclay
But I was wondering...is it possible to make it able to communicate with microsoft msn messenger through internet?, I mean, to use Network Messenger to chat with an MSN Messenger client?
I'll appreciate your response.
Thanks
JD Barclay