VS 2008 - Make An Application That Would Give The Source Code Off A Web Page
Jun 5, 2010I'm trying to make an application that would give me the source code off a web page. But so far I have nothing.
View 39 RepliesI'm trying to make an application that would give me the source code off a web page. But so far I have nothing.
View 39 RepliesI want my form to navaigate into a link then open up the source code of that page it navigated to . Then get a link from the source code then display it on a textbox .Here's an example : i want this link in a source code :
http%3A%2F%2Fanime-omnibus.ning.com%2Fvideo%2Fvideo%2FshowPlayerConfig%3Fid%3D3382149%253AVideo%253A160429%26ck%3D-
This link is located just beside :
config=
That is:
config=http%3A%2F%2Fanime-omnibus.ning.com%2Fvideo%2Fvideo%2FshowPlayerConfig%3Fid%3D3382149%253AVideo%253A160429%26ck%3D-
How can i make my form to navigate into the source code and get the link beside config word . I know it is possible to do it , just don't know the function to do it .
Way to space out the source code of a web page, having each tag on one line, without having to search for each tag ending and then making a new line after.
My code for obtaining the source code is:
CODE:
Also if anyone knows a way to colour the tags.
how to make it's source code?
View 3 RepliesHow TO use My.Settings And Can Anyone Give Me a Source To History And favroites
View 1 RepliesThe example of source code to make a simple notepad?
View 2 RepliesI'm writing a program in VB.net that gets the source code of a web page with a video on it. it then uses regular expressions to isolate the download link of that video. then it uses "httpwebrequest" and "httpwebresponse" to download the video. my problem arises when certain sites have a page where you have to click continue in order to get to the video page. [URL].. called "The.Matrix.Reloaded.2003.mp4" so i tell my program to get the source code for the url [URL]..but it cant find the video's download link because it's searching for the file in the "continue" page's source code. you can see what i am saying by going to that website above and viewing the source code by right clicking on it. and then click continue and do the same when the video appears and you'll notice that the file is only there in the second one.
So my question is how can i get the source code for the page that the video is playing on and not the page where i have to click continue?
[Code]...
i need to download page from source code..for example<span id="businessNumOnMap" class="resultNumberOnMap" style="display:none;"></span><span><a ref="/len/aapproximatch%20search/285295.php" onclick="loadBusinessInfo('0', '285295'); return false;" class="businessName">Cellini's Italian Restaurant</a>i want to download the "/len/aaproximat...php"..i didnt find the suitable regex for it..and i need to download that page
View 3 RepliesI googled this for the past 10 minutes and I couldn't find anything. What I'm looking for is to download a page (probably in the webbrowser control) in the background, and actually search the source code for a specific string and report it. But I can't seem to find out how to get the source code.
View 1 RepliesYes I made A webrowser In Visual basic 8 & I was woundering Like How Would I view The web Pages Source Code In My Program.so like I type in the textbox1 like [url]...
View 5 Repliesif i using with AxWebWrowser how i can add tags to source code of the page in running time (Make a changes on site)i want Highlight "this is the text" so for example:
[Code]...
i would like to know how i can get a page source code using vb.net webclient for windows phone 7.I found a C# example but i need a vb.net example.
C# (The code i found on internet)
public void GetFeed()
{
WebClient client = new WebClient();
[code]....
i'm making a webbrowser, curectly in version 2. 6. But i need some codes before i can release it.
-Source Code
-Save page as
-Delete Cookies
And if you know some more properties for the webbrowser, like options.
I was before knew how to code that it will give me a random number! Also i know it was 2 ways i could make it. A range from like 0 to 100 if i want that. And then it draws a random number from that! And i knew another there i could type in the numbers and it draws a random from there.
View 3 RepliesWhen you compile a program to publish with Visual Studio 2010, does that have any advanced methods to keep your program being decompiled to source code? Are there any methods you would use to encrypt yoursource code before compiling?
View 5 RepliesIs it possible to load the page source of a website without loading the page using webbrowser?
View 1 RepliesHow to make when the program loads to give 1 textbox to enter password: if they enter wrong password to give them message that the password is not right and to try again..if the password is right to open the corect form.can someone help me with that i have made 1 keygen program and i have insert there the keygens and to make the program to has more than 1 password inside to check
View 1 RepliesI was wondering if it was possible to make a program edit itself and save kind of like memory however unlike memory it can add content as well as save it.
I know it seems crazy but, i was wondering
I have an VB executable application(.exe) and I would like to get back sourcecode for my .exe application. Please help me if you have any software to get back source code from VB exe program.
View 4 RepliesI wrote an application in my free time that helps people create certain files when they want to create a custom level for some game. The application of course is completely free, I made it for fun and to help the community. That community has now requested that I also release the source code of my application, in case I stop being interested and they ever want to fix some bugs (this has happened loads of times in the past in the same community, there are loads of good applications out there with some small annoying bugs where the creator has gone missing and the source is unavailable).
Therefore I would like to release my full source code, but not before consulting here how exactly I should do it..I could of course just zip up the entire Project folder and upload it, but I feel that is probably not the best way to go about it..
[Code]...
i use this code to download the source of a page from a site
Dim MyWebClient As New System.Net.WebClient()
TextBox1.Text = MyWebClient.DownloadString("site")
but it doesn't work when i try to grab a site that has .php so how could i accomplish downloading the page source of a site that ends with .php
I've used this method tons of times, always worked but for some reason it does not work with [URL]..anyone has an idea what the problem is and how to fix (I tried also with just 'http://blinkx.com' did not work too or maybe other ways to get the source page of this website?
[Code]...
url...only after you have logged in (because then you can see your collected points)How can I do this? I tried the &password=.... thing after the url didn't work I also tried with [code]this would work but it's complicated because then you'll need to check if you are logged in, log in through webbrowser and then get source page, I think it should be possible faster..also how can I check if the page is completely loaded in a webbrowser control? now I usually go to a webpage and then continue my code in the [code]but this become complicated if I want to go to another website after that because then it starts from the beginning again and I need goto statement, etc this is really annoying and complicated after a while
View 1 RepliesI need to create a VB.NET function that takes the source code of a VB.NET console application and compile it into a console application.For example, this is the VB.NET source code for the console application:
Module Module1
Sub Main()
[code]......
i want to create an application to store all the source code snippets and help information(as i keep learning vb.net) to refer to when i forget or need help.i came across this software.., [URL]
i want to create a similar application. how do i go about creating it? does it require a database? if yes, what kind of database?
Source code for setup of vb.net project application?
View 3 RepliesIs it possible to display the page's source by opening notepad.exe (via Process.Start) and somehow set the text to the source?
View 7 RepliesI have an exe of an application.I want to automate the process of inserting start time into the text box of the application,I do not know the value of the textbox as I do not have the source code of the application.
View 2 RepliesI have a source code for C# console application (the consol is a single class application). I want it to be viewed in a textbox VB form application. Is this possible?
View 9 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]...