New Reply

Tutorials for Visual Basic Beginners

 
Share Thread Thread Tools
Jan31-13, 02:44 PM   #1
 

Tutorials for Visual Basic Beginners


Hi Folks,

I have Google'd the above topic but I haven't found anything satisfactory. I am an engineer and I want to learn Visual basic programming (no programming experience) to enhance my excel usability.

Can you advise any good online sources that is geared towards science engineering?

Thanks
Bugatti
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Bird's playlist could signal mental strengths and weaknesses
>> Minus environment, patterns still emerge: Computational study tracks E. coli cells' regulatory mechanisms
>> Bacterium uses natural 'thermometer' to trigger diarrheal disease, scientists find
Jan31-13, 08:00 PM   #2
 
Recognitions:
Gold Membership Gold Member
Maybe VBA is what you're looking for. Try searching "visual basic for applications". For example: http://www.emagenit.com/excelvbabasicsengineering.htm. Don't know anything about it. I just found it with google.
Feb4-13, 04:45 PM   #3
 
Quote by TurtleMeister View Post
Maybe VBA is what you're looking for. Try searching "visual basic for applications". For example: http://www.emagenit.com/excelvbabasicsengineering.htm. Don't know anything about it. I just found it with google.
Ok, thanks. I came across this website, there is some useful information.

http://www.neng.usu.edu/cee/faculty/....htm#Examples1

How do I open the following extensions vbp, vbw and frm files?

Thanks
Feb5-13, 12:31 AM   #4
 
Mentor

Tutorials for Visual Basic Beginners


They are all text files, so you can open them with any text editor. The most interesting of the lot is the frm file (the VB form), which contains the structure of the form that is displayed, as well as the VB code that executes when you interact with the form.

The vbp file seems to be some sort of configuration file, but I don't know what the vbw file is for.
Feb5-13, 06:02 PM   #5
 
Recognitions:
Gold Membership Gold Member
Although VB and VBA have similar syntax, their usage is different. VBA cannot compile your code into a standalone executable program. It is only used within the target application environment, such as word or excel.

The vbp file is the visual basic project file. It contains the settings for you project, such as forms, modules and references. The vbw file is the visual basic project workspace file. It contains information about how you have your IDE setup. These files are used with VB, not VBA. You do not normally access them directly, the IDE manages them for you. If you're interested in learning VB, the first thing you should do is download the (free) VS Express from Microsoft. It contains the IDE you'll need to write your programs. The new 2012 version also has C# included, which I like because I use both. However, I do not like the look and style of the new version.
Feb13-13, 01:00 PM   #6
 
ok,

Thanks for this info!
New Reply
Thread Tools


Similar Threads for: Tutorials for Visual Basic Beginners
Thread Forum Replies
Visual Basic tutorials Programming & Comp Sci 0
Visual Basic Help Programming & Comp Sci 2
Proposed new Sticky: ANSYS Tutorials for Beginners Mechanical Engineering 24
stumped on Visual Studio / Visual Basic Programming & Comp Sci 5
Visual Basic Help Programming & Comp Sci 1