Download file that is not direct link
Hello!! I tried to download a file that the url is not a direct URL. The url is like: http://www.webpage.com/original/XXXX/0 Results: - If I enter the URL on my navigator, the navigator redirects to...
View Article[RESOLVED] How to determine the name of a PictureBox created during runtime?
I'm trying to figure out how I can implement a Click selection event for my movie manager/database. I want to be able to click a PictureBox in order to retrieve its information (movie name) which I've...
View ArticleI need an event but don't know which one
I have a movie manager database and I need an event handler for when a row is added, but AFTER its first column is entered (which is the Film Name, which I need to call some other methods). I've tried...
View Article[RESOLVED] I need an event but don't know which one
I have a movie manager database ( use a datagridview to display a user's database) and I need an event handler for when a row is added, but AFTER its first column is entered (which is the Film Name,...
View ArticleVS 2010 Random sentence generator question
Hello everyone, I'm trying to create an application that uses random-number generation to create sentences. i have to have 4 arrays, which i think i have done correctly and pull the random words from...
View ArticleLoading .txt file into multiple ListBoxes
Hi there, Just a quick question...having some trouble getting my current assignment started. I need to be able to load a .txt file into multiple List Boxes on startup of the application. The text file...
View ArticleVS 2012 Having trouble grabbing certain text from string
------------------------------Main Problem------------------------------ So I am making a game and within the game is a pretend terminal and lots of programs. A certain goal I wish to achieve to allow...
View ArticleVS 2010 Saving combo box and radio button items to SQL server05 Database
good day everyone, im trying to make a registration form and trying to save what's being input to the database, but im really having a hard time saving them and i have some errors when i put the codes...
View Articleprogrammatically select one element in html-page
How programmatically select one element in html-page in WebBrowser, for example Table with id="Table1", and copy to clipboard?
View ArticleVB.net 10 - Modules
I am trying to create a module that I can use on multiple forms to carry out the same action. I want it to close the current form it is on (no matter which one it is on) and open the specified form....
View ArticleVS 2010 Listview not displaying all data
I seem to have a strange problem where Listview is not displaying all of the data from the db. It displays the first field but everything after that is blank. I think it has something to do with NULL...
View ArticleVS 2012 Drag and Drop Images from web browser into a PictureBox?
Hi guys, I'm making an app that needs to drag images from the browser into a picturebox inside my app, from which I will later save the image when needed. The problem is that, with the code I've got,...
View ArticleVS 2013 Finding Position of object in list
Hi, I am trying to get the value of a position of an object in a list, however I cant seem to find a way to do so. Any ideas? Thanks
View Article[RESOLVED] I would like to make the area of a polygon selectable instead of...
I have the following code. The problem is, if i move the mouse in the picturebox, only the exact points of the polygon execute the me.text code. Otherwise, the contains method does not recognize the...
View ArticleVS 2010 Spelling program with linking back to the database. (VB.NET 2010 &...
First of all, I just want to say that I'm new to VB and if some of those things are easy to do and I'm asking for help with them, then now you know why. Anyway, my task is to create a program that will...
View ArticleI need to add lines that connect these rectangles
Here is the code that I'm using. The problem is, that every way that I tried to add lines between the rectangles, it always connected from each point to the mouse position. That's not what I want. What...
View ArticleGraphical Analog gauge?
I am looking to design a custom analog gauge and need a bit of help since I am quite a bit rusty in VB since the last time I used VB was when VB6 was new :) To make things as simple as possible, I...
View ArticleVS 2013 For each loop with every item in list box?
Hey guys, So I have a simple listbox with an add and remove button. After the listbox is populated(maximum of 6 items), I need to do something with each item, but can't seem to get there. Code:...
View Article[RESOLVED] Where in code to put AddHandler
Hi, I'm using dynamically created "Transmitters" and "Recievers". The Recievers are created once during the Load-Event of the Starting Form. The Transmitters get created and deleted during runtime. For...
View ArticleVB Tools for Toolbox?
Hey, not exactly a question, but I couldnt find anything on Google (maybe its my keywords), except for "How to add custom items to the toolbox", "my common items are missing from my toolbox", and "How...
View Article