Make A Webpage Open Only Once?
May 5, 2009[code].....
View 5 Replies[code].....
View 5 Repliesi 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]...
i have to open .ppt,.pps files in vb.net web page with background music to .ppt files
View 2 RepliesHow to open a webfile?, not to download![url]...
View 8 RepliesI 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
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
[Code]....
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.
I want my users to be able to click a button to open my company's webpage in the default browser when clicked.I'm using VB.net so all .net examples are acceptable.
View 3 Repliesi wanted to know if there was a couple lines of code you could use to open the source code of a website (like you could in notepad), into a textbox in visual basic.
View 1 Replieshow to make a link on a wegpage, that opens my software when i click on it? Steam use the same thing. Instead of http: they use steam:<command>. Is it advanced to make it like MyApp:XXX?
View 2 RepliesI am using a IE browser in my application with IE8 installed.When i right on a link and open with new window, new window is opened but the page is not loaded. But the address is shown in the new window url box and when i click enter in the url box, then page is loaded. I didn't see this issue in IE7. I face this when i using IE8 in WinXP or Win 7
View 1 RepliesI'd like to know if it possible to show HTML page created in VB using WebBrowser object without using files on disk.That is, create HTML file in memory and show it within WebBrowser object.
View 3 RepliesI am using dotnetopenid in my asp.net 2.0 and VS 2005.I have done only this work and a succeful authentication is done by me.I have a login page and after authentication it goes to food.aspx.I only want to display the email address of user on food.aspx after authentication from google.I have done only following work for the openid nothing else please tell me which code i have to write in login.aspx or food.aspx to display the email address of user.
<%@ Register Assembly="DotNetOpenAuth" Namespace="DotNetOpenAuth.OpenId.RelyingParty" TagPrefix="rp" %>
<%@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral,
[code].....
I would like from a certain url, to launch an excel file, have the user fill some cells and then return the value to a database by aspx perhaps.
View 3 RepliesHow do i make my button open a program and make it windows size?
View 6 Replieson my web-browser i created a ComboBox with this text:
Google
Yahoo
-----------
Youtube
DailyMotion
-----------
Gmail
Hotmail
-----------
Twitter
MySpace
Facebook
-----------
Ebay
Amazon
-----------
DesktopOGraphy
DeviantART
DaFont
PlanetRenders
How do i Make Them Navigate to the corresponding webpage?
I can create them using Ctrl+T(webbrowser controls and all) but after that I don't have any idea on how to control them(let's say I select the 5 tab and I don't know how to make that web browser control to navigate to a given webpage). I was thinking of creating an array of webbrowsers but I don;t know how that works.
View 2 RepliesIn my menustrip ive added buttons that i want to zoom in/out of the webpage when clicked.Let's say i have a button that says 200%.What code do i need so that when the button is click The webpage would be zoomed at a rate of 200%?
View 1 RepliesI have a web browser in vb.net and i want to make a chat box but the chat box is private source so i have to actually direct it to the site so what i am asking is how can i lock the web browser to the exact position of the chat box ?
So at the moment it loads the whole page i just want it to load to the position of the chat
I am trying to get my mouse to move to the color Red on a webpage, and its not working. The timer is started, and nothing happens. "Web Diner's Hexcode Color Chart" is the name of the website that I am using to move mouse to red.
Dim ProcessHandle As Long, ProcessDC As Long
Private Sub Form_Unload(ByVal Cancel As Integer)
Call ReleaseDC(0, ProcessDC)
End Sub
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
[Code] .....
I would like to make a program that will automate a couple things on a webpage. Here is the things I would like to automate:
[Code]...
I wanna know if it's possible to make an application that opens a web page and auto-click a defined text from that page.
View 2 RepliesI have a web browser with tabs, and I wanted to know the following:
1. When yougo to a webpage the Tab name will be the websites title, if the title is over
2 5 characters, then it ends with a "..."
2. how do I make the adress bar URL change when switching tabs?
I have some values in the registry to set the user name, I also have a web browser, How would i make the web browser auto fill in the user name field in the web page window on load?
View 4 RepliesI've been trying to make a program which access the internet and takes the source code from the webpage. I've copied this code from the internet:
[Code]...
First, I launch a website in Internet Explorer from VB.net and automatically login the user with ther username and password. As soon as the username and password fields are automated, I send "enter" to the website so it goes to the next website. This part works perfectly. However, my problem is that i want to send a mouse click event, which i have already written, to click a hyperlink on the next website page. I tried a few different things, none of which worked. My program is automatically logging in the user and doing the mouse click event at the same time. I have tried to use the "sleep" command, but the mouse click event is still not executing after the second webpage loads. I have tried using nesting "If, then" statements and that has not worked either. Does anyone know how to make sure the webpage fully loads before executing a sendkeys routine or a mouse click event? This is my code thus far:
If (Search.ComboBox1.Text = "IWR") Then
BlockInput(True)'this disables the mouse and keyboard
Dim IE As New Object
[code].....
There are no errors, everything is just executing all at once instead of letting the second webpage load and then executing the mouse click event.
I making a webpage with the help visual basic. I wanted to put a flv video in it and i used flash control for asp.net [URL]. I made the player in flash told it to download the video from the sever. Now when i put the player on the webpage and put the webpage on the sever it cant play the video. But when i just pres the the player which is in swf format it works. It can download the video. But when i put the player on my webpage it cant.
View 5 RepliesI design photo viewer app using this code
[Code]...
now how to make my photo viewer open when user open drive C and get all photo in the drive to be shown in it ?
I'm using visual basic 2010 express..I'm building my own web browser and want to add a download manager.I have been able to build one that will download a file if I type the file location into a text box.What I'm trying to figure out is how to have the download manager open when I click on a download link on a web page.How to make the download manager know it is a link to a downloadable file as opposed to something like a link to another webpage?
View 3 Replieshow I can make a Picture Box display a "webpage preview". A bit like in safari where it has that "wall" of most visited sites. I have tried using a webbrowser control, but I want it to be the smaller than it is normally and so that you cannot interact with it
View 3 RepliesFirstly, how can i make an open button, so i can open saved html pages.Secondly, how can i save html pages in my browser.
View 4 Repliesi am trying to make a webbrowser but i am not having any luck with opening pop ups in say webbrowser2. I click a link when browsing in webbrowser1 and a ie instance pops up. Is there a way to not let the pop up come in a different ie and have it go to webbrowser2(other tab)? like how it does in google chrome or other major webbrowsers.
View 1 Replies