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


ADVERTISEMENT

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

Running Application Off A Site

Jun 10, 2009

i designed a very simple vb.net application. i would like to my users to be able to access it through a website instead of locally. is this posible? how do i do it? does the webserver have to have special extensions? do i have to convert the program into a different format?

View 2 Replies

Application To Be For Anyone Who Is A Register Member Of My Site?

Feb 21, 2009

I am currently working on the login system I want this application to be for anyone who is a register member of my site, with that saying is their anyway I can use the login information from my Apache xampp mysql database? Then when the user information is correct I want it to close that login box open up a splash screen for about 5-10 seconds then show the user part of the application. I already have the table and database created in php myadmin.

View 25 Replies

How To Login A Site From A Windows Form Application

Mar 14, 2009

how to login a site from a windows form application

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

CreateObject (InternetExplorer.Application) With Protected Mode ON With Trusted Site

Sep 13, 2010

I have one project created with VB 6.0. Step to reproduced this issue,

1. Start Internet explorer and add the site "[url]" to trusted site. now set protected mode check box to Off for the trusted site zone.

2. Open the Visual Basic 6.0 and created standard Exe project.

3. From Tools -> references add "Microsoft Internet Controls".

4. Copy and Paste below code. [Code]

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

Convert Application To Platform Independent Mobile Application That Is Supported On All Devices?

May 13, 2011

I have a vb.net windows application. I want to convert some part of it to an application that can be run on all mobile platforms like iphone,windows mobile, ipad etc. It should be platform independent

View 1 Replies

Convert A VB2008 Console Application To Windows Forms Application

Feb 7, 2010

I have a fully functional multi-threaded VB2008 console application that I need to convert to a windows forms application. I am doing this to add additional functionality at a later time. How would I go about doing this?

View 9 Replies

Convert An Existing Standalone Java Application To A Dynamic WEB Application?

Mar 24, 2010

how to convert an existing Standalone Java Application to a Dynamic WEB Application which can be deployed on Apache-Tomcat Server container ?

View 2 Replies

Convert A Console Application To A Windows Form Application?

Apr 13, 2012

I have a console application code below. I am trying to convert this to a windows based form application but I don't know where to start. This code asks you to input a website and then it gives you the IP address for that particular website the user enters. All the code works fine but I want this in a windows form application.

using System;
using System.Net;
using System.Net.Sockets;
class GTest

[code]....

View 11 Replies

Winforms - Convert A Desktop Application To A Mobile Web Application?

Mar 9, 2011

I have an application that is written in VB.NET, using the System.Windows.Forms.Form as the front-end GUI. It runs perfectly on my Windows machine however recently there is a business requirement to convert this application to run as a web application so that people could view them in their blackberries when they go to the URL. Is there any quick way to perform such a conversion or I will have to translate the code line-by-line for such cases?

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

Asp.net - Convert Internal Web Application To Public Web Application

Aug 16, 2011

I have been tasked with setting up an internal web application to become public facing. The web site was written in ASP.Net and I am just looking for some advice about how I should go about this procedure. Apart from hosting the site on a public facing server I don't know what else I would need to take into consideration.

View 1 Replies

Asp.net - Converting A Web Site Project To A Web Application Project .net App_code?

Jan 23, 2012

I am following the guidelines from [URL]..Mid way through the process they have you rename your App_Code to Old_App_Code folder and compile ... at which point i had DLL's in my BIN folder and i started to repair my aspx/ascx files.
e
Today i find the compiled bin files missing an now all my pages are sqwaking they cannot find the numerous Public Class - Public Shared Function's ... I have verified their build action to Compile but am unable to rebuild an have them regenerate on account of project errors.Advice on how to rebuild the bin or how to properly reference a Public Shared Function? My VB code includes an Imports statement taht used to find the class in app_code.

View 1 Replies

Convert Vb Application To .net Application Not Only Files

Mar 15, 2010

any tool which can convert VB Application to .Net code,

i know , there are many convertor which convert code to vb.net or C#, i dont want to convert only file , i want to change whole project not only file

View 3 Replies

IDE :: Excluding Forms To Convert A Window Forms Application To Class Library Application

Jan 16, 2012

I am not able to find the Exclude Command in VB 2010 Express. I have no idea which version of Visual Studio it is working with. I've got one 217MB VB 2010 Express file and many 2008 VB Express files with one of them measuring 31 MB. There many other SQL files and .Net Files.

View 4 Replies

C# - Web Application Project Vs Web Site Project

Apr 17, 2012

ASP.NET: Web Site or Web Application?

I just wanted to get advice on which one I should use and why?

View 1 Replies

Convert A .net Application To Run In MAC OS 10?

Dec 16, 2009

Trying to figure out the best approach to convert a VB.net application built in VS 2008 and convert it to MAC OS 10. the app uses WebBrowser controls and Win API calls. I know very difficult to do... looking for a tool that does it or a pathway like convert to C++ then to Mac's C extended native lang.

View 1 Replies

Convert C# Application ?

Apr 15, 2009

Is there somewhere on the net - to convert C# Application to VB.NET?

View 4 Replies

Application To Convert .WPL To .HTML

Feb 17, 2010

I want a code and a ready executable format for a program that converts WPL (Windows Media Player Playlist) to a HTML code with this style in Visual Basic 2008

[URL]

I want the code to learn from it and the executable filee just for the quick action.

View 4 Replies

Convert A Delphi Application?

Nov 10, 2009

I get to convert a Delphi application to VB.Net.My last project i had to convert a Java app to VB.Net.Anyway I have most of the application converted however there are a few items that i have been unable to find the .Net equivalent. Most are from the Delphi. Sysutils class.

TSearchRec
FindFirst/FindNext/FindClose
faAnyfile[code].....

View 5 Replies

Convert Exe File To Other Application?

Oct 15, 2011

I am trying to convert an exe file to another file preferrably a BAT file or MSI fileI have converted an file into exe but now i want to convert it into another file

Private Sub Decode(ByVal strFrom As String, ByVal strTo As String)
Dim fileIn As New StreamReader(strFrom)
Dim fileOut As New StreamWriter(strTo)

[code]......

View 5 Replies

Convert VBA App To Stand Alone Application

Jun 23, 2011

I have the following code that i need to convert from a MS Office- Visual Basic App into a stand-alone application. I have debugged most of it to run in visual studio 2008, however it has a problem with the message box stuff. If i cant have a message box with the information in it then I want to put the output in a label but im not sure how to convert it to display in a label. [Code]

View 9 Replies

Develop Application To Convert AVI To Jpg?

Sep 2, 2011

I am very keen to build a simple application to convert AVI to jpg in order to learm a little about video processing. I know free applications that do this already exist. But, I'd still like to develop an application to help me learn more about avi's and to hone my programming skills a bit with a real project.I'm familiar with VB, so that's not a problem. I just don't know how to process an avi file nor how I would programmatically extract the frames from that file.Where should I start? What is required to extract frames out of the avi to individual jpgs?

View 2 Replies







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