Click here to Skip to main content
15,915,760 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: radio buttos in datagrid source using vb.net2.0 Pin
mghiassi7-Aug-08 8:10
mghiassi7-Aug-08 8:10 
Question[Message Deleted] Pin
morn20066-Aug-08 18:48
morn20066-Aug-08 18:48 
AnswerRe: show wav Pin
Ashfield6-Aug-08 21:01
Ashfield6-Aug-08 21:01 
AnswerRe: show wav Pin
LloydA1119-Aug-08 16:24
LloydA1119-Aug-08 16:24 
QuestionLink button inside table cells or table control Pin
Rameez Raja6-Aug-08 18:46
Rameez Raja6-Aug-08 18:46 
AnswerRe: Link button inside table cells or table control Pin
_Damian S_6-Aug-08 20:11
professional_Damian S_6-Aug-08 20:11 
QuestionTreeView Help!!! Search a matching string value all over Treeview nodes and sub nodes then open the node and highlight it? Is that possible and how? Pin
vbDigger'z6-Aug-08 18:01
vbDigger'z6-Aug-08 18:01 
QuestionVB6 - Send Login and Password Programmatically to Websites Pin
Brice Craig6-Aug-08 12:43
Brice Craig6-Aug-08 12:43 
I am in need of a solution in VB6 to send Login and Password information to websites. I am using an instance of InternetExplorer object. I do not want to use send keys because it is very unreliable with the internet. I cannot use Web browser object for some of these sites because the files I want to down load do not play nice with Web browser.

I can find text on a web page using:

Set TXT = IE.Document.body.createTextRange()
boolFound = TXT.FindText(strMark)
TXT.moveStart "character", -1
TXT.FindText strMark
TXT.Select
TXT.ScrollIntoView

It escapes me how to insert text into text box controls on the webpage. I even know what the field names are on the web page:

User ID:


Password:



I am told that the 'Document' property is very powerful, but there is not much documentation on it. Is there a 'Insert' method or the like that will allow me to programatically populate these Login fields.

Your help is very much appreciated!

Brice Craig




AnswerRe: VB6 - Send Login and Password Programmatically to Websites Pin
_Damian S_6-Aug-08 15:39
professional_Damian S_6-Aug-08 15:39 
AnswerRe: VB6 - Send Login and Password Programmatically to Websites Pin
Paul Conrad7-Aug-08 7:16
professionalPaul Conrad7-Aug-08 7:16 
QuestionOwnControl with DropDownField Pin
gilchinger6-Aug-08 9:52
gilchinger6-Aug-08 9:52 
AnswerRe: OwnControl with DropDownField Pin
John_Adams6-Aug-08 19:02
John_Adams6-Aug-08 19:02 
GeneralRe: OwnControl with DropDownField Pin
gilchinger6-Aug-08 20:42
gilchinger6-Aug-08 20:42 
QuestionAssiging AxImageList to AxListView Pin
AR Reddy6-Aug-08 6:20
AR Reddy6-Aug-08 6:20 
AnswerRe: Assiging AxImageList to AxListView Pin
nlarson116-Aug-08 7:54
nlarson116-Aug-08 7:54 
GeneralRe: Assiging AxImageList to AxListView Pin
AR Reddy6-Aug-08 19:53
AR Reddy6-Aug-08 19:53 
GeneralRe: Assiging AxImageList to AxListView Pin
nlarson117-Aug-08 2:21
nlarson117-Aug-08 2:21 
GeneralRe: Assiging AxImageList to AxListView Pin
AR Reddy7-Aug-08 2:54
AR Reddy7-Aug-08 2:54 
GeneralRe: Assiging AxImageList to AxListView Pin
nlarson117-Aug-08 4:23
nlarson117-Aug-08 4:23 
Questionnewbie question: picturebox locks file [modified] Pin
Alex Casals6-Aug-08 2:33
professionalAlex Casals6-Aug-08 2:33 
AnswerRe: newbie question: picturebox locks file Pin
nlarson116-Aug-08 3:48
nlarson116-Aug-08 3:48 
GeneralRe: newbie question: picturebox locks file Pin
Alex Casals6-Aug-08 3:58
professionalAlex Casals6-Aug-08 3:58 
Questiondatabinding 35600 records listbox in vb.net 3.5 Pin
Nilish6-Aug-08 2:05
Nilish6-Aug-08 2:05 
AnswerRe: databinding 35600 records listbox in vb.net 3.5 Pin
nlarson116-Aug-08 3:51
nlarson116-Aug-08 3:51 
AnswerRe: databinding 35600 records listbox in vb.net 3.5 Pin
Paul Conrad6-Aug-08 5:20
professionalPaul Conrad6-Aug-08 5:20 

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.