MARC details
000 -LEADER |
fixed length control field |
10135cam a22003494a 4500 |
001 - CONTROL NUMBER |
control field |
3140 |
003 - CONTROL NUMBER IDENTIFIER |
control field |
BD-DhEWU |
005 - DATE AND TIME OF LATEST TRANSACTION |
control field |
20140113134451.0 |
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION |
fixed length control field |
990310s1999 nyua 001 0 eng |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
International Standard Book Number |
047133345X (paper/cdrom : alk. paper) |
|
International Standard Book Number |
9780471333456 |
035 ## - SYSTEM CONTROL NUMBER |
System control number |
(OCoLC) |
040 ## - CATALOGING SOURCE |
Original cataloging agency |
DLC |
Transcribing agency |
DLC |
Modifying agency |
DLC |
-- |
BD-DhEWU |
Language of cataloging |
eng |
041 ## - LANGUAGE CODE |
Language code of text/sound track or separate title |
eng |
042 ## - AUTHENTICATION CODE |
Authentication code |
pcc |
050 00 - LIBRARY OF CONGRESS CALL NUMBER |
Classification number |
QA76.73.B3 |
Item number |
S8339 1999 |
082 00 - DEWEY DECIMAL CLASSIFICATION NUMBER |
Classification number |
005.26'8 |
Edition number |
22 |
Item number |
STR 1999 |
100 1# - MAIN ENTRY--PERSONAL NAME |
Personal name |
Stephens, Rod, |
9 (RLIN) |
2848 |
245 10 - TITLE STATEMENT |
Title |
Ready-to-run Visual Basic code library : |
Remainder of title |
tips, tricks, and workarounds for better programming / |
Statement of responsibility, etc |
Rod Stephens. |
260 ## - PUBLICATION, DISTRIBUTION, ETC. (IMPRINT) |
Place of publication, distribution, etc |
New York : |
Name of publisher, distributor, etc |
John Wiley, |
Date of publication, distribution, etc |
1999. |
300 ## - PHYSICAL DESCRIPTION |
Extent |
xxii, 424 p. : |
Other physical details |
ill. ; |
Dimensions |
23 cm. + |
504 ## - BIBLIOGRAPHY, ETC. NOTE |
Bibliography, etc |
Include index. |
505 ## - FORMATTED CONTENTS NOTE |
Title |
Table of contents |
Formatted contents note |
Working with Variables --<br/>Initialize Arrays --<br/>How It Works --<br/>Copy Memory Quickly Using the API --<br/>How It Works --<br/>Copy Memory Quickly in Visual Basic 6 --<br/>How It Works --<br/>Empty Collections Quickly --<br/>How It Works --<br/>Use Arrays Not Collections --<br/>How It Works --<br/>Create Objects Quickly --<br/>How It Works --<br/>Use Nested UDTs --<br/>How It Works --<br/>Create Global Properties --<br/>How It Works --<br/>Hide Data Inside Modules --<br/>How It Works --<br/>Use Classes and Modules --<br/>How It Works --<br/>Use Implements --<br/>How It Works --<br/>Use Concrete Object Types --<br/>How It Works --<br/>Track Object Creation and Destruction --<br/>How It Works --<br/>Understand Parenthesized Arguments --<br/>How It Works --<br/>Beware of Foreign Syntax --<br/>How It Works --<br/>Understand Null Values --<br/>How It Works --<br/>Null --<br/>Empty --<br/>vbNullString --<br/>Nothing --<br/>Program Nulls --<br/>Manipulating Numbers --<br/>Generate Random Values --<br/>How It Works --<br/>Seed Rnd --<br/>How It Works --<br/>Cipher Text --<br/>How It Works --<br/>Randomize a List --<br/>How It Works --<br/>Randomize a Two-Dimensional Array --<br/>How It Works --<br/>Sort a List --<br/>How It Works --<br/>Remove Duplicates from a List --<br/>How It Works --<br/>Take Numeric Roots --<br/>How It Works --<br/>Handling Text --<br/>Search a TextBox --<br/>How It Works --<br/>Initialization --<br/>Finding Text --<br/>Replacing Text --<br/>Replacing All --<br/>Find Last Occurrences --<br/>How It Works --<br/>Tokenize Strings --<br/>How It Works --<br/>Parse Commands --<br/>How It Works --<br/>Replace Text Occurrences --<br/>How It Works --<br/>Make a TextBox Capitalize Input --<br/>How It Works --<br/>See If a String Is Blank --<br/>How It Works --<br/>Formatting Output --<br/>Format Numbers --<br/>How It Works --<br/>Change Case --<br/>How It Works --<br/>Convert Values --<br/>How It Works --<br/>Justify Output with a Monospaced Font --<br/>How It Works --<br/>Justify Output with a Proportional Font --<br/>How It Works --<br/>Track the Clipboard --<br/>How It Works --<br/>Copy, Cut, and Paste Pictures --<br/>How It Works --<br/>Display an Integer in Binary --<br/>How It Works --<br/>Tackling Timers --<br/>Make a Blinking Label --<br/>How It Works --<br/>Make Text Blink in a PictureBox --<br/>How It Works --<br/>Make a Program Countdown --<br/>How It Works --<br/>Display a Digital Clock --<br/>How It Works --<br/>Trigger Alarms --<br/>How It Works --<br/>Make a Long Waiting Timer --<br/>How It Works --<br/>Scroll Text --<br/>How It Works --<br/>Starting and Stopping --<br/>Check Command-Line Parameters --<br/>How It Works --<br/>Starting in the IDE --<br/>Starting in a DOS Window --<br/>Starting from Another Program --<br/>Using Windows Explorer --<br/>Using Shortcuts --<br/>Check Environment Variables --<br/>How It Works --<br/>Start Another Program --<br/>How It Works --<br/>Change Environment Variables --<br/>How It Works --<br/>See if the IDE Is Running --<br/>How It Works --<br/>Allow Only One Instance --<br/>How It Works --<br/>Get the Windows Version --<br/>How It Works --<br/>Unload All Forms --<br/>How It Works --<br/>Run a DOS Batch File --<br/>How It Works --<br/>Wait for Another Program --<br/>How It Works --<br/>Invoke Default Actions --<br/>How It Works --<br/>Network Programming --<br/>Map a Network Share --<br/>How It Works --<br/>Display a Web Document --<br/>How It Works --<br/>Display HTML Code --<br/>How It Works --<br/>Parse HTML Code --<br/>How It Works --<br/>Taming TextBoxes --<br/>Show New Text --<br/>How It Works --<br/>Clear All TextBoxes --<br/>How It Works --<br/>Automatically Select Text --<br/>How It Works --<br/>Convert Carriage Returns to Tabs --<br/>How It Works --<br/>Make a RichTextBox Editor --<br/>How It Works --<br/>Protecting Data --<br/>MRU List --<br/>Formatting Fonts --<br/>Set TextBox Tabs --<br/>How It Works --<br/>Set TextBox Margins --<br/>How It Works --<br/>Double-Click to Strike Out Lines --<br/>How It Works --<br/>Display the Clicked Word --<br/>How It Works --<br/>Find the Word under the Mouse --<br/>How It Works --<br/>Give Different Words Different Cursors --<br/>How It Works --<br/>Validate Fields --<br/>How It Works --<br/>Make All Text Visible --<br/>How It Works --<br/>Hide a TextBox's Caret --<br/>How It Works --<br/>Replace a TextBox's Context Menu --<br/>How It Works --<br/>Disable a TextBox's Context Menu --<br/>How It Works --<br/>Right Justify Single-Line Text --<br/>How It Works --<br/>Using ListBoxes and ComboBoxes --<br/>Find Selected Items --<br/>How It Works --<br/>Find an ItemData Value --<br/>How It Works --<br/>Change Dropdown Height --<br/>How It Works --<br/>Change Dropdown Width --<br/>How It Works --<br/>Set Tabs in a ListBox --<br/>How It Works --<br/>Move Items between Lists --<br/>How It Works --<br/>Save and Restore a ComboBox --<br/>How It Works --<br/>Match ListBox Prefixes --<br/>How It Works --<br/>Detect ComboBox Dropdown --<br/>How It Works --<br/>Using ListView and TreeView --<br/>Use a ListView Control --<br/>How It Works --<br/>Use a TreeView Control --<br/>How It Works --<br/>Let the User Drag TreeView Nodes --<br/>How It Works --<br/>Save and Restore a TreeView --<br/>How It Works --<br/>Serialization --<br/>Unserialization --<br/>Combine TreeViews and ListViews --<br/>How It Works --<br/>Using Other Controls --<br/>Play an AVI Video File --<br/>How It Works --<br/>Play a Wave Audio File --<br/>How It Works --<br/>Make a Button Ignore Return Keys --<br/>How It Works --<br/>Use a ProgressBar --<br/>How It Works --<br/>Use a StatusBar --<br/>How It Works --<br/>Let the User Select a Font --<br/>How It Works --<br/>Let the User Select a File --<br/>How It Works --<br/>Use Tabs --<br/>How It Works --<br/>Use Buttons with Pictures --<br/>How It Works --<br/>Make a Highlighting Control --<br/>How It Works --<br/>Managing Controls --<br/>Learn Control Array Bounds --<br/>How It Works --<br/>Create Controls at Run Time Using Load --<br/>How It Works --<br/>Create Controls at Run Time in Visual Basic 6 --<br/>How It Works --<br/>Enable the Controls in a Container --<br/>How It Works --<br/>Use Accelerators --<br/>How It Works --<br/>Save and Restore Control Values --<br/>How It Works --<br/>Manage Two-Dimensional Control Arrays --<br/>How It Works --<br/>Build a Splitter --<br/>How It Works --<br/>Build a Scrolled Window --<br/>How It Works --<br/>Generating Graphics --<br/>Separate Colors --<br/>How It Works --<br/>Draw a Color Gradient --<br/>How It Works --<br/>Use Compressed Graphics --<br/>How It Works --<br/>Resize Using PaintPicture --<br/>How It Works --<br/>Tile a Form Using PaintPicture --<br/>How It Works --<br/>View Images --<br/>How It Works --<br/>Let the User Select Areas --<br/>How It Works --<br/>Simulate Alt-PrntScrn --<br/>How It Works --<br/>Use BitBlt and StretchBlt --<br/>How It Works --<br/>Center an Image --<br/>How It Works --<br/>Use FloodFill --<br/>How It Works --<br/>Use Polygon --<br/>How It Works --<br/>Stretch a Picture --<br/>How It Works --<br/>Implementing Animation --<br/>Bounce a Ball --<br/>How It Works --<br/>Bounce a Ball Faster --<br/>How It Works --<br/>Bounce a Ball on a Background --<br/>How It Works --<br/>Drag a Picture --<br/>How It Works --<br/>Using Fonts --<br/>List Available Fonts --<br/>How It Works --<br/>Use Superscripts and Subscripts --<br/>How It Works --<br/>Create New Fonts --<br/>How It Works --<br/>Create Rotated Fonts --<br/>How It Works --<br/>Draw Curved Text --<br/>How It Works --<br/>Making Menus --<br/>Use Popup Menus --<br/>How It Works --<br/>Make Menu Items at Run Time --<br/>How It Works --<br/>Disable the Close Command --<br/>How It Works --<br/>List a Form's Menus --<br/>How It Works --<br/>Hide a Form's Menus --<br/>How It Works --<br/>Hide a Form's Menus Using the API --<br/>How It Works --<br/>Add to the System Menu --<br/>How It Works --<br/>Managing Forms --<br/>Size a Form in Inches --<br/>How It Works --<br/>Keep a Form on Top of Another --<br/>How It Works --<br/>Display a Form by Name --<br/>How It Works --<br/>Display a Single Form by Name --<br/>How It Works --<br/>Manage Hourglass Cursors --<br/>How It Works --<br/>Make an Elliptical Form --<br/>How It Works --<br/>Make a Polygonal Form --<br/>How It Works --<br/>Make a Form with a Hole in It --<br/>How It Works --<br/>Center a Form --<br/>How It Works --<br/>Read Windows Messages --<br/>How It Works --<br/>Fix a Form's Width --<br/>How It Works --<br/>Display an Icon in the System Tray --<br/>How It Works --<br/>Move a Form without a Title Bar --<br/>How It Works --<br/>Using Files and Directories --<br/>See If a File Exists --<br/>How It Works --<br/>Read a File's Contents --<br/>How It Works --<br/>Read and Write Arrays --<br/>How It Works --<br/>Count the Lines in a File --<br/>How It Works --<br/>Filter a File --<br/>How It Works --<br/>List a Directory's Subdirectories --<br/>How It Works --<br/>Search for Files --<br/>How It Works --<br/>Search for Files Using the API --<br/>How It Works --<br/>Find a Directory's Size --<br/>How It Works --<br/>Copy a Directory Hierarchy --<br/>How It Works --<br/>Move a File into the Wastebasket --<br/>How It Works --<br/>Display Disk Volume Information --<br/>How It Works --<br/>Using the Registry --<br/>Track a Program's Usage --<br/>How It Works --<br/>Use a One-Time Password --<br/>How It Works --<br/>Perform One-Time Initialization --<br/>How It Works --<br/>Provide a Tip-of-the-Day --<br/>How It Works --<br/>Save and Restore Settings --<br/>How It Works --<br/>Read Unusual Registry Keys --<br/>How It Works --<br/>Read Internationalization Keys --<br/>How It Works --<br/>List Subkeys within a Key --<br/>How It Works. |
520 ## - SUMMARY, ETC. |
Summary, etc |
Most Visual Basic programmers need a stockpile of code ready-to-use in the real world. This resource features approaches to manipulating databases, animating images, drawing sophisticated graphics, engaging in complex printing, and many other advanced techniques. |
526 ## - STUDY PROGRAM INFORMATION NOTE |
Program name |
CSE |
Requested Dept. (EWU) |
CSE |
590 ## - LOCAL NOTE (RLIN) |
Local note |
Shaharima Parvin |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM |
Topical term or geographic name as entry element |
BASIC (Computer program language) |
9 (RLIN) |
2849 |
856 4# - ELECTRONIC LOCATION AND ACCESS |
Materials specified |
Table of Contents |
Uniform Resource Identifier |
http://www.loc.gov/catdir/toc/onix04/99020854.html |
|
Materials specified |
Contributor biographical information |
Uniform Resource Identifier |
http://www.loc.gov/catdir/enhancements/fy0706/99020854-b.html |
|
Materials specified |
Publisher description |
Uniform Resource Identifier |
http://www.loc.gov/catdir/enhancements/fy0706/99020854-d.html |
942 ## - ADDED ENTRY ELEMENTS (KOHA) |
Source of classification or shelving scheme |
Dewey Decimal Classification |
Koha item type |
Text |