Possible To View Windows Form Through Webpage?

Apr 20, 2010

I have written an application that lets me track work crews as they move from one job site to another. It runs on my local computer as a windows form. The form displays labels with the job site and crew names on them. The application is written using VB.net 2003. What I would like to do is see what is displayed on that form from another computer in a different office. Is there a way that I can use a web page to display what is on the windows form?

View 3 Replies


ADVERTISEMENT

Call Windows Form Functions From Webpage (which Is Displayed Through Webbrowser Control In Win App)?

Mar 25, 2009

I have implemented webbrowser control in my windows application. I have some functions inthe class file. i want to use those functions from the webpage which is displayed in my windows app through webbrowser control..For example say... I have an standalone windows software. Which has a webbrowser control in the some form. Now i would like to create a webpage that can be displayed in the webbrowser control in win app which has some buttons and textboxes. When i click on button in the webpage it should get the version number of that software. I have some other functions that are in the class file aswell.. but dont no how to call those functions from that webpage when a button is clicked or something like that.

View 4 Replies

View The Database In Vb (windows Form) But The Image Does Not Appear?

Jan 23, 2012

My Problem is that I am trying to view the database in Vb (windows form) but the image does not appear.All I can see is a small red cross where the image should be.I have tried both Datagrid view and Detail View.

View 3 Replies

Forms :: Missing Design View On Windows Form

May 6, 2011

I have a project which still runs fine without issue however i dont seem to be able to access the design view of Form1. The icon in soultions explorer has also changed from a form to a sinple vb reference. Im unable to right click in solutions explorer and view designer as there is no option there.

View 6 Replies

View A Webpage's Files Then Download?

Apr 21, 2010

I have been wanting to make a file downloader (enter the website link, it browses files, with the Filter you give it, then has a download link for each file.) I haven't coded VB since 2006 and can't even remember the basic code.

View 4 Replies

VS 2010 Webbrowser View Certain Part Of Webpage?

Oct 8, 2010

on a site, there is a chat that is closed source. Is there a way that i can have a webbrowser view only a certain part of a webpage?

View 1 Replies

WebPage Loading - Cannot View XML Input Using XSL Style Sheet

Jul 1, 2010

Using ASP.Net & C#. I want to run my web page in the internet explorer or firefox. When I run the webpage, it was working in VS, but when i run the webpage in the i.e., it showing error as:
The XML page cannot be displayed. Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.

A name was started with an invalid character. Error processing resource 'file:///C:/Inetpub/wwwroot/Name/IIS/Detail
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="view.aspx.cs" Inherits="Default2" %>
-^

I configured the IIS, then I run the *.html file it is displaying without any error but *.aspx file is not displaying.
*.html file is running in ie & firefox, but *.aspx file is not running in ie & firefox,
How to run my *.aspx webpages in internet explore or firefox...

View 4 Replies

View Entire Webpage In Webbrowser Depending On Browser Size?

Apr 19, 2009

I'm currently working on my personal html editor. i have it where i can preview the page in a webbrowser. on maximized screen i can see the entire page as is. is it possible to keep the webbapage viewed, as viewed maximizied, in a resized browser with this size: 201, 106.

i know i won't be able to read much of the text, i just want to see the page preview, image location, etc. just a browser with view zoom properties.

View 5 Replies

VS 2008 View Updated Code Of Dynamically Changed Webpage Without Refreshing?

Mar 10, 2011

In webbrowser, I am visiting a website that lists 10 items per page, I select "20 items per page". The webpage dynamically updates to display a list of 20 items.However when I view the webpage code it still shows 10 items. If I refresh the webbrowser, the code will show 20 items.

View 2 Replies

Fill In Data Grid View With Columns And Rows To Form Complete View

Nov 11, 2010

i have datagridview populated with stock code, name and description.And i have docked my datagridview to the bottom. so whenever the form is resized, the bottom section will be occupied completely with the datagridview.But i want to display one extra empty column and multiple empty rows to completely fill in the datagridview.The extra empty column width will be adjusted to the right end side of datagridview.And the no of empty rows will be generated based on how many is required to fill up to the bottomSo that i can create datagridview with full column and row even though some columns or rows are empty.

View 1 Replies

