PDA

View Full Version : Need help with Application.MessageCenter


CrazyFrog
04-25-2007, 09:10 AM
Hy , when i try start Channels.Http , it doesn't work at all , it returns me that Channels.Http is not started .

ApplicationMessageCenter.Server.Start(Channels.Htt p);
if ApplicationMessageCenter.Server.Start(Channels.Htt p) then
Dialog.Message("Notice", "yes", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
else
Dialog.Message("Notice", "no", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
end

It returns to me " no " witch is for not started
Can someone tell me whi doesn't connect ? Thanks !