Geometry.Net - the online learning center
Home  - Basic_B - Basic Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 2     21-40 of 196    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Basic Programming:     more books (100)
  1. Basic Basic: An Introduction to Computer Programming in Basic Language (Computer Programming Series) by James S. Coan, 1987-10
  2. Programming Basics: Using Microsoft Visual Basic, C++, HTML, and Java Activities Workbook by Todd Knowlton, 2004-12
  3. Programming in Visual Basic. NET: Update Edition for VB. NET 2003 w/ 5-CD VB. Net 2003 Software Set by Julia Case Bradley, Anita C Millspaugh, 2004-05-12
  4. Computer Programming in the Basic Language by Zeney P. Jacobs, 1982-10
  5. Programming with Microsoft Visual Basic .NET, Second Edition by Diane Zak, 2004-12-22
  6. Learning Programming Using Visual Basic for Applications by Donald Rueter, 2004-07-20
  7. Microsoft Visual Basic 2005 Express Edition Programming for the Absolute Beginner (For the Absolute Beginner) by Jr., Jerry Lee Ford, 2005-12-22
  8. Programming Microsoft Visual Basic .NET Version 2003 (Book&CD-ROM) by Francesco Balena, 2004-03
  9. An Introduction to Programming with Visual Basic.NET, Fifth Edition by David I. Schneider, 2002-06-15
  10. Programming Microsoft Visual Basic 6.0 by Francesco Balena, 1999-05-26
  11. Programming and Customizing the Basic Stamp by Scott Edwards, 2001-03-21
  12. Programming Microsoft Visual Basic .NET (Core Reference) by Francesco Balena, 2002-04-17
  13. Computer Programming in the Basic Language by Neal Golden, 1987-06
  14. Programming with Microsoft Visual Basic 6.0 by Diane Zak, 1999-01-01

21. The Visual Basic Programming Language
Visual Basic is not only a programming language, but also a complete graphical development Personal Programming is what Visual Basic is all about.
http://www.engin.umd.umich.edu/CIS/course.des/cis400/vbasic/vbasic.html
The Visual Basic Programming Language
Click below to go directly to a specific section:
History
Significant Language Features Areas of Application Sample Programs ... Acknowledgments
History
Microsoft released Visual Basic in 1987. It was the first visual development tool from Microsoft, and it was to compete with C, C++, Pascal and other well-known programming languages. From the start, Visual Basic wasn't a hit. It wasn't until release 2.0 in 1991 that people really discovered the potential of the language, and with release 3.0 it had become the fastest-growing programming language on the market.
What Is Visual Basic?
Programmers have undergone a major change in many years of programming various machines. For example what could be created in minutes with Visual Basic could take days in other languages such: as "C" or "Pascal". Visual Basic provides many interesting sets of tools to aid you in building exciting applications. Visual Basic provides these tools to make your life far more easier because all the real hard code is already written for you. With controls like these you can create many applications which use certain parts of windows. For example, one of the controls could be a button, which we have demonstrated in the "Hello World" program below. First create the control on the screen, then write the code which would be executed once the control button is pressed. With this sort of operation in mind, simple programs would take very little code. Why do it like the poor old "C" programmer who would have to write code to even display a window on the screen, when Visual Basic already has this part written for you.

22. Visual Basic - Programs, Source Codes, Links, Forums..
Source codes, programs, forums, and book reviews tutorials. Also submit programs.
http://apurvaslair.50g.com/vb/index.html
VB Home Source Codes
  • Beginner Inters ... Contact us
    Site Search
    Visual Basic
    This section offers Visual Basic Programs, Source codes, links, forums and more. Please feel free to add your source code or links. Below is a list of recent updates made to this section. 27th July 2002 Source Code (Advanced) : Systatus 2.95, an excellent app which gives you loads of information about your system. It has a well designed interface and displays information in multiple ways depending on your choice. Source Code (Intermediate) CalcuColor.zip, a colour calculator which is very similar to the standard windows non-scientific calculator. Source Code (Beginner)
    1) curPos.zip, a program which displays realtime information about a richtext box.
    2) password.zip, a program which deciphers text in the password field. 11th June 2002 Source Code (Beginner) : StdDev.zip, a program that calculates the sum, average and standard deviation of a user-input set of data.

