Could you give me an example of how to make a website?Remember, I was trying to make my business in the future.I will accept the codes if you can give me an example of how to make a website.
I made web browser which consist address bar that I use it to type addressess in it i.ewhen I type [URL] it opens [URL] but when I go to anther page in google it doesnot show it's link in address bar lix InterntExplorer or other international browsers so how to show any link or any sub page's link in my browser address bar ?
Im using VB2005 express and the app im creating uses the web browser control.Basically I want to know if its possible to make the web browser control connect through a different ip address and port from your default web browser.
I'm currently trying to teach myself VB. I'm trying to automate a web-browser to go to a certain website. I wish to place the script on my desktop. But I keep getting syntax error 800A03EA. Here's my code.
I'm trying to load a specific game (Kingdoms at war, www.kingdomsatwar.com) into a web browser on my visual basic 2010 project (i dont mind if its a webbrowser, AxWebbrowser or Axshockwaveflash, it just needs to be in my form).
To answer this question you may need to go the extra mile and join the game to try what im asking Ok so details:
I have a few issues when trying this, I create a form with a standard web browser and change the url to www.kingdomsatwar.com , when it runs it will go to the website however when clicking the login button it will go to a black screen with a bit of writing cut off in the top left corner (which i found out was "Page Loaded"), so thats the first issue.
However this can be temporarily fixed by right clicking and going to "forward" or "play". After this you will go to a login screen where you can enter your details, however after this it will load the game with a "cannot connect security" (which may be a game issue, however i need to know how to make the vbwebbrowser work like internet explorer, which will load it).
This game runs in flash, so i need to know if there is any special way to make the vbwebbrowser work properly like the internet explorer version works with the game.
I tried running the game's url itself (using mochigames), which is http:games.mochiad.../play.swf?q=243 , (i have tried this in the vbwebrowser, axwebbrowser and axshockaveflash) and they all won't load the game (they will load the game when not logged in but wont load an account)
I know this is a very specific question and can probably not be solved but if anyone has some spare time, could they create an account and give it a shot. All i need is a form which will load a www.kingdomsatwar.com account on it.
I coded a web browser over the course of a year called Nova - very advanced with tabbed browsing, bookmarks, homepage, history, etc etc etc etc. I could go on all day about how advanced it is. But.. there is one flaw. You cannot make it the default browser; I don't know the code!I already know the CommandLineArgs stuff so it actually opens the HTML file rather than just opening the program; in fact, I already can make files open with Nova completely. It's just the other stuff - you know, when a website is to be opened from a help file or something, it opens with Nova, Windows recognises it as the default browser, stuff like that.
Other topics around the Internet are all unfinished topics, so I'll ask this myself. How do I set a self-made browser as the default browser? I know it has something to do with accessing the registry and checking what the value is in some places, but I'm not quite sure. Now, I've made this browser called Nova;
very well coded and advanced, tabbed browsing, bookmarks, homepage, history, can change default search provider, uses Gecko as its engine so it's not just an IE shell, etc. It's been developed over the past year and will still continue to be developed. I'm almost ready to release the first version - but I just need this annoyance solved.
How do I make my web browser made in visual basic the systems deafult web browser, as well how do I make a feature that checks that the program is the deafult browser.
Well i hate Web browser, sometimes I use this code to check if the document completed and it stops there for ever.
PHP While MyBrowser.ReadyState <> WebBrowserReadyState.Complete Application.DoEvents() End While
Sometimes it stops on that code and I don't know why!!!So is there any other method to read a text from a website, or if the code i am using is wrong, whats the right one ? I use this code to check if the document completed loading.
I am building an desktop app. In which I have to use a web browser. (with url: facebook.com) but I have a problem. This website runs in regular browser smoothly but in application it halts the computer and on and off I think it is due to heavy use of memory.
Well I know this could work for a browser with no tabs:
Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted End Sub But the thing is, I do have a tabbed browser. I tried this code, But it didn't work.
I have a hidden web browser, two text boxes, and a button. I can add the login information to the forms on the web page, but how do I login? Heres my code so far
[Code]....
Basically I want to grab the ID of the sign in button (the name/id is SI) and click it. I've tried RaiseEvent(Click) and Click() but neither work...I'm not sure about the syntax and how it works in general....I don't even know if I'm doing it right.
So I've made a program in VB 2010, and it has three comboboxes and a button to view. Now lets say my first combobox is "Type of website". The options are "search engines", "social networking" and "news". The second combobox values would depend on what the first combobox value is selected, like if it was "news" the options would be "technology", "uk", "us", and "world".
The third combobox would then use the values in the first and second comboboxes to give even more values, for example if it was "news" and "technology" the values would be "engadget" etc. Then the view button would open the selected website in an internet browser. How would I code this?
The VB.Net desktop app uses the IE browser control to navigate the web. When a normal page loads the document_complete event fires and I can read the resulting page and go from there. The issue I am having is that the page I am driving is written with AJAX, so the document complete event never fires. Furthermore, when you view the source of the page after it loaded a new portion via AJAX, it hasn't change.
how do I create a label that when clicked by the user, it will open a website using the default browser. I have seen the control LinkLabel but I do not know how it works or how to use it.
I have an ASP.net 3.5 website and I am using vb.net in VWD 2008 Express, I am also using MS SQL Server 2008 Express, I used ajax tabs and a textBox charavters counter control develped by [url]...The database is attached with MS SQL Server Management Studio Express and the files are stored in the SQL default "Data" folder.
The whole project's code and forms are stored in a folder in my E drive.I need to hand the whole project to another coworker who have to finish it, please describe in steps how can i make my website portable (like i can put it all in a folder that he can carry around in his flash disk).
Im trying to make a frame on a website refresh with a new src.
This is my function in a seperate module PHP
Public Function StatusRead() If Form1.WebBrowser1.ReadyState = WebBrowserReadyState.Complete Then Dim theStatusCollection As HtmlElementCollection = Form1.WebBrowser1.Document.GetElementsByTagName("frame")
[Code]....
The flag is declared at class level in my form1.vb and the reason for the flag is to stop the frame endlessly refreshing
1. How do I make a VB button open a website? I want it to open the website using the default browser.
2. Is it possible to me to have VB look for a program? Right now one of my buttons will open a exe, but only if its in the same folder. How can I make it so that it can look for the program?
3. I want to add a "help" button so that when a user clicks it they will see a box with some info.
I'm making a small web browser to put in a program. Basically its a tab control and a button atm, when the buttons pressed it uses the code below to add a new tab and make the tab a web browser. [code] What I want is when I navigate to a web page for the tab name to be the title of the web page (instead of tabpage1, tabpage2 etc). I was told to put the below code in the web browser navigated sub but seeing as that sub isn't available because there isn't a browser in there until its running I have no where to put the code. [code]
-How to use my own browsing history (without adding pages to history of IE)
-How to zoom in and out a page
-How to make my browser remember last page [ before closing (something like a autosaving/opening txt file)
-How to copy Project .exe file and make it work on other pc's (because copying C:Documents and SettingsuseraccMy DocumentsVisual Studio 2008ProjectsProject nameProject nameinDebug doesnt [maybe because framework or something isn't installed in other pc] please explain)
-How to copy with my own button (form selected text in webbrowser) ?
-How to get the icon of Website to a picturebox ( or to webbrowser icon )
Basically I want to make a Web Browser in VB in which will load up websites, let me login, etc.... but I want to make it change what I see visually on my computer, not the site itself, but what I see when a site is loaded.
Like say I know a website that has spelling errors and code errors and stuff, then I can code for my browser to change those words automatically as the page is loaded, but also being able to login on the website and everything still.
I don't know if this is possible, and I know it's like kind of possible for IE itself with stuff like GreaseMonkey for IE, and the same for FireFox, so how to build an VB app which will do this either directly in IE or from within my own custom VB app?
I actually know do webbrowser but what i need is :
-How to use my own browsing history (without adding pages to history of IE)
-How to zoom in and out a page
-How to make my browser remember last page [ before closing (something like a autosaving/opening txt file)
-How to copy Project .exe file and make it work on other pc's (because copying C:Documents and SettingsuseraccMy DocumentsVisual Studio 2008ProjectsProject nameProject nameinDebug doesnt [maybe because framework or something isn't installed in other pc]
-How to copy with my own button (form selected text in webbrowser) ?
-How to get the icon of Website to a picturebox ( or to webbrowser icon )
How can i make this code execute the times that TextBox1.Text indicated?It should be some kind of loop. but i want it to repeat this every 100 milliseconds?
1. What is the best when user doesn't have to see a website: WebBrowser Control, WebClient or something third?
2. How to get element by id in WebClient Class.
3. I am trying to make a program that will read stats of a website from Alexa. How can I make a code that will read Alexa Traffic Rank if code looks like this:
<div class="data up"> <img src="/images/icons/globe-sm.jpg" alt="Global" style="margin-bottom: -2px;">1,126</div> 4. Can someone show me an example of Google parser?
i want to make a website builder which has the html code already written so all you have to do is check which boxes you want and click next or back to go through the process of making a website with specific code implemented in it.
I was wondering how I could make an application that searches a certain website for a specific string. Or, if I could, list the search results in a listbox. Reason for: I wan't to make an application that searches serial websites for certain serials. Like 'Craagle'.