<?xml version="1.0" encoding="ISO-8859-1"?>
<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>
Thu, 16 Jun 2011 14:09:38 GMT 
</pubDate>
<docs>http://bucarotechelp.com/program/vb/vb.xml</docs>
<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>