23. The Basic Programming Language
The basic programming Language Click below to go directly to a specific section History Significant Language Features Areas of
http://tmsyn.wc.ask.com/r?t=an&s=hb&uid=24312681243126812&sid=343126

24. Visual Basic Examples
Visual basic programming Examples vbHelloWorld, A simple hello world program that illustrates a basic VB program as well as the command button and timer
http://pages.cpsc.ucalgary.ca/~saul/vb_examples/
Saul Greenberg courses HCI topics
Visual Basic Programming Examples
Other VB resources Tutorials Programs ActiveX Controls ... Third Party Examples These pages collect example tutorials, programs and ActiveX controls displaying particular programming techniques in Visual Basic. I show some of these in class, but you should go through them yourself.
Other VB resources
Tutorials
These tutorials contain step by step graphical guides to several visual basic programming concepts and tools. Note that they are not necessarily in progressive order! Tutorial Description Authors Introduction to Visual Basic Part 1
  • A very basic demonstration and example of some controls and events A simple example of how to program a listbox MSDN: what it is, how to get at it MSDN sample programs online: how to get at'em
Mike Rounding
James Tam Introduction to Visual Basic Part 2.

25. Basic Programming
basic programming. July 25, 2005. BY JIM DEROGATIS Pop Music Critic. I remember Lollapalooza when Lollapalooza was Lollapalooza. In the mid 90s,
http://www.suntimes.com/output/entertainment/cst-ftr-lolla25.html

26. Lf277, SoftwareDevelopment: BASIC Programming With Unix
basic programming with Unix. Illustration. Abstract. Developing with Linux or another Unix system in BASIC ? Why not ? Various free solutions allows us
http://www.linuxfocus.org/English/January2003/article277.shtml
Home Map Index Search ... About LF This document is available in: English Castellano Deutsch Francais ...
Convert to GutenPalm

or to PalmDoc
by John Perr
About the author:
Linux user since 1994, he is one of the French editors of LinuxFocus.
Translated to English by:
Georges Tarbouriech
Content
BASIC programming with Unix
Abstract Developing with Linux or another Unix system in BASIC ? Why not ? Various free solutions allows us to use the BASIC language to develop interpreted or compiled applications.
Introduction
Even if it appeared later than other languages on the computing scene, BASIC quickly became widespread on many non Unix systems as a replacement for the scripting languages natively found on Unix. This is probably the main reason why this language is rarely used by Unix people. Unix had a more powerful scripting language from the first day on. Like other scripting languages, BASIC is mostly an interpreted one and uses a rather simple syntax, without data types, apart from a distinction between strings and numbers. Historically, the name of the language comes from its simplicity and from the fact it allows to easily teach programming to students. Unfortunately, the lack of standardization lead to many different versions mostly incompatible with each other. We can even say there are as many versions as interpreters what makes BASIC hardly portable.

27. CodeGuru Forums - Visual Basic Programming
Visual Basic articles, discussions and resources. All focusing on visual basic developers.
http://www.codeguru.com/forum/forumdisplay.php?f=42

28. Visual Basic Programming - Imaging Developer Tools
There are a wide variety of thirdparty imaging components available for Visual Basic programmers which allow you to create applications that include
http://www.imaging-components.com/Programming-Languages/Visual-Basic-Imaging.sht
Visual Basic Programming - VB Imaging Developer Tools
So what is Visual Basic? The "Visual" part refers to the method used to create the graphical user interface (GUI). Rather than writing numerous lines of code to describe the appearance and location of interface elements, you simply add prebuilt objects into place on screen. The "Basic" part refers to the BASIC (Beginners All-Purpose Symbolic Instruction Code) language; a language used by more programmers than any other language in the history of computing. Visual Basic has evolved from the original BASIC language and now contains several hundred statements, functions, and keywords, many of which relate directly to the Windows GUI. Beginners can create useful applications by learning just a few of the keywords; yet, the power of the language allows professionals to accomplish almost anything that can be accomplished using any other Windows programming language. There is a wide variety of third-party imaging components available for Visual Basic programmers that allow you to create applications that include comprehensive imaging and/or compression functionality, and move them from development to implementation rapidly.

