Click here to Skip to main content
15,899,634 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Real Time Application - Server Socket Pin
Mark Salsbery7-Mar-07 5:23
Mark Salsbery7-Mar-07 5:23 
QuestionTheory Pin
shiraztk6-Mar-07 4:22
shiraztk6-Mar-07 4:22 
AnswerRe: Theory Pin
toxcct6-Mar-07 4:45
toxcct6-Mar-07 4:45 
JokeRe: Theory Pin
shiraztk6-Mar-07 5:17
shiraztk6-Mar-07 5:17 
AnswerRe: Theory Pin
Ravi Bhavnani6-Mar-07 5:38
professionalRavi Bhavnani6-Mar-07 5:38 
GeneralRe: Theory Pin
shiraztk6-Mar-07 5:53
shiraztk6-Mar-07 5:53 
AnswerRe: Theory Pin
Hamid_RT6-Mar-07 7:04
Hamid_RT6-Mar-07 7:04 
Questionnetsh mfc -- please help me Pin
deeps_cute6-Mar-07 4:20
deeps_cute6-Mar-07 4:20 
hi i tried to set the ip address using netsh as
UpdateData(TRUE);
CString para3 ;
para3.Format(( "Local Area Connection"));
CString ipadd;
ipadd.Format(_T("%s"),m_IpAddress);
HINSTANCE hInt;
CString command;
command.Format(("/cnetsh interface ip set address name=%s static %s %s %s 1"),para3,m_pIpadd,m_subnet,m_gateway);

system(command);
the values are from editboxes.is anything wrong with this code. this havent set the ip.

Arise Awake Stop Not Till ur Goal is Reached.

QuestionRe: netsh mfc -- please help me Pin
David Crow6-Mar-07 5:08
David Crow6-Mar-07 5:08 
AnswerRe: netsh mfc -- please help me Pin
deeps_cute6-Mar-07 5:26
deeps_cute6-Mar-07 5:26 
AnswerRe: netsh mfc -- please help me [modified] Pin
Ravi Bhavnani6-Mar-07 5:45
professionalRavi Bhavnani6-Mar-07 5:45 
GeneralRe: netsh mfc -- ok but (anyone please try to help me) Pin
deeps_cute6-Mar-07 5:53
deeps_cute6-Mar-07 5:53 
AnswerRe: netsh mfc -- ok but (anyone please try to help me) Pin
Ravi Bhavnani6-Mar-07 6:08
professionalRavi Bhavnani6-Mar-07 6:08 
GeneralRe: netsh mfc -- ok but (anyone please try to help me) Pin
Ravi Bhavnani6-Mar-07 6:22
professionalRavi Bhavnani6-Mar-07 6:22 
GeneralRe: netsh mfc -- please help me Pin
David Crow6-Mar-07 6:56
David Crow6-Mar-07 6:56 
GeneralRe: netsh mfc -- please help me Pin
deeps_cute6-Mar-07 16:16
deeps_cute6-Mar-07 16:16 
QuestionRe: netsh mfc -- please help me Pin
David Crow7-Mar-07 2:43
David Crow7-Mar-07 2:43 
QuestionHow can i make the toolbar active bt default. Pin
johny_koshy6-Mar-07 4:19
johny_koshy6-Mar-07 4:19 
Questionabout SetTimer Pin
mfc_dialog6-Mar-07 4:11
mfc_dialog6-Mar-07 4:11 
AnswerRe: about SetTimer Pin
Roger Stoltz6-Mar-07 4:51
Roger Stoltz6-Mar-07 4:51 
GeneralTemplate member functions Pin
hairy_hats6-Mar-07 1:35
hairy_hats6-Mar-07 1:35 
QuestionRe: Template member functions Pin
prasad_som6-Mar-07 1:54
prasad_som6-Mar-07 1:54 
GeneralRe: Template member functions Pin
Maximilien6-Mar-07 2:37
Maximilien6-Mar-07 2:37 
GeneralRe: Template member functions Pin
Stephen Hewitt6-Mar-07 11:52
Stephen Hewitt6-Mar-07 11:52 
Questionopen(char*,...) fails with "Too many open files" ..help me pls Pin
dharani6-Mar-07 1:32
dharani6-Mar-07 1:32 

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.