o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

add text to a website form from a vb app -

hey, i would like to make a login app for this website called zone, it uses passport to log in, i made two textboxes 1 for user and 1 for pass and i made a web browser where the login form its going to be on, i want that when the user clicks on the button login it it puts the user and pass into the login form, this is the url to the log in form:

http://login.passport.com/login.srf?...9ebbfe254e0655

thanks,
Jose Rodriguez

 

finding form on a website -
i am using a webbrowser control and vb6.0 if i know an item on a website e.g a text box on a website with value "query" if the website uses forms, is there a way of finding out what form that item is in? thanks for any help.


Grabbing text from website. -
Hello, I am looking for a script that I can use to take certain pieces of text and display them on another website so when that updates lets say number 30 to 35 that it will change on my website. What I'm asking is I need something in Javascript that I can use to read only the selecte


Download info from Website -
Hi All I need advise on how to download information from a website and what the best method is to do this. The information on the website is a Table/Grid that is in text form.


website ip finder -
hey all, i'm trying to make a program to find the ip address of a website. My gui consists of 2 text boxes and one button; the first text box is for the user to enter a website address, like 'google.ca', and then when they click the button... ... Tada! the secon


MS HTML Object Library ... How can I use VB to Fill the website form-fields -
I'm using the "Microsoft HTML Object Library" control to make my VB surf to a website. If the website exists of a form with textfields ... how can I make VB automatically fill the fields with text ? Please help


Opening New Form From a Form -
hi this is my first post on this website must say i like the layout looks like the website i come from.. but anyways... so goes my introduction.. i have been trying to figure out for a while now how to open a new Form from a Form.. because a lot of times. i would like to make a a ne


comparing textboxes to Internet textboxes -
Hallo friends, i got a question regarding VB linked to Internet website. i got a textbox in VB form and a Command button. simultaneously i got a Private website for example: www.ander.de which is having a textbox where in it contains a text "xyz" now coming to the q


Posting to a website form -
Hello...I am new to this, but here goes... I would like to have an application that post to a website form for me. For example, enter a stock symbol in the http://finance.yahoo.com "quote box" and submit...I dont need or want to see the website that is being posted to.


How to see the Javascript code inside a website -
Dear all, Thank for visiting this threat, i am a beginner in Java, and i have some questions about the Java Script. I have my own website and my website is totally without any Javascript, i am jeolous other's website with javascript and very attractive. I want to add some javascript


[2008] Copy text from website -
Hey, is it possible to make a thing that copys text from a website (a easy HTML website with normal text) and it auto pastes into textbox? How to make somthing like that then?


Whats the best way to display website info -
Wondering, what's the best way to display text from a website to your form?


Posting information from a Visual Basic Program to a Website Form -
Hello I'm trying to find out if its possible to take information from a visual basic form and have that information posted to a website form? And if its possible is there a good website or book I can find out how to do this? Thanks for any help on this topic


Don't know website -
I know this is not the right forum to stick this in, but I have no clue anywhere else I can put it. Basically, I want to credit a website, but I forgot the web address. However, I have a logo of the website from one of their tutorials. Would anyone have any ideas what is the webs


[2005] Login Website -
Well I want to have the user enter his login information into textboxes and have it submit it to a website and log the person in. After it logs them in, I will have it take them to the website, which i can already do. I already have the URL-Form information if that is needed.


Auto Fill Website Form -
Hey all, Is there a way I can automatically fill in the username and password form on a website then hit the submit button? I've searched, but I couldn't find anything that worked for me. I'm using the webbrowser control Thanks, FlamingFox


checking a website -
i want to build a little program that tests to see if a website is up. pretty much at my job we have 6 websites and only a couple web guys so it would be nice to have a little program that runs in the system tray that will pop a form up when a site goes down. i can build everything e


Use VB6 to post data to a website -
I want to use VB6 to gather data from a database and then post that to a website. Can VB do an http post? Does anyone have some sample code that would help me get started? The website is setup to allow either form submission or a query string. I'll be passing it the variable names


Geting data from website to vb.net -
i m trying fetch the data's from website for my vb.net program but website need login gin and i want it to check for updated data's only if i have to exactly i m a computer dealer and i m trying to develop a software for my self which have a form for service and for which we have to


read text from website shoutbox -
hi, it is possible to read text from website shoutbox? and also post so i wont need anymore to visit the website regards,


add an ASPX page with existing ASP website -
I have 2 questions need answers 1. I have an existing website written in ASP. I have to add a feedback form to this website .Can I create this form in ASPX and install this on the webserver and give a link to this page from my asp page. Will there be any issues? 2. Can my ASPX