29. Intellact Home Page
Offers a variety of consulting services, including Microsoft Visual basic programming, primarily for MultiValue/Pick platforms. Located in Toronto, Ontario, Canada.
http://www.intellact.ca
in tell´ act v. to both create and implement exciting solutions, with intelligence, diversity, and dedication Welcome to the web presence of intellact Consulting , a company dedicated to providing a diverse range of specialized services across Canada and around the world. Our primary focus is currently in the area of corporate experiential training and development. We also maintain clients in the systems analysis and professional theatre industries. It is this unique combination of talents and backgrounds that enable us to deliver powerful solutions in small niche marketplaces.
Our Mission
To maintain a high level of intellectual challenge for ourselves, earn recognition and respect in the industries that we operate in, exceed client expectations every time, earn a fair return for our contributions, have fun, and have a positive, lasting impact on the people and world around us.
Company Profile
The intellact name says it all: High intell igence + Act ion skills = Superior results We continue to respond to requests for consulting assistance in the following areas: Corporate experiential training and development Unique conference services Theatrical improvisation for business applications Visual Basic programming, primarily for MultiValue platforms

30. CodeGuru Forums - Visual Basic Programming
Hard hitting articles, dicussions, resources, and more all focusing for real developers in the real world.
http://www.codeguru.com/forum/archive/index.php/f-42.html
CodeGuru Forums PDA View Full Version : Visual Basic Programming

31. TI-83 Plus BASIC Programming Tutorial: A Beginners' Guide - Ticalc.org
TI83 Plus basic programming Tutorial A Beginners Guide NOTE In order to fully appreciate programming the TI-83+, I suggest that you first get the Ti
http://www.ticalc.org/programming/columns/83plus-bas/cherny/
Basics Archives Community Services ... Columns and Tutorials TI-83 Plus BASIC Programming Tutorial: A Beginners' Guide TI-83 Plus BASIC Programming Tutorial: A Beginners' Guide
TI-83 PLUS BASIC PROGRAMMING TUTORIAL:
A BEGINNERS' GUIDE
Download This Tutorial

By: Boris Cherny
NOTE: In order to fully appreciate programming the TI-83+,
I suggest that you first get the Ti Graph Link 83+ Application
for your PC, which makes it easier to visualize and create the
program. I suggest you get the following applications for your
PC before you start programming:
TI Graph Link 83+
83i Viewer TI Connect , and an Emulator You must also get the black serial cable or a TI Connect cable in order to connect your TI and computer. I will try to include these programs with this guide, as well as a few programs for your enjoyment. You are free to tinker with them as you wish. You may put them on the internet or sell them as long as:
  • You change them somehow You give Boris Cherny credit
I'd also like to thank a few people, who really helped me out with this tutorial: ~Ilya S~ ~Tom T~ For Beginners, I suggest reading this tutorial from the very beginning

32. Visual Basic Programming Stuff @OneSmartClick.Com
Your search for Visual basic programming material ends here
http://www.onesmartclick.com/programming/visual-basic.html
OneSmartClick.Com Home Alibag (Alibaug) Programming Engineering ...
Shell Programming

Object-Oriented Object Oriented
UML

Case Studies

eGroups

General Install Shield
Version Managers

.Net

