Geometry.Net - the online learning center
Home  - Basic_V - Visual Basic Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 3     41-60 of 68    Back | 1  | 2  | 3  | 4  | 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  

         Visual Basic Programming:     more books (100)
  1. Visual Basic Programming: A Laboratory Approach by Judith L. Gersting, 1996-04
  2. An Introduction to Object-Oriented Programming with Visual Basic .NET by Daniel R. Clark, Dan Clark, 2002-07-08
  3. Database Programming with Visual Basic .NET and ADO.NET: Tips, Tutorials, and Code by F. Scott Barker, 2002-09-22
  4. Black Art of Visual Basic Game Programming by Mark Pruett, 1995-06
  5. Visual Basic User's Guide: Microsoft Excel Version 5.0: Automating Customizing and Programming in Microsoft Excel with the Microsoft Visual Basic Programming System Applications Edition by n/a, 1994
  6. Microsoft Visual Basic .NET Programming for the Absolute Beginner by Jonathan S. Harbour, 2002-09-20
  7. Programming Microsoft Visual Basic .NET Version 2003 (Pro Developer) by Francesco Balena 196, 2004-01-07
  8. Visual Basic Programming (Dummies 101 Series) by Wally Wang, John Mueller, 1996-08-15
  9. The Visual Basic .NET Programming Language by Paul Vick, 2004-03-11
  10. Microsoft Guide to Visual Basic for MS-DOS: The Complete Guide to Visual Basic Programming (Microsoft Programming) by Peter G. Aitken, 1993-05
  11. Visual Basic Programming With the Windows Api by Chris H. Pappas, William H. Murray, 1998-03-06
  12. VB=mc²: The art of Visual BASIC programming (ETN Corporation software development library series) by J. D Evans, 1992
  13. Microsoft Visual Basic Programming Projects by CEP Inc., 1999-05-11
  14. Word 2003 Visual Basic Programming by John Low, 2005-02-14

41. BeWISE - Inter-Process Communications Made Easy
Component providing Task-To-Task communication for Visual Basic Programs simply via variables. Available as commercial product and, in a limit version, as Freeware.
http://www.edelwise.com/products.html
Benefits from using beWISE are shorter development time thru parallel development of programs higher system stability thru multiple, independent programs scalable system architecture (simply add new programs) true reusability thru clear and simple interfaces Download and try . You will see how easy  Inter-Process Communication with beWISE is! The Essential Resource for Visual Basic Developers www.edelwise.com Is the software-world puzzling you? beWISE will help you putting the pieces together Home Trying to find the right tool for your software development can be as tough as trying to find an Edelweiss in Alpine regions.             Congratulations, you just found one! beWISE -  Inter-Process Communications Made Easy Our beWISE product allows you to split your software project into small, manageable applications define clear and simple interfaces between these applications have each application developed and tested separately fit the finished applications back together into one system provide a high-performance, scalable, multitasking solution check latest VB news at VBWire Home beWISE Features VB6 Products ... VB.NET Products

42. Wyomissing Area High School Visual Basic Programming Home Page
Visual Basic Programming Mr. Minich's Wyo Home Page Wyomissing Area High School
http://www.minich.com/education/wyo/vb/
Visual Basic Programming
Mr. Minich's Wyo Home Page
Wyomissing Area High School
General
Resources
Demo Programs
Worksheets Assignments Course Description Coding Standards
Calendar

Vocab Words
... VB links Unit 1
Writing a Program

VB Software

User Interface
Unit 2 Evaluating Expressions Assignment Statements Unit 3 Graphics Methods Unit 4 Menus For loops Counter Statements Animation Unit 5 If Statements Midterm Exam Unit 6 Collision Detection KeyDown MouseDown Unit 7 Timers Sound Unit 8 Random Nos. Math Methods Functions Unit 9 Multiple Forms Unit 10 While Loops Arrays Search Algorithms TwoD Arrays Unit 11 Strings Unit 14 Game Program Final Exam The following units are typically not covered during our course: Unit 12 Files Unit 13 Classes Resources Old Resource pages that Mr. Minich must reorganize Resources Resources Resources Unit 1 Writing Code #1 Writing Code #2 Concatenation #1 Writing Methods #1 ... Unit 1 Practice Test Unit 2 Evaluating Expressions #1 Evaluating Expressions #2 Evaluating Assignment Statements #1 Writing Assignment Statements #1 ... Unit 2 Practice Test Unit 3 DrawLine #1 DrawRectangle #1 DrawEllipse #1 Tracing Methods #1 ... Unit 3 Practice Test Unit 4 Tracing For Loops #1 Tracing For Loops #2 Tracing For Loops #3 Writing For Loops #1 ... Unit 4 Practice Test Unit 5 Tracing If Statements #1 Tracing If Statements #2 Tracing If Statements #3 Writing If Statements #1 ... Unit 5 Practice Test Unit 6 Vertical Maze #1 Unit 8 Random Number #1 Random Number #2 Random Number #3 Random Number #4 ... Unit 8 Practice Test Unit 10

