Click here to Skip to main content
15,887,346 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: owner draw menus Pin
radhika2824-Aug-06 1:17
radhika2824-Aug-06 1:17 
GeneralRe: owner draw menus Pin
prasad_som24-Aug-06 1:22
prasad_som24-Aug-06 1:22 
GeneralRe: owner draw menus Pin
Hamid_RT24-Aug-06 1:28
Hamid_RT24-Aug-06 1:28 
GeneralRe: owner draw menus Pin
radhika2824-Aug-06 2:12
radhika2824-Aug-06 2:12 
GeneralRe: owner draw menus Pin
Hamid_RT24-Aug-06 2:25
Hamid_RT24-Aug-06 2:25 
GeneralRe: owner draw menus Pin
radhika2824-Aug-06 3:17
radhika2824-Aug-06 3:17 
QuestionUDP application Pin
ramanand_bulusu23-Aug-06 23:36
ramanand_bulusu23-Aug-06 23:36 
AnswerRe: UDP application Pin
uday kiran janaswamy23-Aug-06 23:41
uday kiran janaswamy23-Aug-06 23:41 
hi,

In the Wizard of any SDI,Dialog based it ask any support of TCP.

A Check box for TCP/IP support will be supplied in the Wizard. Check that Support.


or Else. Add the "afxsocket.h" Header and "winsock.lib" in the Project Settings of the Linkage Tab of the Property Tab.

which will solve your problem.


Socket s;

s.Create(SOCK_DGRAM); //For UDP.


good luck.

Uday kiran

QuestionReturn Hooked Values Pin
stevelam23-Aug-06 23:17
stevelam23-Aug-06 23:17 
QuestionRe: Return Hooked Values Pin
prasad_som24-Aug-06 0:11
prasad_som24-Aug-06 0:11 
QuestionRe: Return Hooked Values Pin
David Crow24-Aug-06 2:47
David Crow24-Aug-06 2:47 
AnswerRe: Return Hooked Values Pin
stevelam24-Aug-06 3:56
stevelam24-Aug-06 3:56 
QuestionWhat is the best way to close a application Pin
NorGUI23-Aug-06 23:15
NorGUI23-Aug-06 23:15 
AnswerRe: What is the best way to close a application Pin
uday kiran janaswamy23-Aug-06 23:18
uday kiran janaswamy23-Aug-06 23:18 
AnswerRe: What is the best way to close a application Pin
Michael Dunn24-Aug-06 0:15
sitebuilderMichael Dunn24-Aug-06 0:15 
QuestionControl wrapper Pin
HakunaMatada23-Aug-06 23:14
HakunaMatada23-Aug-06 23:14 
AnswerRe: Control wrapper Pin
Cedric Moonen23-Aug-06 23:33
Cedric Moonen23-Aug-06 23:33 
GeneralRe: Control wrapper Pin
HakunaMatada24-Aug-06 0:44
HakunaMatada24-Aug-06 0:44 
GeneralRe: Control wrapper Pin
Cedric Moonen24-Aug-06 1:22
Cedric Moonen24-Aug-06 1:22 
QuestionSample CMap Application Pin
velayudhan_raj23-Aug-06 22:43
velayudhan_raj23-Aug-06 22:43 
AnswerRe: Sample CMap Application Pin
Christian Graus23-Aug-06 22:47
protectorChristian Graus23-Aug-06 22:47 
AnswerRe: Sample CMap Application Pin
uday kiran janaswamy23-Aug-06 23:48
uday kiran janaswamy23-Aug-06 23:48 
AnswerRe: Sample CMap Application Pin
David Crow24-Aug-06 2:57
David Crow24-Aug-06 2:57 
QuestionShowing Statusbar in Windows Explorer Pin
Jagadeesh VN23-Aug-06 22:29
Jagadeesh VN23-Aug-06 22:29 
GeneralRe: Showing Statusbar in Windows Explorer Pin
prasad_som24-Aug-06 0:17
prasad_som24-Aug-06 0:17 

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.