Can someone post a beginner Visual Basic program?
stlsigma2 asked: I just want to see what the language looks like. Maybe something simple like outputting “Hello World”
how to connect to an excel database using Visual Basic 2008?
frosty asked: hey guys, i have set up a calculator in excel and would like to make a visual basic program to make the calculator easier to use, how do i connect to the data in excel from Visual Basic 2008? when that is done, how do i set cell refs to form components such [...]
A program from visual basic?
cherry_alifani asked: can someone tell me how to make a simple program which can adapt an equation of circles to a circle drawing in the point of coordinate using the visual basic program? I’m not really confused with the codes, but what I want to know is where can I find the coordinate or circle [...]
How do I write this substring code in Visual Basic?
Robert Nesta M asked: I am writing a Visual Basic program, and I’m wondering what to do.
I want to write an if/then statement, where IF a certain substring is contained anywhere in a string variable, THEN this certain event will execute. But I’m not sure how to do that. Help?
Really Challenging Visual Basic Question Problem?
ABC asked: I have a little problem. I need to create a visual basic program that allows the user to enter 2 numbers and the computer will give the results whether the user clicks multiply, add, subtract, or divide. Now that is the easy part. However i dont know how to make it so that [...]
How can I check if a file exists on the computer by a Visual Basic program?
SB asked: I want to make a program that checks for a file if that file exists or not. I am adding certain actions that the computer will do if it finds that file but how can i make it check for its existance?
how to make a visual basic program to record a 2 pin connection on a serial port?
baseballman999 asked: I run a retail store and i would like to know how many people come into my store by counting number of door openings. Using a magnet switch on the door and running it to a laptops serial pins and writing a program to record it all. Any help would [...]
how would you call data from documents in visual basic?
someone… asked: i am trying to call information from a text document into a visual basic program, but in order to do this i need to know how to call data from other sources. please help.
question for visual basic for calculate the sum of the number digits?
ymdian asked: Write a Visual Basic program that will take an integer as input and return the sum of that integer’s digits. For example: if the integer 32456 is entered, the result should be 3+2+4+5+6 = 20. The integer can be of variable length (it can have any number of digits). You should use a [...]
Visual Basic?
Yahoo Manager asked: How would I write a visual basic program that will generate 10 random numbers, store them in an array, then output the the highest and lowest values