Develop A Tree View And List View Form By Using Vb6?

Dec 29, 2009

I want to develop a tree view and list view form by using vb6, how to construct a tree view and list view form?

View 1 Replies

How To Refresh Webpage Through Windows App

Aug 11, 2010

I was trying experimenting with things and I was stuck in a way about how to refresh a webpage from a windows form. E.g.: a start button on the form refreshes the page [URL] and stop button stops the process.

View 6 Replies

C# - Launch A Windows Application From A Webpage?

Mar 8, 2011

We have a company intranet and the powers that be think it would be nice to have a collection of icons/links representing the applications that most reps use (Outlook, Excel, few other apps).

The idea would be that if the application is installed, clicking the link/icon would launch the application on the client machine.

Anyone ever had a requirement like that and been successful implementing it?

View 3 Replies

Css - Design A Webpage In Asp.net Design View Which Support Multi Resolution?

Nov 26, 2010

I have created my webpage in asp.net in 1024*768 resolution, my problem was that when i change my monitor resolution then the controls in my webpage will be displayed in unmanaged manner .

How to arrange items in my webpage which support multiple resolution ...

Whatever the resolution of my monitor the controls in my webpage will display as it is as managed in 1024*768 reolution !

View 1 Replies

VS 2010 Show Webpage In A Windows Application?

Sep 16, 2010

Is there a .Net control I can use to display a web page from a vb.Net windows forms application?

I am writing an app that will produce a slide show from a specified directory. The idea is it will ideally include Images, Video clips (via Windows Media), URL's (held in a text file), PDF documents and power point presentations.

Images and media clips aren't an issue. At present I am looking at displaying specified web pages. I am aware that I can use

