VS 2010 Need webbrowser click event
Hello. I want to know if there is an option to detect a webbrowser event: every website I navigate, I need to know if user clicked a textbox, richbox etc (any object where user can write text), and...
View ArticleTurning off an Implementation
I have a form that implements System.Windows.Forms.IMessageFilter. The implementation of this interface requires a certain method that intercepts windows messages of certain types so that you can do...
View ArticleVS 2010 How to Update the access table rows with relative rows from another...
Dear All, I am creating a simple banking application for my college project in VB.net 2010 with access 2003 as back end. I have created four tables as CashDepositReg, CashDepositTran, CashWidrawReg,...
View ArticleCheck integer value to arraylist value
Hello dear programmers! My program has 2 labels which when pressed increment an integer. I add the value of the integers to an array which I sort. I then compare the value of the integer back to every...
View Articlehow to load certain text to listbox
my text file looks like this apple 2 $1 oranges 1 $1 mango 5 $1 cherry 4 $1 how can i load just the names into a list box? thanks
View ArticleVS 2010 How to take data from HTML grid and put into VS grid?
I wanted to take the text data from a website grid and put it into VS. All of the columns and rows of text must be in order. How would I do this?
View ArticleVS 2010 Program hangs when debugging with no error messages
I have a program that using DirectX.DirectSound that generates various audio tones by filling a buffer with data, including all the required header bytes for a WAV format file. I've used this technique...
View ArticleVS 2010 Me.Form1 ?
I'm trying to put a file path/name in the form's title. Can anyone tell me how to do this? Below is the code I have so far. I'm using me.frmTitle but I get an error. Code: If ofdOpenFile.ShowDialog =...
View ArticleVS 2010 Problems with final project for college level programing course
Hi all, I am working on a final project for my college level programing course. We are using VB 2010. The program I am trying to write is a program to create a monthly budget based on the information...
View ArticleMysql
Look I am trying to read many posts but I need someone to reply on me please ! I made a register form and I want every Username and Password is putted will be saved, any idea how?
View ArticleRadio Button Problem
Can anyone tell me why I am not able to select 2 Radio Buttons at the same time. In this program I am suppose to select a doughnut and a coffee choice but when I run the program I can only select a...
View ArticleVS 2010 Licensed setup
Hello Guys, Is there a way to create a licensed setup so that if I want only 5 users to install the application it should be installed on the 5 machines only. Apart from that more interesting challenge...
View ArticleConnection from vb.net 2012 to mssql server 2012
Hi all, please can anybody give me a guide that how to make a connection to database, what asi know is Dim sqlconn As SqlConnection ================================================= Try sqlconn = New...
View ArticleVS 2010 DataGridView Assistance. Selecting next row/call
Hey, Here is the problem I am having. I have a datagrid view where some of the row's visibility is set to False depending on the users input. That means that it is possible for the first 3 rows to have...
View ArticleVS 2012 Is Intellitrace worth the extra $$$?
:wave: We're going to be doing a new project soon in VS2012. I have read about Intellitrace, and how that it's only available in the 'ultimate' version of VS2012. So I'm wondering if anybody has an...
View ArticleVS 2008 When opening Form auto generate Next number in field from SQL List
Hey I am REALLY new at VB and teaching myself as I go. I have run into an issue and not been able to find a solution so far. What I want to do is when I open my new work order form the form generates...
View ArticleVisual Basic help
I need help making 2 forms 1 ) Create a function that takes an array argument and returns the lowest number in the array. 2) Create a function that takes an array returns the average I need to make...
View ArticleVS 2010 Remove a specific character from a string
Okay, so I'm trying to validate a string which is a name so that it the user accidently entered a space at the end or beginning it'll remove it. I have this code Code: If...
View ArticleFunction(n) - LINQ
I'm not to familiar with LINQ, so I'm trying to familiarize myself. I'm starting by finding examples that were posted here on the forums. One example is this thread, where I posted a solution that's 19...
View Articlecopy , rename and paste files in vb2010
hello, what i am working on is a project that will take a files based on finding an index of a variable in the file name. it will copy and move those files to a new location with a new name. i have the...
View Article