Utilities
...
Pravin Agrawal
Start Here (Tutorials) Visual Basic Tutorial For Beginners Visual Basic Tutorials Writing Your First Visual Basic 6 Program Gary Beene's Visual Basic Tutorials ... VB Tutorials by TegoSoft (Must Visit) Visual Basic and Other Programming Languages (C/C++) Debug a Visual Basic MTS Component in Visual C++ Call VC++ .DLL From Visual Basic How to call a borland c++-dll from MS visual basic? Connecting HTML Help to Visual Basic Programs ... Visual Basic Applications with UML(PDF) Optimization Optimize Size and Speed of Visual Basic Applications Using For Each to Loop Through Arrays Is Not Recommended Tips to Improve Performance While Using OLE Servers Three Binding Types (Late, ID, Early) Possible in VB for Apps ... Optimization - Visual Basic and C++ Visual Basic Coding Standards Jaz Lichy's Visual Basic Standards Effective Visual Basic coding standards enforcement. VB Law Enforces Coding Standards Erix World of Visual Basic - Naming Standards ... Visual Basic Programming Standards Visual Basic - COM, COM+ COM Troubleshooting COM/DCOM programming in Visual Basic Visual Basic Tips and Tricks Tim's Visual Basic 5 Tips and Tricks Dave's Visual Basic Tips and Tricks - Source Code vbVision - Visual Basic Tips and Tricks Cool VB Tips Tricks ... Top 15 Visual Basic Tips Visual Basic - Frequently Asked Questions (FAQs) Oracle/ MS Visual Basic FAQ Oracle Objects for OLE (OO4O) FAQ Visual Basic FAQ Index VB FAQ.Com

33. BASIC Programming Tutorials
A basic programming course for beginners. By Chris Wragg.
http://www.argonet.co.uk/users/cwragg/pages/tutor.htm

34. Free Visual Basic Resources - Freeprogrammingresources.com
Free Visual Basic Resources, Tutorials, Articles, FAQs, Forums, VB Source Code and examples of Visual basic programming.
http://www.freeprogrammingresources.com/vbstuff.html
Free Programming Resources Category: Programming Languages
Visual Basic Programming

about
suggest support privacy ... feedback Web www.freeprogrammingresources.com

35. Amstrad CPC 464 664 6128 Basic Programming Tutorial And Games. The Basic Idea
Introduction and software (games/utilties/demos) downloads for Amstrad CPC programming tutorial.
http://www.sean.co.uk/books/amstrad/index.shtm
www.sean.co.uk Skip navbar Accessibility Search Help ... Support this site
You are here: Home Books > Amstrad CPC
Sean's Amstrad CPC homepage
During the 1990s I contributed type-ins and the odd article to Amstrad Action and Amstrad Computer User. In 1993, I wrote the advanced Amstrad Basic programming book 'The Basic Idea'. Now you can download my programs from this website and read the book in full online.
Amstrad emulator and web fun
Download my free Amstrad CPC games and utilities
You can download a disc image which contains nearly all the games and utilities I wrote for Amstrad Action and Amstrad Computer User. It also includes all the demonstration files from my book 'The Basic Idea', which you can read online below. Here's a preview of my disc: How to use a CPC emulator on your PC
Play popular Amstrad games using a free Amstrad emulator on your PC. Read my instructions for using Winape here. Free retrogames and Amstrad CPC links
More places to indulge your passion for classic machines and computer games of the 80s, including links to sources of free games. CPC Software and hardware auctions
If you're looking for tapes or other accessories for your machine, or just want to pick up an old Amstrad computer to start over again, read this digest of the latest online auctions in Amstrad goodies. There are often bargains available for keen retro gamers.

36. Visual Basic Resources
Visual basic programming Zone. Contains several tutorials, articles, tips, tools, programs, code, and more. Commercial Site since 200207-06 Hits 2052
http://www.techtutorials.info/vbasic.html
Search our Site:
Tutorials
Programming : Visual Basic Visual Basic Categories:
Journals:
Top Site Voting:
Content Rating:

new menu (SMENU_ITEMS, MENU_POS, MENU_STYLES); Suggest Category Submit Tutorial / Site Site Use Link to Us ... Join

37. Wireless Developer Network - Visual Basic Programming For Windows CE Tutorial
The Wireless Developer Network offers free online training on topics such as Java, Palm, Windows CE, and WAP programming.
http://www.wirelessdevnet.com/channels/pda/training/vbce.html
Newsletters EMail Address:
Content
Articles
Columns

Training
...
Delivery Options

Community Discussion Boards
Mailing List

Mailing List Archives

About Us About WirelessDevNet
Wireless Source Disks

