Read From Asp Site?

Jul 2, 2011

I'm trying to read my IP-Address from this site and then load it into a textbox in my application. So far I've got no ideas how to do this.

View 7 Replies


ADVERTISEMENT

Connect To Site, And Read String(s)?

Apr 9, 2010

i was wondering if/how i can make visual basic 2008 to connect to a web site and search for a string (for example, an antivirus program would read a string from the first link, or which ever string is the virus path, and then takes that string and uses the my.computer.filesystem.fileexists(string1) method (string1 being the string found on the site))

View 1 Replies

VS 2008 Save The Source Of A Site And Then Read Certain Lines?

Jul 19, 2009

I'm trying to save the source of a site and then read certain lines, this works once. The second time I get this error: "IOException was unhandled"

Public Function GetNumberOfLines(ByVal File_Path As String) As Integer
Dim SR As New StreamReader(File_Path)
Dim NumberOfLines As Integer

[Code]....

View 10 Replies

Textbox - Read Txtfile And Navigate To That Site (own Browser Development)

Jun 1, 2012

I have built my own browser 9see attached code) however I would like to modify the code so that textbox1 reads a txt file at start and uses the contents of that text file to navigate to a URL of equal value to the text with in that text file. All this should happen at the launch of the web browser form. Example of the text file contents would be [URL] Code as follows:

[Code]...

View 1 Replies

Site Level Folder Read/write/delete Permissions From Webpage?

Dec 20, 2011

I have a link on a VB.net aspx page that needs to open a folder in a subdirectory of a web site and provide read and write permissions so that files can be copied into and read from as well as deleted. ONLY from this folder.I have this funtionality working on a dev and demo PC but they are both on my domain. Clicking the link opens Windows Explorer and I can copy /cut & Paste, etc.The public/production PC is on the LAN, but not part of the domain. I know there are ways to allow folder read/write permissions on a public server like this but I am not too sure on the safest way to do this. The upside, the only users that need to have read/write/delete access are employees. Forms Authentication, ASP Membership directs non-employees to other pages within the site. Likewise, the membership directs employees to an admin section of the site.

View 1 Replies

Build An Application That Will Login To A Web Site, Navigate The Site And Download Files?

Mar 26, 2010

I am not sure if this is possiable but I am looking to build an application that will login to a web site, navigate the site and download files. I would like to do this all in code and able to run multiple instances of the program to get information from many different web sites. Is something like this possiable in VB.net?

View 3 Replies

VS 2008 - Threaded Ping - Click Another Site While Its Still Pinging Them It Doesn't Wait Before It Switches Site

Feb 9, 2010

Ive got an app that holds a list of site we have, At each site there are a few devices. The idea is when they click on a site all the details for the site are loaded and then a second thread sits and pings each device to see if its live. Im trying to do this in a seperate thread so if they click another site while its still pinging them it doesn't wait before it switches site. This all seems to be workling fine except if you click through the sites quickly, when you do that it will eventually come up with

Quote:

{"Collection was modified; enumeration operation might not execute."}

The error flags up on the "Next" line in "ThreadedPing"

Thread stuff

Public Sub ThreadedPing(ByVal dt As DataTable)
Try

Dim dr As DataRow

[CODE]...

View 2 Replies

User Can Change The Update Site With Out Building The Program Again With The New Site?

Oct 13, 2010

When i publish my program i choose to let the application check for updates via a website and if their is one update automatically when the program starts. Is their a way were on the main user form i can make it so that the user can change the update site with out me building the program again with the new site. I want to do this becuase the site i use goes down alot so when i changed the update url no one was able to download the update for the new update server.

View 16 Replies

Internet Explorer - User Click A Command Button To Open IE To A Financial WEB Site And Download Informaion From The Site?

May 19, 2011

I'm deploying a VB.Net app (VS 2010 Pro) that requiers the user click a command button to open IE to a financial WEB site and download informaion from the site. The app works fine in every detail when installed on the development computer. But, on the target computer when the command button is clicked an unhandled exception occurs which says: System.IO. FileNotFoundException:File Not found.My code behind the button is Shell("C:Program Files (x86)Internet Exploreriexplore.exe www,fidelity.com",AppWinStyle.NormalFocus)