System.Diagnostics.Process.Start("http://webinta/Pages/Home.htm"

to open a browser window, but I want control of that as after a specified amount of time it needs to close so I can display the next image (media clip, url etc).

View 2 Replies

Windows - How To Tell If A Webpage Has Loaded Within A WebBrowser Control

Jul 11, 2011

I am trying to write a program that will tell my grandmother whether the internet is live or not. I know, I know, She just doesn't get it. So I want to create a program to load google.com or something and all I want the program to do is tell her whether the site was found or not. Is there a way to do this with the WebBrowser control?

View 1 Replies

Create Windows Usercontrol In VB2008 To Host In Webpage?

Sep 13, 2009

How to create windows Usercontrol in VB2008 to host in webpage.

View 9 Replies

Program That Will Start Up With Windows Starts Up And It Opens A Webpage

May 13, 2012

I have ran into a small problem with my code. I got bored lately so I wanted to try a project. A program that will start up with windows starts up and it opens a webpage like google.

My code is below.

Imports System.IO
Public Class Form1

[CODE]...

I use the code [code] System.Diagnostics.Process.Start [URL] when a button is clicked, but when I add that code in without clicking a button, it does not work. I have tried to put it everywhere, but it just does not work. I have also looked it up.

View 5 Replies

Mdi Application - Open The Form But Focus Remain On Tree View Until Click On The The Form

Jun 11, 2009

I have mdi application, on main form which is mdi container and has a tree view. i open the child form on afterselect even of treeview. the issue i'm facing that i open the form but focus remain on tree view until i click on the the form. my question is how i can give focus to form rather it stays on treeview. i tried frm.focus also activatemdichild(frm) no sucess.

View 21 Replies

Url - Open Webpage (or Snapshot Of Webpage) Into Another Webpage

Mar 10, 2010

i have an aspx page with vb.net back end. in that page i get names and url's from the database depending on different conditions. My requirement is that when i get the url, the code should then use that url and have that webpage in a small preview form on my existing aspx page. so basically i have a table as follows -

[Code]...

View 1 Replies

Can't View Bob Tabor Videos On Windows 7 Ultimate

Jul 15, 2011

I recently purchased a Dell laptop with Windows 7 Home Basic installed and installed my Visual Basic 2008 Express and Visual Basic 2008 Step by Step and have run into at least 2 different problems I know of. One is I can not view the videos from my Bob Tabor subscription and two I do not see the fonts the Step by Step book refers me to access in some of the practices.

View 1 Replies

Communicate .net Form From Webpage?

Apr 24, 2011

I do not know how to communicate form VB.net with a webpage, meaning that when I send a data string, then the results shown on the form VB.net, so the webpage of the server sends the data string to form vb.net.

View 4 Replies

How To Display Webpage On Form

Jun 11, 2009

I am having a issue when navigating to a URL that requires the user to log-in before proceeding. The system we are logging into takes care of going to the log-in page and then back to the page I specified. But when I navigate (webbrowser.navigate = ...) to the web page it locks up the form until the method is complete. But I want to wait in that method until after the user logs in and then the window is redirected, and I want to make sure they got there. I am going to need to do this multiple times during the program. Is there another method I should use? I would prefer to use the embedded web window in VB2005.

View 3 Replies

Show A Form From A Webpage?

May 29, 2009

I have a problem I am trying to solve in an elegant manner. I have a .net application that I have created. I am trying to get one of the forms to be shown from a webpage. This sounds strange I'll admit, so here is the backstory

We have some large monitors at work, that show information on them. I have no control over how the information is displayed. Currently they are just using a browser and tabbing in the browser to show each different piece of information on the screen. Most of the info they show is just standard html stuff, text and images.

Now along comes my winforms application. The part of the application I need to show is a graphical display. Everything on this display is drawn using GDI+, if that matters. I need to get this form into a format that I can show. Below is my own solution, but I am pretty sure this is not the best method, but it may be the only method I can use[code]...

I though about doing something with the clients, however the clients are not always up, so I could have periods where the image wouldnt be updated.

I also was thinking about an ASP.net solution, but that would require me to learn ASP.net, and I am not quite ready to take that challenge

View 3 Replies

Possible To View Every Process That Is Accessing Memory As Well As Windows Services

Jan 12, 2010

Is it possible to view every process that is accessing memory as well as windows services as well as how much thier accessing I want to make a program that can kill and block things accessing memory to block malicious programs to be able to delete the ie spyware that can't be fixed cause it adds it's self and locks it's self. From programs like spybot I can view the processes bit that's just wat windows registeres I need to look at eat is accessing memory.

View 6 Replies

Setting Focus To The Folder View In Windows Explorer

Sep 15, 2009

I am trying to write a script to set the focus to the folder view in Windows Explorer. Is there some sort of way I can find the folder view pane and set focus to it? A bit like finding a child window and setting focus to it using the Windows API functions.

[Code]....

Now I realise that you can't use the above functions to find parts of Windows but it just gives you the idea. If I could do it with API functions that would be fine otherwise I am a little bit limited because I am using a Visual Basic scripting type engine which I won't bore you with details of.

View 1 Replies

Windows Forms Control Layout For Maximized View?

Jul 15, 2009

I am using Visual Basic Express 2005. I am opening the startup form of my application in "Maximized" view. In the form designer, I am setting the anchor properties of the various controls that I have on the form so that they are located where I want them to be located when the Form loads.

I was wondering, if there was a way such that the form in my designer would be of the same size as the Maximized form? As of now I am dragging and resizing the edges of the Form in the Designer view to make it bigger..

View 7 Replies

Connect Form To Webpage (Sockets )?

Jan 16, 2011

I am new to vb.net (2010) and am working on a project that has to send information from a client application form to a php-based web page.

View 1 Replies

Downloading Files Form A Webpage?

Oct 31, 2010

Here is this code of the webpage:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>

[code]....

View 4 Replies

Form Controls Linked To Webpage?

Jun 7, 2011

One section of my latest project idea involves linking several form controls to the Google map (distance calculating section), which is area I'm not familiar with.

What I would like to achieve is following: (VB2010) I would like to link two combo boxes on my form to Google map (Start Address and End Address)as well as two labels representing distance & ETA time to Google map (Suggested route, option No.1, highlighted section).

As soon as user select values from combo drop downs on my form, code performs search trough Google web page and return values to my labels on a form. At the same time database would be populated with a same search values (Start Address, End Address, Distance in Km and ETA time)

Link to a web page seems to be a very common request within community members but I did not find anything similar to what I would like to do, so it makes me think that my project idea is going to be" hard bone". I do not need Google web page displayed on my form in a split container or in any other way.

View 3 Replies







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