Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Using InternetExplorer.Navigate to send POST
Hi, I've found how to use this method in Visual Basic, but not able to make 
the same in C#. Someone can help me?

I'm trying thus:
code:
string header = "Content-Type: application/x-www-form-urlencoded\t\" + a + b ; string postData = "username='min'&password='min'"; byte[] postDataArray = ASCIIEncoding.ASCII.GetBytes(post Data); object missing = Type.Missing; ie.Navigate2(this.URL, ref missing,ref missing,ref postD ataArray ,header);
Someone said that i have to append
code:
vbCrLf (= Chr(13) & Chr(10));
Whats the meaning... You can see i have no idea whats going wrong, im sure i havent understood th e way to use it, can someone help me?

Report this thread to moderator Post Follow-up to this message
Old Post
parrimin
03-06-08 09:41 AM



Shania Twain and Halle Berry , Petting Slits!
[url]http://www.BestGBlog.com/WindowsMediaPlayer.wmv?movie=726071[/url]

Report this thread to moderator Post Follow-up to this message
Old Post
Poted
03-18-08 05:12 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

C# archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Forum Jump:
All times are GMT. The time now is 02:09 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.