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

C / C++ / MFC

 
GeneralRe: ListView control Pin
Mark Swann12-May-00 10:32
Mark Swann12-May-00 10:32 
GeneralRe: ListView control Pin
hitokiribattousai12-May-00 17:52
hitokiribattousai12-May-00 17:52 
GeneralRe: ListView control Pin
Mark Swann13-May-00 16:38
Mark Swann13-May-00 16:38 
GeneralRe: ListView control Pin
Mark Swann13-May-00 17:42
Mark Swann13-May-00 17:42 
GeneralRe: ListView control Pin
Kurt15-May-00 3:01
Kurt15-May-00 3:01 
GeneralInternet Pin
Alpesh Makwana12-May-00 2:13
Alpesh Makwana12-May-00 2:13 
GeneralRe: Internet Pin
Alex Gorev16-May-00 4:31
Alex Gorev16-May-00 4:31 
GeneralRe: Internet Pin
Alfadhly19-May-00 8:47
sussAlfadhly19-May-00 8:47 
Hi Alex,
to add to your answer.
I have noticed a common mistake most people fall in
they forget to target the correct url
for example if they have an in box called Lastname in an asp page called page1.asp

they would send their post Request as follow

using telnet connect to www.anyserver.com port 80
then they would send the following ascii lines
// SNIPP
POST /page1.as HTTP/1.1
Content-Length: 17
[empty_line]
lastname=Alfadhly
[empty_line]
// SNIPP

although these steps are correct since it includes the three most importent pieces of the post i.e
1) POST command and the target url plus the protocol version

2) The conent length header of the data in the request

3) the data it self e.g lastname=Alfadhly
[NOTE:] I have ommited other headers such as referer and Host, and Cookies ] if they are used in the aps page

Most programmers tend to forget to look at the source of the asp page and forget thaat the target should be the one identified by the ACTION parameter of the post

I hope this might help

GeneralRe: Internet Pin
Alfadhly19-May-00 8:49
sussAlfadhly19-May-00 8:49 
GeneralRe: Internet Pin
Alfadhly19-May-00 8:50
sussAlfadhly19-May-00 8:50 
QuestionHow to simulate/automate user input? Pin
Ra11-May-00 23:42
Ra11-May-00 23:42 
AnswerRe: How to simulate/automate user input? Pin
TBK12-May-00 5:07
TBK12-May-00 5:07 
GeneralPreTranslateMessage, how to check key combination like Ctrl+R Pin
Chris Vischer11-May-00 22:11
Chris Vischer11-May-00 22:11 
GeneralRe: PreTranslateMessage, how to check key combination like Ctrl+R Pin
Kurt11-May-00 22:17
Kurt11-May-00 22:17 
GeneralRe: PreTranslateMessage, how to check key combination like Ctrl+R Pin
Mike Dunn12-May-00 16:21
Mike Dunn12-May-00 16:21 
GeneralBitmaps And Palettes Pin
Mark Swann11-May-00 19:05
Mark Swann11-May-00 19:05 
GeneralRe: Bitmaps And Palettes Pin
Chris Maunder12-May-00 13:20
cofounderChris Maunder12-May-00 13:20 
GeneralRe: Bitmaps And Palettes Pin
Mark Swann12-May-00 16:58
Mark Swann12-May-00 16:58 
GeneralRe: Bitmaps And Palettes Pin
Chris Maunder13-May-00 17:20
cofounderChris Maunder13-May-00 17:20 
GeneralModeless Dialogs Pin
frank11-May-00 13:56
frank11-May-00 13:56 
QuestionHow to Subclass PropertySheet buttons ? Pin
Mario M.11-May-00 13:00
Mario M.11-May-00 13:00 
AnswerRe: How to Subclass PropertySheet buttons ? Pin
TBK12-May-00 5:05
TBK12-May-00 5:05 
GeneralRe: How to Subclass PropertySheet buttons ? Pin
Mario M.12-May-00 8:22
Mario M.12-May-00 8:22 
GeneralCFileDialog Pin
F. Levec11-May-00 5:24
sussF. Levec11-May-00 5:24 
GeneralClose Application Pin
WIDI10-May-00 22:48
WIDI10-May-00 22:48 

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.