Click here to Skip to main content
15,912,932 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow to edit the database.. Pin
areon2522-Jun-06 13:58
areon2522-Jun-06 13:58 
AnswerRe: how to edit the database.. Pin
Mekong River22-Jun-06 15:36
Mekong River22-Jun-06 15:36 
Questionsending data from VB to another open program Pin
maxious2222-Jun-06 5:19
maxious2222-Jun-06 5:19 
AnswerRe: sending data from VB to another open program Pin
MarchJ30-Jun-06 12:21
MarchJ30-Jun-06 12:21 
QuestionSecuring a SQL Connection string [modified] Pin
Marcus J. Smith22-Jun-06 3:57
professionalMarcus J. Smith22-Jun-06 3:57 
AnswerRe: Securing a SQL Connection string Pin
mikanu22-Jun-06 5:42
mikanu22-Jun-06 5:42 
GeneralRe: Securing a SQL Connection string Pin
Marcus J. Smith22-Jun-06 7:35
professionalMarcus J. Smith22-Jun-06 7:35 
QuestionHTTPPost passing in username and password Pin
J Liang22-Jun-06 3:39
J Liang22-Jun-06 3:39 
Hi guys,

I'm doing a program that able to login to the website without going to the website using HTTPPost. I face this problem when I need to login into PHP sites, Java Script sites are ok.

I use http://www.somesite.com/members/member-menu.php?username=UN&password=PWD but it seems it can't read the username and password that I pass over, I'd tried with another PHP site,also the same.

This is what I did in my VB.NET code
Dim PostData As String = _
"?" & usernameText & "=" & UN & _
"&" & passwordText & "= " & PWD
Data = encoding.GetBytes(PostData)

So the PostData is suppose to be send to the site to get the cookie but it return a result saying my username and password invalid, I'd tried the username and password on the site which work well. I try hashing them then only send them but with the same result, invalid username and password.

Would appreciate if anyone would give me some idea about this

J Liang
QuestionFree Refactor! for VB Pin
Kevin McFarlane22-Jun-06 3:16
Kevin McFarlane22-Jun-06 3:16 
Questionproblem playing .wmv files Pin
seva0412197322-Jun-06 1:54
seva0412197322-Jun-06 1:54 
Questionconfig File Pin
Piwe22-Jun-06 0:29
Piwe22-Jun-06 0:29 
AnswerRe: config File Pin
Socheat.Net23-Jun-06 17:26
Socheat.Net23-Jun-06 17:26 
QuestionCancel command Pin
angelagke21-Jun-06 23:22
angelagke21-Jun-06 23:22 
AnswerRe: Cancel command Pin
Dave Kreskowiak22-Jun-06 8:17
mveDave Kreskowiak22-Jun-06 8:17 
QuestionHow to know if the image is valid Pin
mysterious3rd21-Jun-06 22:22
mysterious3rd21-Jun-06 22:22 
AnswerRe: How to know if the image is valid Pin
mikanu22-Jun-06 5:48
mikanu22-Jun-06 5:48 
QuestionMAPI Pin
eKuzu21-Jun-06 21:58
eKuzu21-Jun-06 21:58 
Questionread a wav file and write buffer into anothet wav file Pin
sihotamarpal21-Jun-06 20:54
sihotamarpal21-Jun-06 20:54 
QuestionRunning VB Application from CD Pin
abhaysurve21-Jun-06 20:36
abhaysurve21-Jun-06 20:36 
AnswerRe: Running VB Application from CD Pin
Dave Kreskowiak22-Jun-06 1:23
mveDave Kreskowiak22-Jun-06 1:23 
QuestionWindows service Pin
Rsekaran21-Jun-06 19:08
Rsekaran21-Jun-06 19:08 
Questionoop Pin
md_refay21-Jun-06 12:06
md_refay21-Jun-06 12:06 
AnswerRe: oop Pin
mr_1234521-Jun-06 12:14
mr_1234521-Jun-06 12:14 
GeneralRe: oop Pin
md_refay21-Jun-06 12:27
md_refay21-Jun-06 12:27 
GeneralRe: oop Pin
Steve Pullan21-Jun-06 12:47
Steve Pullan21-Jun-06 12:47 

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.