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 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 ArticleHow can I work a collection based off of more than 1 member of a class?
I have a question! I have a custom class - Code: Public Class Location Private m_Id As Integer Private m_Name As String Public Property Id As Integer Get Return m_Id...
View ArticleVS 2012 how to repeat routine
I have a small piece of code I've been working on that should do the following: Upon entering certain information, it will display a visual representation of a column layout like this This works fine...
View ArticleVS 2010 Only show certain items on LV based on category text in file?
hi i want to show only LV items if the category text in file matches nscombobox1.text..... here's my code: Code: Imports System, System.Xml, System.Collections.Generic Imports System.ComponentModel,...
View ArticleVS 2013 Easy way to mask a menu strip to other forms?
I have multiple form controls in the menu strip that do things such as keep a secondary form open and hide the main form, clear all inputs on the main form and set focus, etc. What is an easy way to...
View ArticleVS 2012 Optimizing Loops for Speed.
I have some code I wrote whilst programming a calculator. Basically the code will loop 53 thousand times before it then writes 53 thousand items to a ListBox control. I'm fairly new to programming, and...
View ArticleVS 2010 Deleting a file from an FTP site (am I doing it correctly)
Hi, I currently have the following portion of code below, which deletes a file "solarradiationchart.png" from an FTP site, from within my program. But a couple of users are having problems with my...
View ArticleWhich Windows XP Versions come with .Net framework 2.0 by default?
I believe there are some Windows XP versions which do come with .net framework 2.0. I need to know which versions. I tried using google but i got so many different answers. Thanks.
View ArticleVS 2012 screen scrape using regular expressions not working
I am having trouble with a screen scrape using regular expressions. Here's the html: <div id="container" class=" narrowContainer" > <nav id="sitenav" class=""> <div...
View Article