This works fine on the development computer. Do I need a way to code this as a relative path? If so,can you tell me how this is done?Throughout the app I have written relative paths to needed files using paths like (Open(Environment. GEtFolderPath (Environment. SpecialFoldder.Desktop) + "File Name). They all work fine when deployed.

View 7 Replies

Label Staging Site To Prevent It From Being Used As If It Were The Production Site

May 18, 2012

I'm being asked to maintain several internal-only web apps for my company. For testing, after making my changes, I've created some staging sites which make use of separate databases. As such, if my users were to mistakenly use this site as if it were the production site, they may enter important data and wonder where it "disappeared" to thinking it was the production server.

I'd like to create a big banner of some sort across the top of the staging site (which ONLY appears on the staging site) to remind my users that they are on the test site. I'd like recommendations on the best way to do this, with the following considerations:

IDE: Visual Studio 2008
Server: Windows 2003 with IIS 6
Language: VB.NET 2.0

View 2 Replies

Open Site When Click (Visit Site Button)

Jan 8, 2010

i want to know how can i code my button when i click it will open my site ... i Think i was clear.

View 1 Replies

VS 2008 : Build An Application To Monitor A Site To Build Statistics From The Data Being Read?

Mar 3, 2010

I'm trying to build an application to monitor a site to build statistics from the data being read. This HTML looks like this.

<div id="history">
<h4>HISTORY</h4>
<table border="0" cellspacing="0" cellpadding="0">

[code]...

Now I can read the html and put the text anywhere, I just don't how to read specific parts so I can separate the data out.

View 17 Replies

Webpage Interaction - Read The Text Of The Site And Display A Certain Part Of That Text In Form

Oct 14, 2009

I'm trying to make an application which will log me into a site and read the text of the site and display a certain part of that text in my form. I'm stuck at the login, its a .php page with 2 text boxes, 1 check box and 1 button.Is there any way to manipulate those objects by using controls in my form?

View 14 Replies

Login Directly From One Site Another Site?

Oct 21, 2010

when i am surfing in one site,i want to see the another URL...without going URL directly access the login......for example this is the login page url i want know automatic login to this page [URL]

View 1 Replies

Asp.net - Generate The API Of Site?

Apr 15, 2011

How to generate the API of my Site ... www.volvobusesindia.com so that i can provide my site API to agents so that cthey can vbook tickets using our API ?

i want the bus booking search box appear in the site will be displayed in others website ?

View 2 Replies

Asp.net - Make Site More Web 2.0?

Dec 29, 2010

I am making a website on User Oriented cars Rental service. i that website i added almost all the features of databse handeling . i also make a forum in it. what else i can add in my website so that it look more web 2.0 website. in other words. suggesting a way to make my wesbite site more Web 2.0

View 2 Replies

Crawl A Web Site?

May 21, 2009

Basically at work i have to manually log into the backend of our website and then process some actions like expiring the records on the results page, then i have to move to the next page and do the same...

I want to be able to automate this with a simple tool that has a webbrowser control in it and a few buttons that i can click. So for example there will be a Expire button which will expire all the records then click the next page and repeat the process until it has expired all records. At the moment i am clicking on buttons using the below:

[code]...

I was just wondering if there is a better way to do this? At the moment i'm having errors where the clicks are being processed before the page has finished loading resulting in nothing happening.

View 3 Replies

Getting A Response From Site?

Aug 15, 2011

using vb.net i need to access a website and then look for a specific string in the html

View 2 Replies

Trying To Login - Site Via App

Jan 19, 2010

I am trying to login to hotmail via my vb.net app. I am pretty new and couldnt find any information on this nothing I have tried has worked.

View 4 Replies

Web Browser, Log Into A Site

Nov 27, 2010

I have never used a web browser in my programs before and i am not an amateur programmer. I decided to play around with the web browser tool i was trying to set up a simple program that when the web browser navigates to ie: [URL]. After it navigates there is a panel on the side of the program that has two text box's and a button. two text boxes one for email and one for password and after you click the button it puts the text you have in those text boxes and it puts it into the Facebook text box logins. There is something wrong with my code

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Me.wb.Navigate("www.facebook.com")

[Code].....

View 4 Replies

Loging Into Site And Getting Source

Mar 25, 2009

okay is there anyway i can login to a site and get the site's source without using a webbrowser ? i want to do this cause i do rewards1 and i want to check my ballence every 5 sec to see when an offer credit's.

View 13 Replies

Add Button To Existing Site?

Mar 9, 2012

There is an existing site with no compiled DLLs, it's all .aspx.vb and .aspx files.First question is that I can see

<%@ Page Title="" Language="VB" MasterPageFile="~/MasterPage.master"
MaintainScrollPositionOnPostback="true" AutoEventWireup="true"
CodeFile="ThisPageName.aspx.vb" Inherits="ThisPageName" %>

[code].....

View 1 Replies

Asp.net - Set AutoDeployment For Dot Net Nuke Web Site In TFS?

May 14, 2012

i am looking for a way to autodeploy a Dot Net Nuke website by TFS after checking in. I also need to some how transform web config to the right connection for the deploy server. Since this is a website but not a web application, thing becomes tricky. If you have done it before,

View 3 Replies

C# - Developing ASP.NET Web Site For Different Languages

Oct 7, 2011

I'm building a website which will have a Spanish and Italian version.

In the past, when building a site which must be available in different languages, I've created a SQL Table like follows:

dbo.News
--------
ID int
EnglishTitle nvarchar(200)
SpanishTitle nvarchar(200)

[Code]....

However, I've found this really time consuming (especially if the client later asks for another language option as a second phase).

What is the best practice for doing something like this, allowing scope for extra languages?

View 5 Replies

Check Balance From A Site?

Jul 31, 2011

I wanted to make a tool myself and check balance on multiple sites, so i dont have to login the whole time.

View 1 Replies

Check If Site Has Been Loaded?

May 31, 2009

Using the webbrowser control and conditional logic, how would I check to see if a specific site has been loaded?

View 6 Replies

Configuring ASP.NET Site Map URL Domain

Jun 2, 2010

I have a site map configured as such:

[Code]....

For some reason, even though in the sitemap, the url is defined as "[URL]" or "home.aspx", the currentNode.URL always has the domain attached to the URL, creating bad urls like "[URL]" I've tried to figure out where [URL] was coming from by search my project and inside of my web.config file, but I can't seem to find it.

View 1 Replies

Convert Web Site To Web Application?

Mar 18, 2010

I've inherited a web site, which I've converted into a web application in VS2008. The conversion has worked for everything except a Gallery control.The compile error I'm getting is:Type 'Gallery' is not defined in file: gallery_oct07.aspx.designer.vb

Option Strict On
Option Explicit On
Partial Public Class gallery_oct07

[code]....

View 4 Replies

Copy File From Ftp Site?

Nov 26, 2010

I am trying to copy a file from my ftp site to my local box and then read the contents. The file is a basic text file and when I download it to my local machine it is a blank file.

View 3 Replies

Copy Files From An Ftp Site?

Jan 22, 2012

I need to down load/copy files as in TXT file from an FTP site.I need to code in VB.Net.Currently I manually save it into a folder on my C drive, which I then update my DB.I would like to do it thu my code.

View 12 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved