hidden pixel

Visual Basic Answers

What is the best way to learn visual basic?
Q. what is the best training material for learning visual basic? I am highly interested in starting computer programming but I just don't know a good source to start learning from anybody have recommendations? If possible I would prefer video learning over e-book but either is fine. thank you in advance!
Asked by Majestic Computing - Sun Jul 26 19:58:39 2009 - Programming & Design - 10 Answers - Comments

A. Check local library. = May have tutorials on DVD - On-line Tutorials - -
Answered by tbshmkr - Sun Jul 26 22:36:05 2009

Any good tutorials on how to start visual basic programming?
Q. Next semester, I'm taking visual basic as a business class. But, I have no idea or hint how to program. Wheres a best place to start? I have books but they seem to be at first obvious and then confusing. I'm lost! What if I go to class not knowing at all what there talking about? Please help!
Asked by Connorclr - Mon Sep 15 20:08:03 2008 - Programming & Design - 3 Answers - Comments

A. book : "Database programming using Visual Basic 2005" this site is good for beginners
Answered by HominoIdea - Sun Sep 21 03:39:22 2008

How do you Get Visual Basic 2008 Project so when I double click the program runs automatically?
Q. Let's say I make a Visual Basic 2008 Project. How do I send it to somebody over File Factory and when they download and run the program comes up without all the "You need Visual Basic 2008 to run this program" just it runs automatically. Like when I double click it runs. Specific Instructions would be a great help. Thanks.
Asked by leeroy jenkinz - Wed Nov 26 22:56:32 2008 - Programming & Design - 3 Answers - Comments

A. Simple, I'm confident that you are asking how to make your Visual Basic Project file into a file format that is compatible with other computers that do not have visual basic installed. And Visual Basic can do that! You can make your project into an EXE So during your project go to Menu Bar > Build > Build "Yourprojectname" After selecting that, VB would have made your project into the executible. To find that executible go to your documents > Visual Basic 2008 Folder > Your project folder > Your project folder again > bin > Release. And it should be in that folder path. Right-click and select "Properties" for all the files in there and check what type of file it is, The one you find that says it's… [cont.]
Answered by Mark - Thu Nov 27 04:28:15 2008

What program do you have to download to program lego mindstorm with visual basic?
Q. I have heard that you can program lego mindstorm with visual basic. I am learning visual basic. The programming language that comes with lego mindstorm can't do as much. So can you program lego mindstorm with visual basic or is it just java and C++.
Asked by sgulsach - Wed Jul 22 14:40:52 2009 - Programming & Design - 1 Answers - Comments

A. you can do it in vb.net you need ms robotics studio...
Answered by Greg M - Wed Jul 22 16:12:05 2009

How can i learn visual basic for free without going to some institue or school?
Q. How can i learn visual basic for free without going to some institue or school?
Asked by SJC Young Money - Wed Aug 29 16:43:46 2007 - Higher Education (University +) - 1 Answers - 1 Comments

A.
Answered by yanks006 - Wed Aug 29 16:51:51 2007

