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


ADVERTISEMENT

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

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

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

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

Check If A Site Had A Page Update?

Jun 1, 2012

Is there a way to check if a site had a page update or a new post easily?? Even just to check if something had changed on the page.

View 4 Replies

VS 2010 Auto-update Without Owning A Site?

May 6, 2012

Currently I'm using a third party file hosting website (like mediafire) to upload my program and I update the link every time a new version is out.I know there are some ways to autoupdate the program but most of them need to own a website, which currently I don't have.So I was wondering if there could be a way to make an autoupdate using sites like mediafire.Example: I always delete old version of the program, on mediafire when someone try to access a deleted file page he gets redirected on a page which says "file deleted or invalid". So if the program find out that the file link redirect to that page it should inform the user about the new version.

View 1 Replies

User Tracking Like Site Does?

Apr 25, 2009

Using Vb.Net 2003 Asp.Net 1.1 SqlServer 2005 I have to keep track of users just like this site does, I sayTracking but I don't mean for statistics I mean whenyou click a button to reply to a question your name is known.I need to know how that is exactly done, I need to do it right.If you can't tell how it is done, what is it called, is it sessions orsomething else so I can google it.I have a login and sent a cookie but I am stuck there.

[Code]...

View 2 Replies

Image Backup From Site For End User?

Oct 28, 2009

right let me try to explain what i am trying to build.a bit of software which logs onto a website and downloads all of the users images i have found all the URLs etc and can build most of my vari

View 4 Replies

Web Bot - Load The Web Site - Log In With User Name And Password?

May 11, 2009

I have been playing with vbs for a couple weeks. I just installed VB2008. I would like to create a web bot that can do the following:

Load the web site

Log in with user name and password

Click on buttons within a game on the website.

This would be a game bot for a game similar to nordic mafia.

View 1 Replies

Create A Program That Will Login To A Site?

Aug 16, 2009

Im trying to create a program that will login to a site for me, and cant get it to work for some reason. The code on the site im logging on to looks like this

<!--<p class="pleaselogin">Please Log In!</p>-->
<div style="MARGIN-TOP: 1px; COLOR: rgb(153,0,0); FONT-SIZE: 12px"
><b>Member Login</b></div>
<br>Sign in for more FREE features and tools!<br><br>
<form method="post" action="http://my.domain.com/login

[Code]...

View 2 Replies

Program To Check The Site Title?

May 27, 2010

I Was trying to make a program in vb.net, its idea like that

1) Check site titles name in every web browser that opened in the computer

2) find a specified word in the site titles

3) if the program found it , it Msgbox the site URL

I have tried this to check site titles name in every browser

Code:

For Each a As Process In Process.GetProcesses
Dim x As String = a.MainWindowTitle
x = x.ToLower

[code]....

but the problem in this code that if i'm opening some tabs and specified title in site is opened but i'm in another tab (another site) it does not work !

so how can i fix it ? and how can I make the program gives me the URL if specified word in title is found in IE and Firefox?

View 3 Replies

Set Site Values In FTPWebRequest In Program?

Sep 2, 2009

How do you set Site values in FTPWebRequest in VB.net.[code]...

View 1 Replies

Test When Web Site Is Available From Batch Program?

Nov 5, 2011

I have a 'health check' program that I have scheduled to run every 10 minutes. When it detects a problem, it sends a message to my cell phone.

Right now I have it checking databases by connecting to them, and trying to open them - that seems to work fairly well. I also have it checking web sites but all I'm doing to test them is[code]....

View 3 Replies

Upload File To Ftp Site Using Program?

Jan 10, 2012

I have this working code from this link, to upload a file to an ftp site[code]...

I wonder, if the file already exists in the ftp directory, the file will be overwritten?

View 2 Replies

Code A Program To Check The Site Title Then Msg The Url?

May 27, 2010

I Was trying to make a program in vb.net, its idea like that

1) Check site titles name in every web browser that opened in the computer

2) find a specified word in the site titles

