blah blah blah is here! blah blah » Close

0
votes
0 answers

VB + Excel interaction help

Hi guys. I am hoping someone would be able to help me with this project I am working on. I have an excel file that my vb project reads and writes to. The text from textbox1.text is stored to this excel file in cell(1,1). 1) How can I ...

0
votes
0 answers

A few questions

Hi guys. Been a while since I have asked anything here and the same amount of time since I worked with VB2008. I have decided to make a program for my uncle and then try to sell it to a larger company if it works the way I think it can. ...

0
votes
1 answers

VB Comp search program

Hello all. I am designing a program that will search for a specific .exe because people who try to find it themselves have a hard time. I came across the following code : [code]Private Declare Function GetLogicalDriveStrings _ Lib " ...

0
votes
1 answers

VB Censor

In my next program that I am writing, I am trying to put a limit on what words that people may enter into a textbox. What I originally did was : If TextBox1.Text = "blah" Then MsgBox("blah is not an allowed wo ...

0
votes
1 answers

VB Combobox question

Its me again =) I am trying to make a new program this time where I have multiple combobox's. I want to have it set up in the following format : If ComboBox1.Text = "userchoice1" Then ComboBox2.Items.Clear() ...

0
votes
1 answers

Some (simple) VB questions

Hello. I am new to this site as a friend recommended it to me. I am also very very new to Visual Studio 2008. I decided I wanted to make a program for a site I use and got all the designing done, but I need to make it functional now. I'm no ...

Feedback