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

C / C++ / MFC

 
GeneralRe: Starting a process in the background no console Pin
theprinc22-Feb-06 23:21
theprinc22-Feb-06 23:21 
AnswerRe: Starting a process in the background no console Pin
David Crow23-Feb-06 3:44
David Crow23-Feb-06 3:44 
QuestionFormat a CString value from longdate to shortdate Pin
Kalthoff22-Feb-06 22:38
Kalthoff22-Feb-06 22:38 
AnswerRe: Format a CString value from longdate to shortdate Pin
toxcct22-Feb-06 22:43
toxcct22-Feb-06 22:43 
GeneralRe: Format a CString value from longdate to shortdate Pin
Kalthoff22-Feb-06 23:45
Kalthoff22-Feb-06 23:45 
AnswerRe: Format a CString value from longdate to shortdate Pin
James R. Twine23-Feb-06 2:49
James R. Twine23-Feb-06 2:49 
Questioncreating folders with HTTPS Pin
logicaldna22-Feb-06 22:31
logicaldna22-Feb-06 22:31 
QuestionCHttpConnection for post method Pin
murali_utr22-Feb-06 22:29
murali_utr22-Feb-06 22:29 
Hi,
my program is used to submit values to asp page using post method. but the submitted values are received on the server. my script in given below. any one help me out.

pServer = session.GetHttpConnection(CStrDomain,nPort);
pFile = pServer->OpenRequest(CHttpConnection::HTTP_VERB_POST,CStrSuburl,Referer,1,NULL,"HTTP/1.0",dwHttpRequestFlags);
pFile->AddRequestHeaders(szHeaders);
pFile->SendRequest(NULL,0,(void*)(const char*)CStrTempQueryString.GetBuffer(CStrTempQueryString.GetLength()) ,CStrTempQueryString.GetLength());

urgent. Thanks in Advance.

Have A Nice Day!
Murali.M


Have A Nice Day!
Murali.M

QuestionHow to hook system's Drag&drop operation Pin
welli22-Feb-06 21:57
welli22-Feb-06 21:57 
QuestionCreate xml with 4 levels use dataset in .Net Pin
Koibito Yo22-Feb-06 21:21
Koibito Yo22-Feb-06 21:21 
AnswerRe: Create xml with 4 levels use dataset in .Net Pin
Ryan Binns22-Feb-06 21:28
Ryan Binns22-Feb-06 21:28 
Questioncleanly teminating an invisible dialog application; Pin
pc_dev22-Feb-06 21:10
pc_dev22-Feb-06 21:10 
AnswerRe: cleanly teminating an invisible dialog application; Pin
khan++22-Feb-06 21:26
khan++22-Feb-06 21:26 
AnswerRe: cleanly teminating an invisible dialog application; Pin
Ryan Binns22-Feb-06 21:27
Ryan Binns22-Feb-06 21:27 
AnswerRe: cleanly teminating an invisible dialog application; Pin
Vinaya22-Feb-06 21:30
Vinaya22-Feb-06 21:30 
AnswerRe: cleanly teminating an invisible dialog application; Pin
ThatsAlok22-Feb-06 23:09
ThatsAlok22-Feb-06 23:09 
GeneralRe: cleanly teminating an invisible dialog application; Pin
David Crow23-Feb-06 3:48
David Crow23-Feb-06 3:48 
QuestionHow can I get a pointer to CDC in a Form's paint method Pin
signbit22-Feb-06 20:52
signbit22-Feb-06 20:52 
AnswerRe: How can I get a pointer to CDC in a Form's paint method Pin
khan++22-Feb-06 21:30
khan++22-Feb-06 21:30 
Questionvideo capture Pin
marun8622-Feb-06 20:50
marun8622-Feb-06 20:50 
AnswerRe: video capture Pin
J512198224-Feb-06 0:02
J512198224-Feb-06 0:02 
Questiontabs on list box control Pin
picazo22-Feb-06 20:33
picazo22-Feb-06 20:33 
Questionchecking the validity of hex? Pin
namaskaaram22-Feb-06 19:23
namaskaaram22-Feb-06 19:23 
AnswerRe: checking the validity of hex? Pin
Ryan Binns22-Feb-06 19:39
Ryan Binns22-Feb-06 19:39 
GeneralRe: checking the validity of hex? Pin
Blake Miller23-Feb-06 4:44
Blake Miller23-Feb-06 4:44 

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.