Partners
About GeoComm ... Advertising Information
Visual Basic Programming for Windows CE
by Marc Robards
Introduction
The Microsoft Windows CE Toolkit for Visual Basic 6.0 (the Toolkit for VB 5.0 is severely limited compared to the 6.0 release, upgrade now!) is everything and more you need to develop applications completely in Visual Basic for almost any device running Windows CE, including H/PC (running Windows CE 2.0 or later), H/PC Pro (running Windows CE 2.11 or later), P/PC (running Windows CE 2.11 or later), and even embedded CE devices. Confidently living up to it's "Toolkit" name, a heap of tools are built in to make your VB-CE experience more rewarding, including a slick Application Install Wizard, CE Spy, a Registry Editor, and Remote Zoom, to name a few. All this for under $200 ($99.95 for upgrade, free if you have a Universal Subscription to MSDN) makes it relatively painless to get started developing the next killer app for CE entirely in Visual Basic.
Specifics
As long as you're running Windows NT/2000 (sorry, no CE SDK currently released will install on Win9x) on your development machine, there's no additional configuration necessary for installation. The CE Toolkit installation will set everything up for you, and put all the shortcuts right in your Start->Programs->Microsoft Visual Studio 6.0 Start Menu. One thing to watch for is that after the Toolkit installs, the H/PC SDK will automatically start installing. You can cancel out of this without doing and damage if you don't plan on developing for the H/PC platform and want to install only the SDK for the device you want. They're available for free download from Microsoft's Windows CE Toolkits page

38. Visual Basic Training - Visual Basic Programming - Learn Visual Basic
Visual Basic Training for those who want to learn visual basic programming, we offer online courses in visual basic.
http://www.e-learningcenter.com/visual_basic.htm
Visual Basic
VB Series Overview
Unbeatable Bonus

Take a FREE Course

No-risk Guarantee
... General IT Training
Visual Basic Programming Online Training Courses
Incredible online Visual Basic programming training courses! These Visual Basic training courses have been designed to take you from the very basics of programming in VB to being proficient in advanced programming techniquies of Visual Basic.
Learn to get the full benefit of Visual Basic programming. These courses provide step-by-step instructions for mastering this powerful application. Use Visual Basic programming to improve the performance of your organization
Why pay hundreds, and even thousands, of dollars for Visual Basic training when you can receive high quality, interactive, web-based VB training at a fraction of the cost? Are you looking for excellent, online Visual Basic training that allows you to learn at your pace without spending entire days at a time away from the office?

39. 80386 Programmer's Reference Manual -- Chapter 02
The basic programming model consists of these aspects Note that input/output is not included as part of the basic programming model.
http://pdos.csail.mit.edu/6.828/2004/readings/i386/c02.htm
up: Table of Contents
prev: 1.3 Notational Conventions
next: 2.1 Memory Organization and Segmentation
Chapter 2 Basic Programming Model
This chapter describes the 80386 application programming environment as seen by assembly language programmers when the processor is executing in protected mode. The chapter introduces programmers to those features of the 80386 architecture that directly affect the design and implementation of 80386 applications programs. Other chapters discuss 80386 features that relate to systems programming or to compatibility with other processors of the 8086 family. The basic programming model consists of these aspects:
  • Memory organization and segmentation
  • Data types
  • Registers
  • Instruction format
  • Operand selection
  • Interrupts and exceptions
Note that input/output is not included as part of the basic programming model. Systems designers may choose to make I/O instructions available to applications or may choose to reserve these functions for the operating system. For this reason, the I/O features of the 80386 are discussed in Part II This chapter contains a section for each aspect of the architecture that is normally visible to applications.

40. Ada 95 (Wheeler)-Springer Programming Techniques Book
By David A. Wheeler; SpringerVerlag, 1997, ISBN 0387948015. Lovelace is said to introduce Ada 95, one of the more widely used programming languages. Reader should know basic programming, but need not know Ada. Springer-Verlag
http://www.springer-ny.com/detail.tpl?ISBN=0387948015

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

Page 2     21-40 of 196    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | Next 20

free hit counter