Click here to Skip to main content
16,016,623 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralModeless dialog Pin
si_692-Jun-04 4:59
si_692-Jun-04 4:59 
GeneralRe: Modeless dialog Pin
David Crow2-Jun-04 5:30
David Crow2-Jun-04 5:30 
GeneralRe: Modeless dialog Pin
si_692-Jun-04 5:54
si_692-Jun-04 5:54 
GeneralRe: Modeless dialog Pin
David Crow2-Jun-04 5:58
David Crow2-Jun-04 5:58 
QuestionCalling methods of an appobject COM object? Pin
Roozbeh692-Jun-04 4:06
professionalRoozbeh692-Jun-04 4:06 
GeneralFail to add my HTTP headers when using IWebBrowser2 interface Pin
louxinghua@dep2-Jun-04 3:23
louxinghua@dep2-Jun-04 3:23 
GeneralRe: Fail to add my HTTP headers when using IWebBrowser2 interface Pin
Andy Brummer2-Jun-04 10:26
sitebuilderAndy Brummer2-Jun-04 10:26 
GeneralRe: Fail to add my HTTP headers when using IWebBrowser2 interface Pin
Andrew Quinn AUS3-Jun-04 4:31
Andrew Quinn AUS3-Jun-04 4:31 
Hi,

In your example you use www.codeproject.com, in your real application do you use "http://www.yoururl.com" ?
Only here is an exert from MSDN (I've bolded the relevant part):


------------------
Headers
[in] Pointer to a value that contains the HTTP headers to send to the server. These headers are added to the default Microsoft Internet Explorer headers. The headers can specify things such as the action required of the server, the type of data being passed to the server, or a status code. This parameter is ignored if a URL is not an HTTP URL.


I've used the following in a previous app. and it added the headers fine:
strURL = "http://server1/CustomApp/validate.asp";
COleVariant vtEmpty;
long lFlags = 4;
m_ctlWeb1.Navigate2(COleVariant(strURL),
            COleVariant(lFlags, VT_I4),
            COleVariant("_self"),
            &vtEmpty,
            COleVariant("CUSTOM:1\r\fXYZXYZ:1234\r\f"));


Hope this helps,
Andy
GeneralTimestamp on object and updating Pin
Anonymous2-Jun-04 3:15
Anonymous2-Jun-04 3:15 
GeneralRe: Timestamp on object and updating Pin
David Crow2-Jun-04 4:33
David Crow2-Jun-04 4:33 
GeneralRe: Timestamp on object and updating Pin
Anonymous2-Jun-04 7:21
Anonymous2-Jun-04 7:21 
GeneralRe: Timestamp on object and updating Pin
David Crow2-Jun-04 7:50
David Crow2-Jun-04 7:50 
GeneralRe: Timestamp on object and updating Pin
Anonymous3-Jun-04 1:35
Anonymous3-Jun-04 1:35 
Generalhyperterminal Pin
Jeje2-Jun-04 2:47
Jeje2-Jun-04 2:47 
GeneralRe: hyperterminal Pin
David Crow2-Jun-04 2:54
David Crow2-Jun-04 2:54 
Generalmsdev.exe debugger Pin
Bob Stanneveld2-Jun-04 2:07
Bob Stanneveld2-Jun-04 2:07 
GeneralRe: msdev.exe debugger Pin
Bob Stanneveld2-Jun-04 2:33
Bob Stanneveld2-Jun-04 2:33 
GeneralRe: msdev.exe debugger Pin
jmkhael2-Jun-04 2:33
jmkhael2-Jun-04 2:33 
GeneralRe: msdev.exe debugger Pin
Bob Stanneveld2-Jun-04 6:42
Bob Stanneveld2-Jun-04 6:42 
GeneralRe: msdev.exe debugger Pin
deniz79s2-Jun-04 7:15
deniz79s2-Jun-04 7:15 
QuestionHow to replace a message in to the top of application message que Pin
erkanina2-Jun-04 2:07
erkanina2-Jun-04 2:07 
AnswerRe: How to replace a message in to the top of application message que Pin
Bob Stanneveld2-Jun-04 2:15
Bob Stanneveld2-Jun-04 2:15 
Generalsystem monitor Pin
RRfun2-Jun-04 1:58
sussRRfun2-Jun-04 1:58 
GeneralRe: system monitor Pin
David Crow2-Jun-04 3:03
David Crow2-Jun-04 3:03 
GeneralRe: system monitor Pin
Robert Ruisl2-Jun-04 23:31
Robert Ruisl2-Jun-04 23:31 

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.