What's the difference between Visual Basic and Visual Studio?
Q. Does Microsoft Visual Studio (The most recent available, don't know what version) include visual basic, or can it be used like visual basic, with VB code?
Asked by sdbinwiiexe - Thu Jan 29 19:02:34 2009 - Programming & Design - 3 Answers - Comments

A. Microsoft Visual Studio 2008 includes many different programming languages. I know for a fact it has VB 2008 and C+ Visual. Note VB.net code works find in VB 2008
Answered by Devin T - Thu Jan 29 19:07:57 2009

How to export visual basic 2010 data to excel?
Q. I am writing a budget program in microsoft visual basic 2010 and I want to save certain variables from the program to specific cells in an excel spreadsheet I have created. Optimally I would also like to read cells from the same file when the visual basic program is opened.
Asked by - Wed Apr 20 18:16:54 2011 - Programming & Design - 2 Answers - Comments

A. Below is sample code which will open an Excel spread sheet that is saved in C:\ as Book1.xls. Create this empty work sheet before running this program or edit the code to point to another location where there is an excel spread sheet. Also there must be a Sheet1 in the workbook. Again you can change the name in the code if you want so long as the workbook contain what ever worksheet name you type. This program is to illustrate some techniques for working with the Excel Object as has zero error handling The program will add some data to the sheet (Celsius and Farenheit temperatures) then read that data and compute an average and write that answer to the sheet. Because you are working within Visual Basic you will be using an Excel Object to… [cont.]
Answered by - Thu Apr 21 18:10:23 2011

How can i send a Visual Basic File to someone who doesnt have it?
Q. I created something in Visual Basic and want to send it to my friend. He doesnt have Visual Basic so what can i do to make it usable? Do i have to convert something?
Asked by Kylanca - Tue Apr 13 20:20:41 2010 - Programming & Design - 3 Answers - Comments

A. When your program is open in Visual Basic, go to toolbar, find "build" and click Build-->Build -your project. Then go to your folders menu--> Visual Studio-->Projects-->your project-->your project-->bin-->Release and copy all the files here. There will be an .exe among them. When your friend double clicks the .exe file the program will run on his computer. Of course he will have to have the latest .NET Framework (3.5) installed in his computer in order for the program to run properly. Happy programming!
Answered by kataruna - Thu Apr 15 01:44:10 2010

How useful is Visual Basic for web programming? Is it still commonly used?
Q. I know I've seen stuff with is and ASP.NET, but I'm still pretty unfamiliar with all web service terminology. I'm about to take a class on Visual Basic, and I'm planning to be a web developer. Will it help me?
Asked by Waldo - Thu Feb 26 15:26:22 2009 - Programming & Design - 3 Answers - Comments

A. Yes!!! VB is still extremely common for ASP .NET development since it calls pretty much the same librarys as c#. People like it because it's a wordy language which doesnt have all of the punctuation - easier to follow if you ask me because it offers a smooth transition from psuedocode to real code.. Here's also a fun fact for you, the newest version of the silverlight compiler was written in VB! All of the .NET languages are pretty much on par with each other when it comes to web development; I have personally done some amazing things with VB. Take the course, and good luck! :)
Answered by Sun - Thu Feb 26 15:31:54 2009

How Do I get visual basic to read IP addresses from a file, and then perform an nslookup on them and export?
Q. I have a list of IP addresses in an excel spread sheet. I would like to create a visual basic program that would read the sheet, and perform an NS lookup on each IP address then export the information to an excel file.
Asked by mark_pugh2001 - Wed May 19 15:56:32 2010 - Programming & Design - 1 Answers - Comments

A. Try to search for VB sample code from Jason Lee
Answered by Jason Lee - Thu May 20 10:00:55 2010

How can I install Visual Basic 2008 on a pen drive?
Q. I like to "play" with Visual Basic and create some apps. In my school, in the free time i go to the library and go to the computers. Unfortunately the computers are protected and don't allow me to install visual basic. Does anyone know how to take it in a pendrive?
Asked by Edu - Tue Jan 19 17:28:22 2010 - Programming & Design - 1 Answers - Comments

A. Hello On this page you'll get the requested information.
Answered by DnyiEL ufEnShIayiEb - Sat Jan 23 15:46:42 2010

How to add an excel workbook to a visual basic program?
Q. I am making a steam table calculator and i want to add the file of the table to the Visual Basic program so that i can search on the properties depending on the state(i.e. sat. vapor, saturated liquid, superheated vapor). Also what code i am going to use to perform the searching on the table using Visual Basic Language. Another one, i will have to interpolate if the given quantity is not really found in the table but between the data of the table.
Asked by fnat - Mon Nov 17 06:20:38 2008 - Programming & Design - 1 Answers - Comments

A. If you just need to search a table and do calculations, you can do all this in Excel VBA, which is a programming language that interfaces with Excel. I cannot give you specific code to use without more specific details about your problem. However, I highly recommend reading "VBA for Modelers" by S. Christian Albright. It is very easy to read, with plenty of examples and problems to work through.
Answered by Math Wizard Level 23 - Mon Nov 17 22:09:39 2008

How to close a Visual Basic application with multiple forms?
Q. I'm a beginner with visual basic. In two of the three forms on my application, I made buttons which use .close to exit all the forms. This doesn't seem to work because it says it is still debugging. I've tried disposing them to but that doesn't work. It works when I click it when it first opens the form but if I go to the other form (which has a main menu button which closes itself and the other form, and opens and disposes the menu form (the first form). Is my problem here or did I do something else wrong?
Asked by flaminmonky - Sat Mar 13 00:42:28 2010 - Programming & Design - 1 Answers - Comments

A. Close just works on the current form..(unless its the parent MDI form which case the child forms would also close ).. Try using END to terminate the entire program.
Answered by - Sat Mar 13 09:55:22 2010

What version of visual basic studio for beginners?
Q. K so I want to learn visual basic 2010 and was told to get visual basic studio to work with. Problem is I don't know which one as there does not seem to be any sort of beginners version but just ones like professional or premium its confusing. For anyone with experience with using visual basic studio please can you tell me what one to download to work with for a beginner like me. Thx.
Asked by - Mon Sep 20 05:44:59 2010 - Programming & Design - 3 Answers - Comments

A. Start out with Visual Basic 2010 Express Edition. It's free and is made for the student and/or hobbyist programmer. You can download it here:
Answered by - Mon Sep 20 05:50:54 2010

What level of Computer Programming is Visual Basic for Microsoft Excel considered?
Q. Is computer programming Visual Basic in Excel considered computer programming Visual Basic? Or can a person be considered a Visual Basic Programmer with only programming Visual Basic in Microsoft Excel.
Asked by Fareeda - Sat May 15 01:10:33 2010 - Programming & Design - 2 Answers - Comments

A. VBA (vb for excel) is considered really more scripting rather than full on programming, its very simple and while you can do some cool things (within excel) you're not dealing with about 90% of the things full on software development deals with.
Answered by eli porter - Sat May 15 01:28:22 2010

What website can teach me all about visual basic language?
Q. I am a beginner at programming and i have found this program called visual basic 2008. I have downloaded and Installed it. I find it easy to use but I want to know a bit more about the language (visual basic language). Remember that I am a beginner and i want something easy to understand.
Asked by - Mon Jun 22 13:53:23 2009 - Programming & Design - 1 Answers - 1 Comments

A. You can try Microsoft's MSDN site:
Answered by - Mon Jun 22 13:58:00 2009

How do I use visual basic to change the order of worksheets in excel?
Q. I have some visual basic code that takes data and creates graphs from this data as a new worksheet. This is how I want it, but it orders the sheets from last to first (going left to right on the tabs at the bottom). I would like this order to be from first graph to last graph going from left to right on the bottom tabs. Any ideas on the code used to re-order these worksheets? Thanks.
Asked by strtingwenitsovr - Wed Aug 4 12:30:28 2010 - Software - 1 Answers - Comments

A. this code should move sheet1 to be after sheet2: Worksheets("sheet1").Move after:= Worksheets("sheet2") this will move a named sheet to the end of all worksheets: Worksheets("sheet1").Move after:= Worksheets(Worksheets.count) this will move the active worksheet to the end of all worksheets: Active Sheet.Move after:= Worksheets(Worksheets.count)
Answered by Blackened - Wed Aug 4 15:29:10 2010

What is the visual basic code for counting spaces in a sentence?
Q. I need the actual code for visual basic using the Len function that will tell me how many spaces are in a certain sentence like if the stance is " this is the sentence" It would display 3 spaces
Asked by - Mon Dec 19 12:12:48 2011 - Programming & Design - 2 Answers - Comments

A. The form has a text box and button on it. A message box indicates the number of spaces. Public Class Form1 Private Sub Button1_Click(By Val sender As System.Object, By Val e As System.Event Args) Handles Button1.Click Dim Cnt As Integer = 0 Dim Str1 As String = Text Box1.Text For i = 1 To Str1.Length If Mid(Str1, i, 1) = " " Then Cnt = Cnt + 1 End If Next Msg Box("There are " & Cnt & " spaces in the text.") End Sub End Class Tex Mav
Answered by texasmaverick - Mon Dec 19 12:26:00 2011

Using Visual Basic 2010 how do I create a summary that will add inputted values to itself automatically?
Q. I'm a beginner to Visual Basic. I'm creating an application that on one side has a numericupdown control that a customer can enter the amount of snowboards they want to purchase in. The other side is a summary of the daily totals. Can someone help me figure out how to make the daily totals add up on to each other every time a customer makes a purchase? Thanks so much for your help!
Asked by breebree20 - Thu Oct 6 05:23:19 2011 - Programming & Design - 1 Answers - Comments

A. i can only lead you to You Tube videos, search for the topics you need, if you are lucky you have it just as you like it.,
Answered by jun - Thu Oct 6 05:30:23 2011

How do i make my visual basic form start on windows startup?
Q. I know how to add it to the registry in visual basic 2010, And it runs on windows startup, But it runs hidden. How do i make it pop up on windows startup? Like when it loads i want it to automaticly add itself to the registry, So when the person restarts his PC, It automaticly starts/pops up without him clicking anything.
Asked by - Wed Aug 17 21:24:47 2011 - Programming & Design - 2 Answers - Comments

From Yahoo Answer Search: 'visual basic'
Sun Feb 12 04:01:38 2012

addnewitem1 gif
functionx.com
addnewitem1 gif
414px x 683px | 17.70kB

[source page]

In the Templates section of the Add New Item dialog box make sure the Class item is selected Accept the suggested name or replace it in the Name text box

Google Images Search: visual basic,
Sun Jan 1 19:28:01 2012
Mobility management screening day Oct. 19 at Countryside Manor - Sheboygan Press
sheboyganpress.com
Mobility management screening day Oct. 19 at Countryside Manor - Sheboygan Press
Wed, 13 Oct 2010 09:15:50 GMT+00:00
Sheboygan Press "Eye See You," by Larson Eye Care: Have your basic visual activity and the presence or absence of cataracts screened at no cost. ...
Google News Search: visual basic,
Sun Jan 1 19:28:02 2012
Lesson 01: Introduction to the Visual Basic Language
functionx.com
Lesson 01: Introduction to the Visual Basic Language
In our lessons, we are going to study the language that serves as a foundation to the Microsoft Visual Basic programming environment. Introduction to Projects ...
www.functionx.com/visualbasic/Lesson02.htm

Web Search: "visual basic",
Sun Jan 1 19:28:07 2012