[2005]Deployment of website [urgent] -
hi, i've completed website. now i want to deploy it on the server. i'm using visual studio 2005 express edition. there is "copy website" tool available in express edition. so i want to copy my website on production sever. what procedure should i follow so that my website w


Give permission to write a file on the server -
I created a new website today based on an existing website. In website-existing, you are allowed to create a file on the server. In website-new, you can't. So I'm thinking I must've mis-set something to do with permission/write in website-new. Can anyone direct me to this setting?


[2005] Fill data on the webbrowser -
Hi guys I would like to know how do I fill the text data in the web browser on my form when i visit to the website, I have 8 textbox on the website so it is bit similar to the form textbox but they are different. I want to use it for the button click. Do you know how do I select eac


How to get the current website address programmatically ... -
Hi, So I have a website running locally and in testing environment and in production. I need to send an email in which I want to send the link of the website. How do I get the current website link from the website code itself programmatically? So If I run the website in dev/test


few general vb coding queries... -
I am using VB 6.0. And need help for the following question.... 1. i want to add my website link on my form so that anybody click the link omn the form ..my website should open up. What will be the code for this??? 2. Also i want to add my email ID on the form...so that anyb


How Do you Submit Data to a Form on a website. -
Okay, I was just wondering, How Would I be able to Submit Date to a Form on a website. thanks


Deployment from a website -
Visual Studio 2005 Professional: I wrote a Windows app that I intend to sell via a website. I successfully used a Setup project to deploy the project from a CD. Now, I would like to have customers be able to download it from a website. Do I simply compress it to a zip file and u


[2005] Website - Links -
How do i link a Button to another webpage in my website? In visual basic to open a form its name.show() i thought it may be similiar in asp guess not....


Getting HTML from a website -
I need to get html form a website so i can pharse it. the address to the page that i need the html form is the variabl url Can some body plz help me?


Auto -
Hello, I want to create a program that will log in into a website complete some fileds upload a picture and then press the submit form button. In other words, The program at a specified time interval will receive a picture and it will log in into a SMS/MMS sending web site and send


Connecting VB with Website -
Hello sir, I need to connect vb with website http://www.sportinglife.com/racing/liveshows/ (This is not my website) I want to get datas from that website to my vb application. I need to compare values (which i stored already in database) with the website. Pls do anyone help


Test my website -
I am working on a website at present. Its an e-commerce website, where people can purchase products from our website. I have not put in any security or parameters checking yet, but would like people's opinions on the site so far, and if things are working. After the coding is all w


Uploading my app to my website -
Hello, I want to upload my app to my website. I used MS Frontpage 2000 to make my site and use Angelfire as a website host. But when I try to upload my app to my site, it will not work. I have my app in zip form but it won't work. Does anyone know what my problem is, or know of a di


How do I keep a html form in aspx page -
Hi, I have a small issue that I'm unable to understand. My website is hosted on win2003 server and it is coded in ASP .NET with .net framework version 1.1.4322. Please click here to see it. Bascially it is a web hosting services website so I wanted domain checking facility on my


Alternate to Webbrowser.Navigate() -
Hi! I need to create a dynamic string and send it to a website as a URL. The website inturn processes the URL and performs its operation. I have used a WebBrowser control in my VB Form and am using the WebBrowser.Navigate() method to send it to url. The form of the url is: http://ww


An ASP.NET NOOB -
Hi People. Uptil now i have only made the ASP.Net applications on the LAN. But now i want to make an ASP.NET website and upload that website. The Purpose of that website is to keep track of all the sales and purchase of our company. The ASP.net pages should be able to get and send the


add text to a website form from a vb app -
hey, i would like to make a login app for this website called zone, it uses passport to log in, i made two textboxes 1 for user and 1 for pass and i made a web browser where the login form its going to be on, i want that when the user clicks on the button login it it puts the user and


[2005] Save text from a website -
I need code to select the main text of a website and make the textbox text have that text


ADODC not highlighted -
Hello sir, i am using visual studio 2005 (general development settings) now i created a new website(asp.net website) When i try to add new ADODC control on the form, the control is listed in the toolbox but not highlighted (unable to place it on the form) Can anyone help me in


Counting help! -
Ok, I've written a program in which you have to log in to initially start the actual form but I don't people to give away their username and password so I made the login form check a web site in which it will say Username: Yes or Username: No. So, if it says Username: No it tells the u