Click here to Skip to main content
16,007,687 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Subclass control Pin
Dave Kreskowiak8-Sep-07 2:45
mveDave Kreskowiak8-Sep-07 2:45 
GeneralRe: Subclass control Pin
jensenx8-Sep-07 4:49
jensenx8-Sep-07 4:49 
GeneralRe: Subclass control Pin
Colin Angus Mackay8-Sep-07 5:54
Colin Angus Mackay8-Sep-07 5:54 
GeneralRe: Subclass control Pin
Dave Kreskowiak8-Sep-07 6:12
mveDave Kreskowiak8-Sep-07 6:12 
QuestionSystem is not accessible on network is VPN is installed on machine Pin
Rizwan Bashir7-Sep-07 21:40
Rizwan Bashir7-Sep-07 21:40 
AnswerRe: System is not accessible on network is VPN is installed on machine Pin
Dave Kreskowiak8-Sep-07 2:43
mveDave Kreskowiak8-Sep-07 2:43 
GeneralRe: System is not accessible on network is VPN is installed on machine Pin
Rizwan Bashir9-Sep-07 23:18
Rizwan Bashir9-Sep-07 23:18 
Questionhow to submit information to a web page with vb.net Pin
eyes20077-Sep-07 20:19
eyes20077-Sep-07 20:19 
hi all

i have a webbrowser control, and i m trying to store all information about the user.(the ids, passwords etc) when user first time use my application, second time when user opens my application all work has been done automatically ( all the things like open site, enter the id and password, go to the inbox, download attachment automatically.

for confidential things like passwords i can ask the user to enter, but i still trying to explore how can i send this information back to the site.

i tried to get the form which contain the textboxes that contain the id and password and the go button, but i m unable to get the values of those and enter my values in those textboxes.

i have found some articles on the same that use the code (but i think that's from vb6 )

With mybrowser.document<br />
           .All.Item("login").Value = "myloginid"<br />
           .All.Item("passwd").Value = "mypassword"<br />
           .Forms(0).submit<br />
       End With


i can find the form that contain the id and password fields with
If Me.WebBrowser1.Document.Forms(1).Name = "loginform" Then


does some one has any idea then please let me know.

thanks in advance

help everyone

AnswerRe: how to submit information to a web page with vb.net Pin
DigiOz Multimedia8-Sep-07 13:57
DigiOz Multimedia8-Sep-07 13:57 
QuestionAccessing Custom Controls Dynamically Added Pin
vseven7-Sep-07 10:58
vseven7-Sep-07 10:58 
AnswerRe: Accessing Custom Controls Dynamically Added [modified] Pin
Hadi Hassan7-Sep-07 22:59
Hadi Hassan7-Sep-07 22:59 
GeneralRe: Accessing Custom Controls Dynamically Added [modified] Pin
vseven10-Sep-07 3:02
vseven10-Sep-07 3:02 
GeneralRe: Accessing Custom Controls Dynamically Added Pin
vseven11-Sep-07 2:09
vseven11-Sep-07 2:09 
QuestionHow can I build a String by reading through a Data Grid? Pin
CCG37-Sep-07 9:50
CCG37-Sep-07 9:50 
AnswerRe: How can I build a String by reading through a Data Grid? Pin
Dave Kreskowiak7-Sep-07 9:57
mveDave Kreskowiak7-Sep-07 9:57 
GeneralRe: How can I build a String by reading through a Data Grid? Pin
CCG37-Sep-07 10:04
CCG37-Sep-07 10:04 
AnswerRe: How can I build a String by reading through a Data Grid? Pin
Trupti Mehta9-Sep-07 23:01
Trupti Mehta9-Sep-07 23:01 
QuestionTrimming a String Pin
Ravi Mahavrathayajula7-Sep-07 9:35
Ravi Mahavrathayajula7-Sep-07 9:35 
AnswerRe: Trimming a String Pin
Dave Kreskowiak7-Sep-07 9:36
mveDave Kreskowiak7-Sep-07 9:36 
AnswerRe: Trimming a String Pin
Kschuler7-Sep-07 9:39
Kschuler7-Sep-07 9:39 
GeneralRe: Trimming a String Pin
Dave Kreskowiak7-Sep-07 9:45
mveDave Kreskowiak7-Sep-07 9:45 
GeneralRe: Trimming a String Pin
Ravi Mahavrathayajula7-Sep-07 10:04
Ravi Mahavrathayajula7-Sep-07 10:04 
GeneralRe: Trimming a String Pin
Ravi Mahavrathayajula7-Sep-07 10:04
Ravi Mahavrathayajula7-Sep-07 10:04 
AnswerRe: Trimming a String Pin
nishkarsh_k8-Sep-07 9:23
nishkarsh_k8-Sep-07 9:23 
QuestionPrinting a bound datagrid usint new DataGridViewPrint class Pin
2wit2woo7-Sep-07 8:03
2wit2woo7-Sep-07 8:03 

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.