Click here to Skip to main content
15,903,030 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRemove a file from a project? Pin
Kyudos20-Nov-03 0:07
Kyudos20-Nov-03 0:07 
AnswerRemove a file from a project Pin
Vancouver20-Nov-03 8:46
Vancouver20-Nov-03 8:46 
GeneralRe: Remove a file from a project Pin
Kyudos20-Nov-03 22:32
Kyudos20-Nov-03 22:32 
GeneralCEdit cancel keystrokes Pin
alex.barylski19-Nov-03 22:21
alex.barylski19-Nov-03 22:21 
GeneralRe: CEdit cancel keystrokes Pin
Shehzad Salim19-Nov-03 22:35
Shehzad Salim19-Nov-03 22:35 
Generalhelp!!! how can I disable a netcard with program! Pin
washington19-Nov-03 20:54
washington19-Nov-03 20:54 
GeneralRe: help!!! how can I disable a netcard with program! Pin
valikac20-Nov-03 6:26
valikac20-Nov-03 6:26 
GeneralUse of CSocket or CAsynSocket with UDP protocol Pin
Atif Mushtaq19-Nov-03 20:52
Atif Mushtaq19-Nov-03 20:52 
have always used these classes with SOCK_STREAM option ,but i am not able to use these with SOCK_DGRAM option.

I want to broadcast a message to multiple ip's

on sender end i am doing

CSocket s;
s.Create(0,SOCK_DGRAM);
CString str="This is UDP";
s.SendTo(str,str.GetLength(),7000,"127.0.0.1");

CString strServerName="127.0.0.1";
CString strPort=7000;
CSocket s;
s.Create(0,SOCK_DGRAM);
s.RecieveFrom(pBuff,30,strServerName,strPort);

but no packet recieves , i might be missing some steps can any body help...


No Worries!
GeneralRe: Use of CSocket or CAsynSocket with UDP protocol Pin
l a u r e n20-Nov-03 13:11
l a u r e n20-Nov-03 13:11 
GeneralRe: Use of CSocket or CAsynSocket with UDP protocol Pin
Atif Mushtaq20-Nov-03 18:23
Atif Mushtaq20-Nov-03 18:23 
GeneralRe: Use of CSocket or CAsynSocket with UDP protocol Pin
l a u r e n20-Nov-03 18:28
l a u r e n20-Nov-03 18:28 
QuestionHow to access Member functions of Application class Pin
Shenthil19-Nov-03 20:23
Shenthil19-Nov-03 20:23 
AnswerRe: How to access Member functions of Application class Pin
Shehzad Salim19-Nov-03 20:50
Shehzad Salim19-Nov-03 20:50 
AnswerRe: How to access Member functions of Application class Pin
Anonymous19-Nov-03 20:56
Anonymous19-Nov-03 20:56 
AnswerRe: How to access Member functions of Application class Pin
Antti Keskinen19-Nov-03 21:03
Antti Keskinen19-Nov-03 21:03 
Questionhow to incorporate Excel's external data importer in my appn. Pin
Rajesh match19-Nov-03 18:58
Rajesh match19-Nov-03 18:58 
GeneralCtreeCtrl Pin
Member 42425919-Nov-03 18:52
Member 42425919-Nov-03 18:52 
GeneralRe: CtreeCtrl Pin
Antti Keskinen19-Nov-03 19:32
Antti Keskinen19-Nov-03 19:32 
GeneralRe: CtreeCtrl Pin
Shehzad Salim19-Nov-03 20:57
Shehzad Salim19-Nov-03 20:57 
GeneralRe: CtreeCtrl Pin
Antti Keskinen19-Nov-03 21:07
Antti Keskinen19-Nov-03 21:07 
GeneralRe: CtreeCtrl Pin
Member 42425919-Nov-03 23:01
Member 42425919-Nov-03 23:01 
QuestionAnone used CxImage?? Pin
Prakash Nadar19-Nov-03 18:00
Prakash Nadar19-Nov-03 18:00 
AnswerRe: Anone used CxImage?? Pin
Shehzad Salim19-Nov-03 21:05
Shehzad Salim19-Nov-03 21:05 
GeneralRe: Anone used CxImage?? Pin
Prakash Nadar19-Nov-03 21:26
Prakash Nadar19-Nov-03 21:26 
GeneralQuery data in unknown binary file Pin
NotProfessional19-Nov-03 17:57
NotProfessional19-Nov-03 17:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.