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 Article[RESOLVED] Turning 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 ArticleStoring directoy information
What I am trying to accomplsih:Get the CreationTime of two folders from a directory Store those times in an array Compare those two values in order to see which one has a larger value ( How do I...
View ArticleInstalling fonts
Hi, I seem to remember that just putting a font file into the Windows Fonts folder isn't enough, I think I have to 'tell' Windows that it's there? I have a program which works fine until such time that...
View Articletextbox input and infinite loop
Hello. I'm new to programming and VB. Taking a introduction to computers, and one of the assignments I was given was a random number guessing game. Quote: Originally Posted by textbook Create an...
View ArticleStopwatches not in Sync?????
I have a program that logs (supposedly) 90 data points per second. I have a stopwatch that starts when the program opens and as each data point is logged the elapsed time of the stopwatch is also...
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 ArticleIssue with loginsystem
Hi all, i have an issue with my loginsystem and seek for some geek help :bigyello: When using the first made user (admin) the system does what it needs to do. But when i try to login with a different...
View ArticleHelp reading from csv file!
I'm creating a program that reads values from a csv file and then displays them into a datagrid. The only problem is I have no clue how to do either of the two tasks, any help would be greatly...
View ArticleVS2010 Endless Loop
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 Article