How to Unlock a Folder Locked by Another App
Hey all. I have been researching this problem and am basically coming up empty. I need to do in code what Unlocker essentially does as an app...That is, remove a lock on a folder that has been locked...
View ArticleModifying arrays
I have 3 Arrays Dim StudentNames() As String = {"Dave", "Brian", "Richard", "Phil", "Vlad"} Dim ClassTestScore() As Integer = {"0", "0", "0", "0", "0"} Dim ConicalBasketMark() As Integer = {"0", "0",...
View ArticleHow to include the same EmailModule in several different Projects in vb 2010...
Using vb 2010 Express. I have created a Public EmailModule that I pass values to which Sends out Emails. I would like to call this Public EmailModule from many different Windows Form Projects. How can...
View ArticleError message
Hi .. When running a message appears Error message : NullReferenceException was unhandled code Code: Â Â Public Shared Function GetNonWorkingDevices() Â Â Â Â Dim pc As String = "." Â Â Â Â Dim wmi As...
View ArticleSequential Access file
Hi Everybody, I have been working on this assignment for quite a long time and now seeking help. I need to create a visual basic application where an organization needs to save each respondent's...
View ArticleTextbox Question: Why does this only work one time
I have a textbox which I load with a single line of text in Form_Load() and also I have Text1_GotFocus event like this: Code: Private Sub Text1_GotFocus()  '  ' appears to only run on Form load  '...
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 Articlewebbrowser set focus last line
can anyone help me to make source code for webbrowser auto scrolling me make a chat client but i dont know how i can get last line of webbrowser for set focus sry for my bad english Thanks In advance
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 Article[RESOLVED] "Could not update; currently locked." and MS Access / VB.Net
I have a VB.Net (VS2010 and Framework v4) application that uses the BackgroundMultiWorker (by jmcilhinney http://www.vbforums.com/showthread.p...undMultiWorker) to collect data from various financial...
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 ArticleRequesting help copying mp3 files from PC to cell phone
My daughter has an AT&T cell phone. I can tell you more about it, if that's relevant. It is not a smart phone. It does have the ability to play mp3 files. We have mp3 files on our PC. I purchased a...
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 Article