Retrieve And Use Icons From Particular Webpages?
Jul 23, 2008
This is what i had in mind first;
Dim myIcon As System.Drawing.Icon = Icon.ExtractAssociatedIcon(cmbUrl.Text)
Me.Icon = myIcon
But that didn't do much :s
Then i started to search and found that when you build a web page and you want browsers like firefox etc. to use your custom icon you have to name it: 'favicon.ico'.
I'm also searching to make multiple searchbars, found the one for google,
wich is quite simple;
web.Navigate("http:www.google.com/search?hl=en&q=" & txtGoogleSearch.Text)
the other ones though, i haven't found yet
View 3 Replies
ADVERTISEMENT
Jan 18, 2010
How to retrieve file icons associated with the file types and add them with the items of Listview in vb.net
i read about SHGetFileInfo but i didnt understand anything from that
View 2 Replies
Feb 13, 2011
TortoiseSVN and Dropbox both have Windows shell extensions that make file icons within Windows Explorer show a small icon beside the main one, showing the file's status - has it been synced, etc How can I make my application show icons beside files like that using the Windows API? Or is there some file attribute to do that?
View 1 Replies
Mar 20, 2010
I would like to make a image in the form representing the icon and a label below it to represent name but is there a easy way to do this.
View 2 Replies
Sep 22, 2010
I'm working with an antivirus scanner.But I would like my scanner can block websites.So that some URLs are blocked from any browser[code]...
View 6 Replies
Mar 26, 2011
building webpages is it possible with vb
View 2 Replies
Jun 22, 2010
I want to get the values from web pages using vb.net..
THIS WORKS!
<strong>PHP</strong>
<input type="text" name="sample" <strong>id</strong>="sample" value="" />
<strong>VB.NET</strong>
[Code].....
View 15 Replies
Feb 23, 2010
I currently have this code use for printing a table in mysql database , but there's a problem, the print button is also shown when I print the table. Do you know of any alternative or even a vb.net code that will print what is currently on the web browser in vb.net(the one being dragged from the toolbox used to view web pages or php files).
[Code]...
View 1 Replies
Aug 19, 2009
I am trying to create a program that will open multiple web pages at a specific time. The code works but it will open multiple windows.[code]...
View 3 Replies
Jan 8, 2011
I have done a lot of coding in vb6, in particular with winsock. I have briefly looked at .net and written a few simple programs.I need to write a server application that incorporates some kind of dynamic web pages. I have looked at ActiveX, php and asp. I need to create a website where users will log in and change values in an array. I have not done anything like this before and I am not a professional programmer.
So my question is, what is the best and easiest way to create dynamic web pages?Secondly what should I program in, vb6 or .net. I have done a lot of work in vb6 and know it quite well, however if the host server is NT6.1 I will have to supply the vb dlls. Then there is .net which I have not done much of, however I would not need to supply any extra files and finally I will start to move any from vb6.
View 9 Replies
Apr 9, 2011
I want to be able to define some namespaced constants on the code-behind of my VB.net pages. For example,
[Code]...
View 1 Replies
Jun 8, 2010
is it possible to build webpages / applications with VB?
and wich one do i need in order to do that
View 2 Replies
Jan 7, 2012
I'm starting to work through Murach's ASP.Net 4 Web programming with vb2010.
Do I leave the 2010 studio default collection of settings from Visual Basic Development to Web Development or Web Development(Code Only) in order to follow the examples and learn to develop web pages? And are there other things I should do to set up the enviornment for persuing this.
View 1 Replies
Aug 17, 2011
I can load web pages into VS 2008 and then examine each component. Is there a way to load a web page in a browser control but not make it "active" - in otherwords, If there is a field for "Search Term" anmd a button for "Search", I want the prog to diosplay the properties of those elements rather than taking action.
View 7 Replies
Oct 7, 2009
Basically all I want to do is to interact with webpages using my programs.. To be more clear, Im trying to make a chat client, but theres one thing that I dont know how to do.. For example, I want to write "hello" and press the "send" button, so it will send "hello" to the chat room... Or better yet, Let me give you a better example.. Lets suppose I wanna log into my space, but I wanna do it trough my application, so when I write the email and the password it will log into my account.
View 2 Replies
Nov 16, 2010
I am trying to have a ComboBox on my form, be able to change the selected item in a Listbox/Combobox on a website, through a webbrowser control.
For instance, here is the HTML coding I am trying to interact with on the webpage:
<select name="day">
<option>1</option><option>2</option><option>3</option><option>4</option><option>5</option><option>6</option><option>7</option><option>8</option>
[Code].....
View 3 Replies
Nov 19, 2009
After a lot of research on how to put proper maths symbols i.e. FRACTIONS in VS2008 in a windows form application, I came acroos this LAtex font which is used in webpages, can this be used in my application.
View 10 Replies
May 20, 2009
I'm practicing creating a website for a test, although I am having trouble passing varialbes between the webpage with which the user logs in, and the web page in which the user sees/amends their details (it's an online bank).
Basically, I want the user to enter their customer ID and password, then click on the 'Login' button. When the user clicks on this, I want to display their details based upon their login info (ie their own, and nobody else's bank details).[code]...
View 6 Replies
Nov 4, 2010
I found the below sample to retrieve webpages. I need to request a lot of pages from the same website which requires authentication. Because there are a lot of pages to retieve I like to speed up the requests and like to avaoid to send the credentials and also the certificate. Is it somehow possible to stay connected?
[Code]...
View 1 Replies
Nov 18, 2009
I am sorry if this is in the wrong section (vba, similar to vb.net but many differences) but I couldn't find a forum for excel vba code.
how can I get my vba macro to search a webpage and find a specific hyperlink? I can get it to retrieve data from tables but to get some data I need it to take part of a string from a hyperlink location.
View 2 Replies
Jun 13, 2009
Microsoft Web Browser to my components, which I did.Now, as the memory fades, I have forgotten the method by which I tell the web pages to open in the AxWebBrowser area.
So, to try to be more precise, I have a form to which I will add LinkLabel or buttons, whichever is correct. I have added an AxWebBrowser area on the form.Normally I would add a Private Sub with the "On Click" to run
Process.Start("www. whatever") and the link opens IE and runs the web pages.To be even more precise, I want the user to be able to open Google Maps in the AX area.But I obviously need to make the web page appear in the AxBrowser area, not open a new web pagebrowser page.
View 6 Replies
Dec 9, 2010
How can I specify a webpages url and have the source appear in a textbox?
View 3 Replies
Dec 25, 2011
I've been working on some autocomplete abilities for a webbrowser I'm building, rather like in IE or Firefox. This is what I mean: I have absolutely everything working - adding search providers from webpages, getting the search suggestions as an XML file from whatever provider may be being used, and adding them in a multithreaded manner to the combobox with all the suggestions in it.
But there's a problem. Due to the fact that the search suggestions are only retrieved (in a matter of milliseconds) after the user has typed something in the Combobox, the suggestions only flicker up, as they are modified just after the text is changed, therefore I get an effect like this:
Again, I'm pretty sure I'm getting this effect because of the fact that I'm adding the Auto Complete suggestions to the combobox right after the text is changed - so they just hide themselves again - and this process is repeated. Does anyone know any way in which I might be able to stop this disappearing from happening? Because I've had a good think about it and I can't really think of any workarounds.
View 10 Replies
Apr 6, 2010
how to make a program when i hit submit it will automatically fill in the information for example when i hit submit it on the web site fill in
username
and < it will fill those in automaticly from a textbox on my form
password.
then it will automaticly click or hit the enter key.
View 12 Replies
Feb 11, 2009
I'M trying to filter a certain link from appearing on web pages, so like if you load a certain page and it contains a certain html link code, it won't load it? Would I have to use dll injection into winsock, to filter this? Or is there another way.
View 1 Replies
Mar 21, 2011
How to load asp.net webpages faster using .htaccess.what was the coding for .htaccess so that the webpages loads faster ..i have hosted my site on ...ixwebhosting
View 1 Replies
Feb 7, 2011
I have an app with a webbrowser, and I want to navigate from one webpage to another by selecting and submitting a value in a selectbox on the page. How do I do this? The selectbox on the website has a bunch of strings (my program knows which string to choose), and I want it to automatically submit the correct value.
View 5 Replies
May 25, 2009
I have code that opens a new window but I want to be able to edit the same one. System.Diagnostics.Process.Start("iexplore.exe", "[URL]")
View 4 Replies
Feb 26, 2010
I have a project where a email is sent when the user clicks send on the web page, however the content of the email will change depending on what is inputted by the user. I have added classes to my project so that depending what is selected by the user different classes are selected and as such different emails then sent from the project.
[Code]...
View 9 Replies
Mar 8, 2010
Im looking for a smart way/method to extract the data of interest from several webpages (numbers and short strings). How to do that? the only way i know is to download the html code, put in a string and search the data on the string. are there other better method or functions to use? how to avoid to rewrite the search code all the time the page is updated or changed?
View 1 Replies