<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/css" href="../../common/rss.css" ?>
<rss version="2.0">
<channel>
<title>Bucaro TecHelp : Programming : Visual Basic</title>
<link>http://bucarotechelp.com/program/vb</link>
<description>
This section contains information about Microsoft Visual Basic programming.
</description>
<language>en-us</language>
<pubDate>
Mon, 08 Mar 2021 08:39:03 GMT
</pubDate>
<docs>http://www.rssboard.org/rss-specification</docs>
<item>
<title>Visual Basic Loop Control Structures</title>
<link>http://bucarotechelp.com/program/vb/77092301.asp</link>
<description>
A loop control structure uses one or more conditional statements to control how many times the same block of code is executed. Visual basic has four main loop types, For Loops, Do Loops, While Loops, and For Each Loops.
</description>
<pubDate>Mon, 08 Mar 2021 08:39:03 GMT</pubDate>
</item>
<item>
<title>Getting Started With Microsoft Access 2019</title>
<link>http://bucarotechelp.com/program/vb/79091001.asp</link>
<description>
Microsoft Access database application has always been a powerful program and the latest version, Access 2019, no different. But all that power makes Access a difficult application to learn on your own.
</description>
<pubDate>Thu, 21 Mar 2019 07:56:19 GMT</pubDate>
</item>
<item>
<title>How to Navigate the Access 2019 Opening Workspace</title>
<link>http://bucarotechelp.com/program/vb/79112201.asp</link>
<description>
If you're upgrading to Access (or Office) 2019 from the 2013 or 2016 interface, you'll find it looks very familiar — and you'll find much of it to be the same as what you're accustomed to.
</description>
<pubDate>Wed, 09 Jan 2019 14:33:50 GMT</pubDate>
</item>
<item>
<title>Write Your Own VBScript HTA Text Editor</title>
<link>http://bucarotechelp.com/program/vb/81100401.asp</link>
<description>
Because this application is designed for instructional purposes, I didn't design it with the conventional File drop-down menu. In order to show how menu items link to the code that performs each function, I just placed all the menu selections in the main menu.
</description>
<pubDate>
Fri, 24 Feb 2017 17:48:48 GMT 
</pubDate>
</item>
<item>
<title>Write Visual Basic Programs Without Visual Studio</title>
<link>http://bucarotechelp.com/program/vb/81100802.asp</link>
<description>
It was a pleasure to develop Windows Applications with Visual Basic 6. But Microsoft has abandoned Visual Basic 6 for the bloated, over-complicated Visual Studio. But you can still put your knowledge to work and develop VBScript applications with the method described in this article.
</description>
<pubDate>
Wed, 22 Feb 2017 20:03:04 GMT 
</pubDate>
</item>
<item>
<title>List Files and Subfolders With the VBScript FileSystemObject</title>
<link>http://bucarotechelp.com/program/vb/81101102.asp</link>
<description>
This article shows you how to write a VBScript that uses the FileSystemObject to list the files and subfolders in a folder on your computer.
</description>
<pubDate>
Fri, 17 Feb 2017 19:46:00 GMT 
</pubDate>
</item>
<item>
<title>List Drives and Folders with the VBScript FileSystemObject</title>
<link>http://bucarotechelp.com/program/vb/81101801.asp</link>
<description>
This article show you how to write a VBScript that uses the FileSystemObject to list the drives and folders on your computer.
</description>
<pubDate>
Fri, 10 Feb 2017 17:29:01 GMT 
</pubDate>
</item>
<item>
<title>Three Main Principles of OOP (Object Oriented Programming)</title>
<link>http://bucarotechelp.com/program/vb/85031602.asp</link>
<description>
Object Oriented Programming (OOP) is actually classified by three main principles: Encapsulation, Inheritance, and Polymorphism. These appear to be frightening terms but are actually fairly easy principles to grasp.
</description>
<pubDate>
Mon, 14 Sep 2015 20:24:50 GMT 
</pubDate>
</item>
<item>
<title>How to Learn to Program</title>
<link>http://bucarotechelp.com/program/vb/85031601.asp</link>
<description>
If you want to learn to program will be happy to know that programming is not a hard thing to start learning and will not require you to pay out huge sums of money. The only way to become an expert is much like learning the violin; the answer is practice, practice and practice some more.
</description>
<pubDate>
Mon, 14 Sep 2015 16:52:16 GMT 
</pubDate>
</item>
<item>
<title>Working With Variables in C Sharp</title>
<link>http://bucarotechelp.com/program/vb/89061401.asp</link>
<description>
Scope defines which parts of the program can access a variable. If a variable is declared inside a method, its scope is local to the method within which it was declared. If a variable is declared inside a class, its scope is local to the class within which it was declared.
</description>
<pubDate>
Thu, 16 Jun 2011 14:09:38 GMT 
</pubDate>
</item>
<item>
<title>Reading and Writing Files with the VBScript FileSystemObject</title>
<link>http://bucarotechelp.com/program/vb/89061601.asp</link>
<description>
The example code in this article uses the VBScript FileSystemObject and TextStream Object to read a text file and write a new text file, reformatting the text into lines a maximum of 90 characters long, except when that would break a word, then it extends the line length to include the entire word.
</description>
<pubDate>
Tue, 14 Jun 2011 15:31:16 GMT 
</pubDate>
</item>
<item>
<title>Visual Basic 2010 Textbox Based Simple Edit Program</title>
<link>http://bucarotechelp.com/program/vb/89062101.asp</link>
<description>
In this example, you'll create a very simple text editor that uses the Textbox control. This example is for beginners so I'll go step-by-step through the process of developing the program.
</description>
<pubDate>
Thu, 09 Jun 2011 19:40:46 GMT 
</pubDate>
</item>
<item>
<title>C Sharp Predefined Primitive Data Types</title>
<link>http://bucarotechelp.com/program/vb/89070504.asp</link>
<description>
A data type defines how much storage a piece of data will take up, the configuration of that storage, and the meaning of the data. Predefined or primitive data types are those defined by the language. These primitive data types can be used as building blocks for user-defined data types.
</description>
<pubDate>
Thu, 26 May 2011 17:31:29 GMT 
</pubDate>
</item>
<item>
<title>Your First Visual Basic 2010 Express Program</title>
<link>http://bucarotechelp.com/program/vb/89070601.asp</link>
<description>
Visual Basic is very popular because its Visual Programming Environment lets you develop Windows applications by dragging and dropping controls from a Toolbox. It's also popular because it's based on the Basic programming language, and because Visual Basic Express edition can be downloaded from Microsoft's website for free.
</description>
<pubDate>
Wed, 25 May 2011 23:16:33 GMT 
</pubDate>
</item>
<item>
<title>C Sharp Keywords</title>
<link>http://bucarotechelp.com/program/vb/89070703.asp</link>
<description>
keywords, sometimes called reserved words, are  predefined words that have special meaning to the compiler. Keywords cannot be used by the programmer as identifiers such as variable, method, or class names. A programmer must use keywords only in designated locations in the code.
</description>
<pubDate>
Tue, 24 May 2011 17:42:58 GMT 
</pubDate>
</item>
<item>
<title>Video - Visual Basic Express 2010 - Getting Started and the First Program</title>
<link>http://bucarotechelp.com/program/vb/89071402.asp</link>
<description>
This video by SchoolFreeware shows you how to create your very first Visual Basic Express 2010 program.
</description>
<pubDate>
Tue, 17 May 2011 16:17:27 GMT 
</pubDate>
</item>
<item>
<title>Six Important Points When Importing Data Into An Access Database</title>
<link>http://bucarotechelp.com/program/vb/89071503.asp</link>
<description>
Asking general users to import data into an Access database without knowing too muchabout how Microsoft Access works and they will become frustrated within minutes. The most desirable way of using external data is by importing or linking data to an Access table object. Once the data has been imported or linked, you treat it like any other data table and build your queries, forms and reports.
</description>
<pubDate>
Mon, 16 May 2011 21:25:44 GMT 
</pubDate>
</item>
<item>
<title>Compile C Sharp Without Visual Studio</title>
<link>http://bucarotechelp.com/program/vb/89071905.asp</link>
<description>
I have never been very excited about C sharp because you have to use Visual Studio to write programs with it. I don't like to use over-complicated IDEs to write programs because the IDE is often more difficult to figure out than the programming language itself. The fact is you actually can write C sharp programs without Visual Studio.
</description>
<pubDate>
Thu, 12 May 2011 20:12:41 GMT 
</pubDate>
</item>
<item>
<title>The Benefits of Microsoft Access Forms to Create a User Friendlier Database</title>
<link>http://bucarotechelp.com/program/vb/89071904.asp</link>
<description>
Microsoft Access forms allows the use of data to be presented, managed and controlled in a user-friendly environment making Access more intuitive to use. Designing forms is critical for other users who will be responsible for the day-to-day running of a database and have very little knowledge of the structure of an Access database or its background processes.
</description>
<pubDate>
Thu, 12 May 2011 18:07:36 GMT 
</pubDate>
</item>
<item>
<title>Five Common Mistakes Affecting Access Database Optimisation and Performance</title>
<link>http://bucarotechelp.com/program/vb/89072105.asp</link>
<description>
Building an Access database requires some time, effort and ideally a good level of database knowledge. The assist tools Microsoft Access provides do not control some of the pitfalls most developers brush aside leading to a slow database. Here are the five common mistakes developers need to be aware of and handle accordingly.
</description>
<pubDate>
Tue, 10 May 2011 22:54:17 GMT 
</pubDate>
</item>
<item>
<title>Five Reasons Why You Should Consider Splitting a Microsoft Access Database</title>
<link>http://bucarotechelp.com/program/vb/89072203.asp</link>
<description>
In the development and design mode, your Access database runs perfectly. But when you deploy the database, end-users complain that it's slow or it fails to respond. When you have concurrent users accessing your database, you may need to split an Access database and the following five reasons explain why.
</description>
<pubDate>
Mon, 09 May 2011 18:20:11 GMT 
</pubDate>
</item>
<item>
<title>Programming in Visual Basic 2010: The Very Beginner's Guide</title>
<link>http://bucarotechelp.com/program/vb/89072201.asp</link>
<description>
This book is an introduction to programming using Microsoft's Visual Basic.NET 2010.  It is intended for novice programmers with little or no programming experience or no experience with Visual Basic. The text emphasizes programming logic and good programming techniques with generous explanations of programming concepts written from a non-technical point of view.
</description>
<pubDate>
Mon, 09 May 2011 13:36:02 GMT 
</pubDate>
</item>
<item>
<title>How to Design an Access Relational Database Management System (RDBMS)</title>
<link>http://bucarotechelp.com/program/vb/89072602.asp</link>
<description>
A Relational Database stores data as relations (a collection of tables with each table consisting of a set of rows and columns. A Relational Database Management System provides relational operators to manipulate the data in tabular form. This article explains step-by-step how to design an Access Relational Database Management System (RDBMS).
</description>
<pubDate>
Thu, 05 May 2011 15:35:30 GMT 
</pubDate>
</item>
<item>
<title>The Components of the Microsoft Access Database Interface</title>
<link>http://bucarotechelp.com/program/vb/89080201.asp</link>
<description>
As you open a document window in Microsoft Access, toolbars, menu bars (or Ribbon Bars from version 2007) will change state and can be a little disorientating at first. In some cases, you can only be in one type of window to view a function or feature.
</description>
<pubDate>
Thu, 28 Apr 2011 14:19:28 GMT 
</pubDate>
</item>
<item>
<title>How to Utilise and Apply Access Database Normalisation Techniques</title>
<link>http://bucarotechelp.com/program/vb/89080301.asp</link>
<description>
In the design of an Access database, the process of organizing data to minimize redundancy is called normalization. Normalization usually involves dividing large, badly-formed tables into smaller, well-formed tables and defining relationships between them.
</description>
<pubDate>
Wed, 27 Apr 2011 15:45:20 GMT
</pubDate>
</item>
<item>
<title>Visual Basic 2005 Express: Now Playing</title>
<link>http://bucarotechelp.com/program/vb/93081401.asp</link>
<description>
Visual Basic 2005 Express is designed to make Windows programming easy for everyone. Some people want to write programs for a career. Others want to create a new product. Still others want to learn for the sheer mental exhilaration.
</description>
<pubDate>
Wed, 27 Apr 2011 15:45:20 GMT
</pubDate>
</item>
<item>
<title>Visual Basic 2005 Express Reserved Words or keywords</title>
<link>http://bucarotechelp.com/program/vb/93081402.asp</link>
<description>
Reserved words or keywords are words that are part of the language and therefore have special meaning in Visual Basic. The reserved words cannot be used as names for your programming elements such as variables, functions, subroutines or procedures.
</description>
<pubDate>
Wed, 27 Apr 2011 15:45:20 GMT
</pubDate>
</item>
<item>
<title>Easy Visual Basic Image Viewer</title>
<link>http://bucarotechelp.com/program/vb/94031001.asp</link>
<description>
The easiest way to display images in Visual Basic is to use a PictureBox control. In this example, we'll use a PictureBox control to create a simple image viewer application, and we'll use an OpenFileDialog control to load an image file from disk.
</description>
<pubDate>
Wed, 27 Apr 2011 15:45:20 GMT
</pubDate>
</item>
<item>
<title>Introduction to Visual Basic 2005 Express</title>
<link>http://bucarotechelp.com/program/vb/94091600.asp</link>
<description>
Because the Visual Basic Express IDE does so much "hand holding", within minutes of installing Visual Basic Express you where able to create a real, although tiny, Windows application. Building bigger more complex applications is just more of the same.
</description>
<pubDate>
Wed, 27 Apr 2011 15:45:20 GMT
</pubDate>
</item>
<item>
<title>Visual Basic File Reading and Writing</title>
<link>http://bucarotechelp.com/program/vb/96050801.asp</link>
<description>
The biggest problem with administering the list myself is adding and deleting email addresses from the list. Before you add an address to the list you have to make sure it's not already on the list.
</description>
<pubDate>
Wed, 27 Apr 2011 15:45:20 GMT
</pubDate>
</item>
<item>
<title>Introduction to Visual Basic</title>
<link>http://bucarotechelp.com/program/vb/96101902.asp</link>
<description>
Visual Basic has been the most popular programming environment for more than twelve years. If you want to learn how to program, Visual Basic is the language for you. It is very easy to use, yet very powerful in the Windows Environment.
</description>
<pubDate>
Wed, 27 Apr 2011 15:45:20 GMT
</pubDate>
</item>
</channel>
</rss>