43. Project: Programming Archives
Visual basic macro tutorials, articles and references to help you get the most out of Microsoft Project.
http://zo-d.com/blog/archives/programming.html
Project
Project Management, Software, Training...
Main
Programming Archives
April 12, 2005
Working with the Tasks Collection
The First in a Series of Short Notes About Using Project VBA
The tasks collection is simply a collection of all the tasks in a project. It is the starting point for most Visual Basic programming exercises so it is important to know how to use it. The first thing is in how to set it. This is done using the Set keyword.
Typically one sets a collection to all the tasks in the project, but it is possible to set it to some other task collection. Here is an example of setting it to the tasks in the active project:
Dim ts as Tasks
Set ts = ActiveProject.Tasks
Another useful trick is to filter the project first and then set the task collection to the set of filtered tasks:
SelectAll
Set ts = ActiveSelection.Tasks
Once we have the task collection we can go through it in a number of ways. If we want a specific task we can ask for it by index. For example if we want the first task the code would be:
Dim t as task
Set t = ts(1) Quite often we want to do something to all tasks in the project. In that case we would set the task collection as above and then loop through it using a for..next structure:

44. DIVISIONS
The Visual Basic programming group develops software for local and parish government agencies using Microsoft Visual Basic and Visual Basic .NET in conjunction
http://www.scbi.com/visual2.asp
VISUAL BASIC PROGRAMMING
ILEC/CLEC
Mail Operations Political Service Bureau ...
  • Summary reports by jurisdiction, geographical area, and tax districts
  • 45. Intallact 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.intallact.ca
    Click on a topic
    intallact was formerly known as intellact.

    46. Visual Basic Programming Questions, Answers, Polls & Debates | Answerbag
    Learn about Visual Basic programming on Answerbag.com. Visual Basic answers and tips Have a question? Ask it! Know an answer? Share it!
    http://www.answerbag.com/category/visual-basic-programming_939

    47. Lockhart Consulting
    Visual Basic programming, graphics and web design.
    http://www.lockhartconsulting.net/

    48. Answers.com - Visual Basic Programming Questions Including "How Do You Convert A
    Visual Basic Programming Questions including How do you convert a .doc file into a .pdf file using VB code and Who created Visual Basic
    http://wiki.answers.com/Q/FAQ/5806

    49. Houston Information Technology, Houston Computer Consultants, Houston Internet C
    Provides web design, custom MS Access and Visual Basic programming, and technical support. Offers a description of services, contact information, and work samples.
    http://www.affordableit.com/
    Houston Information Technology, Houston Computer Consultants, Houston Internet Consultants
    Affordable IT provides custom programming, website design and hosting, and technical support services. We are based in Houston, Texas. We specialize in custom programming services for small and medium sized businesses in Microsoft Access and Visual Basic. Visit our Houston Programming section for more information on the programming projects we have done and what we can do for YOU! Affordable IT also provides web design, web hosting, website maintenance and Search Engine Optimization services. Visit our Houston Web Design and Houston Web Hosting section for more information. Whether you have a starter website or an established business presence, Affordable IT can help your company with our innovative web promotion services. We promote web sites - and we promote them well. We have an extensive list of references that will tell you that we are the best in the business. Don't believe us? Contact Us for our list of references. We pride ourselves on our commitment to long term relationships. We are desktop support specialists. Houston tech support is our business. Affordable IT has been providing quality Houston technical support, on-site and help desk support for small and medium sized businesses in the Houston area for 10 years. We pride ourselves on our affordable rates - we charge less than half of what other technical support companies charge. Visit our

    50. Visual Basic Help, Visual Basic Tutorials, Visual Basic Code, Visual Basic Progr
    visual basic help, visual basic tutorials, visual basic code, visual basic programming
    http://www.devarticles.com/c/b/Visual-Basic/

    51. Mirandacorp.com -- IPhone, IPad, Java | Architect, Design, Code
    A computer consulting firm offering software installation and training, document automation, custom Visual Basic programming and Internet/intranet services.
    http://www.mirandacorp.com/

    Photograph of Lou Miranda by Raymond Luczak

    52. Fundamentals Of Visual Basic
    This is a complete course in Visual Basic programming. It is provided totally free of charge, including an online textbook and study guide.
    http://www.free-ed.net/free-ed/InfoTech/informit/ITLC04.asp
    Fundamentals of
    Visual Basic About · FAQ ·Tell a Friend · Comments · Course Home Page IT Learning Center The free online textbook for this course is Sams Teach Yourself Visual Basic 6 in 24 Hours. Read the Introduction to the book. Lessons
    (Select one) Part I: Introducing Visual Basic
    Visual Basic at Work Analyzing Visual Basic Programs Controls and Properties Examining Labels, Buttons, and Text Boxes
    Part II: Coding the Details
    Putting Code into Visual Basic Message and Input Boxes Making Decisions Visual Basic Looping
    Part III:Putting Code to Work
    Combining Code and Controls List Boxes and Data Lists Additional Controls Dialog Box Basics
    Part IV:Programming with Data
    Modular Programming Built-In Functions Save Time Visual Basic Database Basics Printing with Visual Basic
    Part V:Sprucing Up Programs
    Menus and Visual Basic The Graphic Image Controls Toolbars and More Graphics Writing Correct Applications
    Part VI: Advancing Visual Basic Applications
    Visual Basic and ActiveX Object Basics Distributing Your Applications Online Visual Basic
    About this Course This course is intended for serious computer hobbyists, IT students, and IT professionals. Windows and Visual Basic are required.

    53. EZiners Web Solutions Inc.
    Specializing in web design, site maintenance, database programming, marketing, hosting, and Visual Basic programming.
    http://www.eziners.com

    54. Article: Visual Basic Programming | Pichitech.com
    Read useful information programming, vb programming, Microsoft, paradigm, programming language.
    http://pichitech.com/visual-basic-programming/
    pichitech.com
    Visual Basic Programming
    Jul No Comments admin Computer Programming VB programming, also known as visual basic programming is an event-driven programming language that is created by Microsoft for the purpose of its COM programming model. It is an IDE (Integrated development environment) that is not hard to use because of its graphical features. Based on BASIC (Beginner’s All-purpose Symbolic Instruction Code), this user-friendly programming language enables the user to operate various applications such as GUI (Graphical User Interface) or the RAD (Rapid application development). VB can also be use to access database with ActiveX Data Objects, Data Access Objects or Remote Data Objects. Not only that, the user can also use VB to create ActiveX controls and objects. Also, VB enables the programmer to create an application easily with the help of the components that are provided with the VB! The operating system (OS) that are compatible with VB are MS-DOS and Microsoft Windows. The Paradigm of VB programming is event-driven and object-based. The final release of VB is the version 6 that was launched in 1998. After that, the extended support of Microsoft company ended in 2008 in the month of March. However, the designated successor took over, i.e. VisualBasic.NET

    55. Visual Basic Programming Skilled Only? | Visual Basic Programming
    crazy busy 08 asked I am trying to create a visual basics project that calculates the change after the user enters the amount owed. It needs to tell the
    http://www.redleif.com/8/visual-basic-programming-skilled-only
    Visual basic programming
    Visual Basic Programming skilled only?
    crazy busy 08 asked: I am trying to create a visual basics project that calculates the change after the user enters the amount owed. It needs to tell the user what amount in dollars, quarters, dimes, nickels and pennies. I already entered my variables but I am down to the last two lines of code I thought it was me.xchangelabel.text= val(me.xpaidtextbox.text) - val(me.xowestextbox.text) but I have option strict and explicit on ( Ihave to) and its not helping.
    please help someone I am so frustrated. Thanks
    Pete
    Lanzhou China
    Related posts:
  • Visual Basic Programming Help? Bipul M asked: Does anyone know the code to save... Visual Basic Programming Help? michbox asked: okay i created a simple income calculator but... I have a question here about Visual Basic programming, hope you guys will answer:? bill asked: I want to create a program (in Standard... How to write a program in Visual Basic to add, update, or delete records? Help with Programming in Visual Basic.NET? refuse2lose_2006 asked: I have one context menu and in one...
  • Filed Under Tagged With Computer Language Visual Basic Programming Visual Basics
    Comments
  • quantumkev on April 3rd, 2009 4:51 am
  • 56. Visual Basic - Visual Basic Programming - VB .NET Programmin - VB .NET - Ames, I
    BASIC is a family of high level programming languages that was first developed in 1964! BASIC is an acronym that stands for Beginners Allpurpose Symbolic Instruction Code.
    http://www.winningsolutionsinc.com/Programming/Microsoft/Visual-Basic/Visual-Bas

    57. Visual Basic Programming - Ask.com
    Top questions and answers about VisualBasic-Programming. Find 140 questions and answers about Visual-Basic-Programming at Ask.com Read more.
    http://www.ask.com/questions-about/Visual-Basic-Programming

    58. Visual Basic Programming
    Visual Basic Programming Discussion forum for Visual Basic, an event driven programming language and associated development environment from
    http://forum.codecall.net/visual-basic-programming/

    59. Visual BASIC Programming
    The personal site of Sean AKA Lep. Latest Updates 10/26/10 New Preview, Book Video Trailer Little Beth And The Snow Angel
    http://lepslair.com/tutorials/vb/
    Home
    Blog

    Arcade

    Me
    ...
    Links/Blogrolls
    Mailing List
    Email Address:
    Latest Updates:
    11/16/10: New Preview, The Event Ep. 1.09 Preview
    11/16/10: New Preview, Shameless Season 1 Promo 2
    11/16/10: New Preview, X-Men Evolution: Season 1, Episode 5
    11/16/10: New Preview, House Ep. 7.08 Preview
    Login
    Register Visual BASIC is a programming language used for creating Windows based applications. This section is still being completed, so bear with me as it may take me a while.

    60. Visual Basic Programming Zone
    Completely FREE Visual Basic site featuring source code, utilities, examples, tutorials and much more.
    http://vbprogzone.cjb.net/

    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 3     41-60 of 68    Back | 1  | 2  | 3  | 4  | Next 20

    free hit counter