VS 2010 Make On Image To Put 3 Links
Dec 3, 2011
How to make on my image to put 3 links (like hotspot on dreamweaver) when you click on it to load something?
Example this is the image: how to make on Help when click to load something, on Hide other and on Exit other
View 3 Replies
ADVERTISEMENT
Sep 17, 2010
I made a picture box and imported an image named Title.jpg. Later I made adjustments to the picture and imported it again without deleting the original(mistake). The new one had the name automatically changed to Title1.jpg. So I deleted the original image from resources and renamed Title1.jpg back to Title.jpg.
Now I got two problems. First, only Title.jpg is on the solution explorer, but Title1.jpg(along with Title.jpg) still pops up on the resource list when I click on Image property of the picture box. There's only the name and no picture, and I don't see a delete option. How do I get rid of it? Second, even though I changed the image to the new Title.jpg in the picture box, the old one is displayed when running the app. What's up with that?
View 5 Replies
Sep 12, 2009
I'm just curious as to how some software programs that I see out there have the ability to extract links & text from thousands of web pages at an extremely high and fast rate. Has anyone here, ever created a link or text extracting program the has the ability to parse many webpages and return data into a textbox? I know how to extract links via the webbrowser control, but it doesn't seem to parse/extract data at a very high & fast rate like many email, link & text extracting programs that I see out there.
[Code]...
View 6 Replies
Aug 5, 2009
How to make Combobox1 list to have links?
Like:
Combobox1 have 2 lines in items:
Български
[code]...
View 16 Replies
Oct 20, 2011
This code works fine, the listbox shows the posts. But how do I get the posts on the front side show up as clickable links. Maybe not in the Listbox, perhaps in a panel or similar object? [code]
View 1 Replies
Jun 11, 2010
heres what i have.. and i got it fully working... except.. I can't make the links clickable to open a new web browser window for some reason.. and how would I clean this up a bit too?
[Code]...
View 1 Replies
Nov 29, 2009
i just recently started programming VB.net 2010, My background is PHP so programming is what i want to do.I have a program im making, kinda a project for myself.I have got alot of the design elements made, but im stuck on some of the items that i would like created.
1. I have Combo boxes, the names of them are "wowlocation", "wowreagon". these all have default values. How would i go into the registry get the values and if i change it it would auto put it into the registry.
2. I have a file in foulder named "realmd.***" when i choose my options from the boxes it must put what i selected into the file (The file is a normal txt file with the ext *** only), it has to pull the "wowlocation" and "wowreagon" from the DB, when it does that it is able to pick the right thing to put on,There is only 3 Values, US, EU and WTN, each will have its own text to put into the file, how would i Open that Specific file and then write the values i choose?
3. How do i make a Image Launch a Program? (The location of the file is in the registery, basicly "wowlocation/wow.exe" ?
4. I have a Status Image, i have a spasific IP, I need to check if its responding, if not itll change a image to down.png and if its responding itll change the image to up.png, picturebox name "statusimg"?
View 3 Replies
Oct 28, 2009
I'm having problems making an image properly "transparent"
Dim x As Integer
Dim y As Integer
Private Sub PictureBox1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox1.Click
[Code] .....
The initial image is Transparent, however, once you create another image very close to it, there is a "box" around it. That "box" is what I am trying to get rid of. I have no clue on how to get rid of it. Yes, I have made the image itself, transparent, as the initial image is transparent. Just any image that makes contact with the other images show the "box".
View 5 Replies
Aug 8, 2011
Im making a "offline viewer" which uses saved webpages.I'm using a web browser and a tree-viewer. Currently when you click a link for a file/ installer (for example if you click on the "The Gimp" installer link) you have to right click, and then "save target as..." and then save it (so you would then two copys of the same file) AND then open it.Is there way i could have the file open when the link click? (Again, for example, the running of The Gimp installer apon clicked, or the opening of the video file when clicked)
View 8 Replies
Dec 18, 2008
Is there any way to make the webbrowser control in vb.net open new window links in the users default browser, it currently opens all links in IE even though my default browser is firefox??
View 4 Replies
Mar 8, 2011
I can't figure out how to make my web browser open links in a new page or tab instead of IE. I've tired at least a dozen different sets of code. None of them can be manipulated to fit my browser. When my browser first starts, there's an empty tab control. I put a new webbrowser in it at runtime and set it's dock to fill. I create new instances of the browser for new tabs as well. I just can't find how to make it open links in new windows.
View 3 Replies
May 14, 2012
I want to make an image viewer in visual basic with Visual Studio 2010, but i have a little problem. I loaded an image into the program and i want to save it in another location but it didn't work. The image doesn't appear in location where i saved it. I attach a .doc with the code.
View 2 Replies
Sep 11, 2010
my webbrowser navigates to a webpage. I need to store all the links into a collection, I did find the code to do the job (on this forum) and it works, but there is a problem: there are more links on the page than those the code reads, like when i right click on a picture and choose "copy shortcut" I get a link that is not showing when I display the "view source" for the entire page. I can't figure out how to do it.
View 3 Replies
Jul 15, 2011
So I am making an app that has several buttons, the idea is when you press a button it will open a form that it's a browser, each button open a different link.
My question is if I have 10 links do I have to make 10 forms with browesers for each or there is way to each button make the browser form open the link I want.
View 2 Replies
Jan 8, 2011
In the combo box:Public Class Form1
Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged
End Sub
End Class
How can I have a box of text and each text word is linked to a website? Public Class Form1 Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged
1a. Website Name
1b. Website Link
2a. Website Name
2b. Website Link
End Sub
End Class
Is there a way of doing this? I can do it in vb6, but after moving to 2010 everything is different and I am having to learn all over again,
View 5 Replies
Jul 10, 2010
I have my app which is an internet browser using the webbroswer control, But if you click on a link in the webbrowser that is an Open in new window link then it starts IE and i know the webbrowser control is basically IE but how can I stop this an make it go to the url in my webbrowser?
View 2 Replies
Dec 25, 2011
How can I get a list of ALL links on a page after browsing to a page via the webbrowser control?
View 3 Replies
Aug 25, 2011
I'm trying my hand at making a program that crawls some of the larger retail sites for prices of products in a single category, TV for example. With Amazon, Best Buy, Walmart, Newegg, none of them are an issue so far because I can call the site using httpwebrequest and parse with regex.The one that has me completely stumped is Target. If you check this link: url...You can see that there is a grid of all the TVs they sell. The problem is that the links are not part of the original page as they do not appear when you view the source code. As far as I can tell, they're called in by some Javascript code when you load the page.From what I've gathered, loading this final content via httpwebrequest is impossible. So how are pages like this crawled? Would a workaround involve using built in webbrower tool in vb.net? That seems clunky to me. Anyone point me in the right direction
View 1 Replies
Jan 24, 2011
I'm making a tabbed web browser currently and I'm having problems opening a new window when right-clicking on the link and selecting "Open Link in a New Window" Here are the codes:
[Code]...
View 12 Replies
Sep 12, 2009
With a button click event, how do I make a picture box image property switch to a random image from the resources folder?
View 1 Replies
May 23, 2010
i have a image with four squares evenly spaced out. I want a picturebox's image to be one of the squares at a time so it's like a animation except it's only one image.
View 7 Replies
May 19, 2010
Can i make from this image to make it Loading Screen I mean i put this in Form1 [URL] And i want when the program start the progressbar (the white line to load)
View 1 Replies
Mar 11, 2010
Private Sub LinkClicked(ByVal sender As Object, ByVal e As EventArgs)
Dim link As HtmlElement = WebBrowser1.Document.ActiveElement
Dim url As String = link.GetAttribute("href")
[code]...
Okay so here's the question how do I get the links that open in a new window to open in my main webbrowser control. The above code does some, but it's not fool proof.
View 1 Replies
Feb 16, 2011
I am trying to make an Image wrapper class or something. The reason for this is that I need to output a bunch of images only, without pictureboxes. I don't want an imagelist, because I need the images along with their associated image properties which an imagelist cannot provide. I ended up with this :
[Code]...
View 2 Replies
Nov 19, 2011
I have a specific image that I want my application to look for on a specific window. I've done something similar to this along time ago with VB6, but it was slow, and it was checking for specific points in the picture rather than the whole image itself (for speed reasons). I named this image "Image1.jpg" and I want to compare it to the window with the handle "001C08F2" and class "SunAwtCanvas"
View 19 Replies
Sep 26, 2010
i have this
" Dim attatch As Net.Mail.Attachment = New Net.Mail.Attachment(D:MyImage.png)
mail.Attachments.Add(attatch) "
but i want it she take the image from PictureBox1.Image
like:
" Dim attatch As Net.Mail.Attachment = New Net.Mail.Attachment(PictureBox1.Image)
mail.Attachments.Add(attatch) "
but he say error in the part "PictureBox1.Image"
View 4 Replies
Jun 10, 2011
I'm storing images in a List Of Image. When I want to clear/remove all the images it contains should I dispose & set each item to nothing before using .Clear? Or can you just call .Clear? I'm doing it like this for now...
' remove all images in list of image named "images".
For i As Integer = 0 to images.Count - 1
images(i).Dispose()
images(i) = Nothing
Next
images.Clear()
View 4 Replies
Apr 5, 2010
I have a background image and i'm trying to make a custom gui for the app, which goes around the image, and of course its an irregular shape, so i thought that i could use the region and so i used several ellipses and the i tried to add a rectangle but the parts that overlap invert the path therefor the part that overlaps is now transparent and not part of the window.
What I would like to do is get some examples of using all the curves, lines... and be able to make one region that is connected with all those paths that are made.
View 1 Replies
Feb 20, 2009
I need to make a greyscale image from an array. The array is 120 * 30.
Each pixel needs to be 1*4 in size producing a final image of 120 * 120.
View 3 Replies
Jan 24, 2010
For my own amusement more than anything I am trying to create a program that has a world map then when you click on each country it leads to another form. At the moment I have the World Map as a background image on a forum, The only way I can think of at the moment is to have picture boxes but the countries are too packed together for this to work effectively and I believe that you can have transparent backgrounds on picture boxes.
View 3 Replies