473,385 Members | 1,673 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

can VB textboxes refer to webpage textboxes

hi guys,

i am making a kind of webrowser and it automaticly navigates to a sign up page what i want is the user to put the details in textboxs inside the vb client and then when submit is pressed transer the information from the textboxes to the textboxes on the
website.

What i am wanting to know is if it is possible to do this and how to do it my knowledge of using VB this way is limited..
is there a way to make a textbox within the client refer to a textbox on the webpage

Thank you for your time !



Additional questions :

is it possible to make it so when the webbrowser loads loads the webpage for it to load at a set position so the user doesn't have to use the browsers V scroll and H scroll to view the input area.
Sep 19 '07 #1
2 1144
anybody answer this please i have crawled google but still no luck
Sep 20 '07 #2
QVeen72
1,445 Expert 1GB
Hi,

U can use a WebBrowser Control, navigate to the Selected URL using "Navigate2" method and use this code:

Expand|Select|Wrap|Line Numbers
  1. Private Sub WebBrowser1_DocumentComplete(ByVal pDisp As Object, URL As Variant)
  2. Label1.Caption = WebBrowser1.Document.All("myElemName").innerHTML
  3. End Sub
  4.  
REgards
Veena
Sep 20 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: koumides | last post by:
I have a very simple webpage (html form). There are about 50 input textboxes and users are expected to insert data. No I would like to know how in javascript I can check the values in all textboxes...
2
by: Michael Meckelein | last post by:
Environment: VS.NET 2003 Application: ASP.NET web application Program language: C# (Csharp) Situation: I get some information from a sql database. With this information I generate a html table...
1
by: rsine | last post by:
I saw a site done in java that allowed the user to rearrange textboxes on a webpage by clicking on the textbox and dragging it to the new location on the page. I would like to duplicate this using...
3
by: jw56578 | last post by:
When a page does a post back and there is data in a textbox, that textbox will get automatically repopulated with that data due to the posting of the form. Disabling viewstate has no affected on...
1
by: Chris | last post by:
i am trying to create an application that askes the user how much questions would you like to fill in. Based the amount that is picked.. anywhere from 0 to 49. I need to create textboxes at run...
0
by: Chris C | last post by:
Hi I am working with a legacy application which uses SQL 2000 and varchar fields. Its not possible for me to convert the fields at this time to nvarchars. So i have converted russian into...
2
by: Jeff | last post by:
Hey ASP.NET 2.0 I have a webpage which in the Page_Load event loads values into 2 textboxes, these textboxes shows the values in these Profile properties. But if the user changes the text in...
8
by: Steve | last post by:
Hi All I have written some code to rescale my windows forms application forms depending on the users screen resolution The application is designed for 1024 x 768 but some customers have 19"...
6
by: thetaamommy | last post by:
Hi All I have a search webpage with 10 textboxes, like customerid, customername, costcenter, business, zipcode , etc. Now the user can enter any of the values or all of the values or none of...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.