3) if the program found it , it Msgbox the site URL

I have tried this to check site titles name in every browser For Each a As Process In Process.GetProcesses

Dim x As String = a.MainWindowTitle
x = x.ToLower
If x.Contains("microsoft") Then
MsgBox("microsoft website is opened")

[code]....

but the problem in this code that if i'm opening some tabs and specified title in site is opened but i'm in another tab (another site) it does not work !

View 7 Replies

How To Code A Program To Check Site Title Then Msg Url

May 27, 2010

I Was trying to make a program in vb.net, its idea like that

1) Check site titles name in every web browser that opened in the computer

2) find a specified word in the site titles

3) if the program found it , it Msgbox the site URL

I have tried this to check site titles name in every browser [code]but the problem in this code that if i'm opening some tabs and specified title in site is opened but i'm in another tab (another site) it does not work !so how can i fix it ? and how can I make the program gives me the URL if specified word in title is found in IE and Firefox?

View 3 Replies

VS 2008 Program To Grab Any Image On The Site?

Mar 26, 2010

I want my program to grab any image on the site that the url starts with like lets say can I use wildcards on vb.net?[URL] like [a-z|A-Z|0-9] or something like that? The full url for a image smaple would be [URL]

View 6 Replies

Write A Program That Will Get Certain Text From An Intranet Site?

Jan 6, 2010

I'm trying to write a program that will get certain text from an intranet site, but there is a form for user name and password that I have to enter first. I found HttpWebRequest and HttpWebResponse and can use those, but how do I programatically log into the site so I can get the data I want?

View 5 Replies

Communications :: Write Program That Will Upload A File To A FTP Site That Has SSL

Jun 19, 2008

I'm trying to write a vb.net program that will upload a file to a FTP site that has SSL (explicit, although I'm not sure what this means).The sample code and explanations I've Googled always assume when it's SSL that I'm using a client certificate. But I have no certificate to load.I simply need to login, accept their certificate and upload my file.When I accept their certificate am I actually installing it on the client? For example of FileZilla a box pops up and I just click on accept, then my login is complete.

View 1 Replies

Make A Message Posting Program For A Social Site?

Jun 8, 2010

My first project is a scraper program. I would like to see if anyone can send me code or a tutorial on how to do it. I would also like to learn how to make a message posting program for a social site.

View 1 Replies

Program That Will Go To A Web Site And Pull Out A Specific Piece Of Data

Jan 19, 2011

I want to build a VB program that will go to a web site and pull out a specific piece of data.I am using VB Express 2010 not sure if it belongs in this .net forum.I am successfully getting to the website using WebBrowser.navigate()The data is provided to me in XML format and I am told that it is ready to be retrieved. They tell me to use XML Parser.When I go to their web site I see the data I need to pull out there is a column with tags in front of each piece, the piece I need is between <Vr0> and </Vr0>.I have no resources other than the net currently I do have a dummies book ordered but will be at least next week (at the earliest) before my first book arrives.Can you explain how I can sort through the data and pull out the data in XML format on a web site?

View 5 Replies

Building A Simple Form Which Allows The User To Update The Data On It?

Apr 23, 2009

I am building a simple form wicht allows the user to update the data on it.I use this

Imports System
Imports System.Data
Imports System.Data.OleDb[code].....

View 8 Replies

Building A Program At The Moment That Changes Registry Entries To Turn On And Change?

Dec 23, 2011

building a program at the moment that changes registry entries to turn on and change, and off proxy settings. This small program is going to be dropped on each persons desktop so they can easily turn on the proxy in work, and turn it off when they take their laptop home.

However, the proxy address changes depending on which company I am at. I would like to be able to make a single program, but have a "hidden" setting to change the proxy and store it in the program, and push a copy of the file out across the network to each machine. I tried to make it so the proxy address can be saved as a string in My.Settings, but it would have to be made as a User setting rather than an application setting to give it read-write access.The only other option I can think of is to hard-code the proxy address into the program, which really isn't ideal

View 7 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







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