|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBOOKCENTRAL_ocm80244603 |
003 |
OCoLC |
005 |
20240329122006.0 |
006 |
m o d |
007 |
cr cn||||||||| |
008 |
050818s2006 txua o 001 0 eng d |
040 |
|
|
|a REDDC
|b eng
|e pn
|c REDDC
|d OCLCQ
|d COO
|d CEF
|d OCLCQ
|d DKDLA
|d ADU
|d E7B
|d CHC
|d B24X7
|d OCLCO
|d OCLCQ
|d OCLCA
|d OCLCF
|d OCLCQ
|d YDXCP
|d EBLCP
|d DEBSZ
|d OCLCQ
|d AZK
|d COCUF
|d MOR
|d PIFBR
|d ZCU
|d LIV
|d MERUC
|d OCLCQ
|d U3W
|d BRL
|d STF
|d WRM
|d NRAMU
|d ICG
|d VT2
|d OCLCQ
|d WYU
|d A6Q
|d BRF
|d OCLCO
|d OCLCQ
|d OCLCO
|d OCLCL
|
019 |
|
|
|a 466454701
|a 474112535
|a 614892250
|a 646813698
|a 722450919
|a 923427267
|a 961588192
|a 962651273
|a 988413730
|a 992011984
|a 1037411973
|a 1037935620
|a 1038609166
|a 1045568465
|a 1055373014
|a 1058976283
|a 1081217808
|a 1083555376
|a 1097111136
|a 1228606529
|
020 |
|
|
|a 1590957164
|
020 |
|
|
|a 9781590957165
|
029 |
1 |
|
|a AU@
|b 000050962475
|
029 |
1 |
|
|a AU@
|b 000053016480
|
029 |
1 |
|
|a DEBBG
|b BV044113077
|
029 |
1 |
|
|a DEBSZ
|b 449808211
|
029 |
1 |
|
|a NZ1
|b 12040839
|
035 |
|
|
|a (OCoLC)80244603
|z (OCoLC)466454701
|z (OCoLC)474112535
|z (OCoLC)614892250
|z (OCoLC)646813698
|z (OCoLC)722450919
|z (OCoLC)923427267
|z (OCoLC)961588192
|z (OCoLC)962651273
|z (OCoLC)988413730
|z (OCoLC)992011984
|z (OCoLC)1037411973
|z (OCoLC)1037935620
|z (OCoLC)1038609166
|z (OCoLC)1045568465
|z (OCoLC)1055373014
|z (OCoLC)1058976283
|z (OCoLC)1081217808
|z (OCoLC)1083555376
|z (OCoLC)1097111136
|z (OCoLC)1228606529
|
050 |
|
4 |
|a QA76.73.B3
|b H37 2006eb
|
082 |
0 |
4 |
|a 005.268
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Hart, Dick.
|
245 |
1 |
0 |
|a Getting started with visual basic 6.0 :
|b the beginner's test panel /
|c Dick Hart.
|
260 |
|
|
|a Friendswood, TX :
|b TotalRecall Publications,
|c ©2006.
|
300 |
|
|
|a 1 online resource (xv, 277 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a data file
|
500 |
|
|
|a Includes index.
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a About the Author -- About the Book -- A Quick overview of the book chapters -- Table of Contents -- Chapter 1: Getting Started with Visual Basic 6.0 -- About This Notebook -- The Do Nothing Panel -- Data Input Ranges For Supplied Program -- Learning Visual Basic 6.0 -- Text in the Old Days Vs Graphics Today -- B.A.S.I.C. Definition -- Projects and Files in Visual Basic 6.0 -- Taking Visual Basic 6.0 Out For a Short Test Run -- The IDE Tour -- SDI and MDI Forms -- Chapter 2: The IDE -- (Integrated Development Environment)
|
505 |
8 |
|
|a A. The Menu BarB. The Tool Bar -- Form and Control Position and Sizes -- C. The Toolbox -- D. The Form Window -- Form Names and File Names -- Form Name Structure: -- Control Names -- Obtaining Controls from the IDE Toolbox -- Selecting two or more Controls at the same time (two ways) -- First Things To Consider on Forms -- E. The Form Layout Window -- F. The Project Window -- G. The Properties Window -- Properties -- H. The Code Window -- Changing Colors of Keywords and Text -- Chapter 3: My First Program
|
505 |
8 |
|
|a ""Creating a Directory For “My First Program�""""Creating the GUI""; ""In Properties Window at right:""; ""In Properties Window at right:""; ""In Properties Window at right:""; ""In Properties Window at right:""; ""In Properties Window at right:""; ""In Properties Window at right:""; ""Saving the Form""; ""Creating the Code""; ""Saving the Project""; ""Chapter 4: Command Buttons, Labels and Text Boxes""; ""The Concept of Focus""; ""Command Buttons""; ""First Things To Consider on Command Buttons""; ""Labels""; ""First Things To Consider on Labels""; ""Text Boxes""
|
505 |
8 |
|
|a First Things To Consider on Text BoxesChapter 5: Adding Code To Your Program -- Making the Connection Between the Graphics and the Program C -- EVENTS -- Adding an Event Procedure called a Sub -- Coding Controls for Events -- Coding Controls in General -- Saving Forms and Projects -- Click on Save Project As ... -- On Subsequent Project Editing -- Variables in Computer Programming -- Variables that Cause Problems -- Data Types -- Numeric Operations -- Specifying Numeric Values in Scientific Notation -- Specifying Numeric Values in Engineering Notation
|
505 |
8 |
|
|a ""Variable Declaration Shortcuts""""Numeric Assignments""; ""Raising a number to a Power � Arithmetic Operation""; ""Arithmetic Operational Order""; ""String Operations""; ""String Variable Declarations""; ""String Assignments""; ""Boolean Operations""; ""The 'Date' Data Type""; ""Chapter 6: The MsgBox() and InputBox() Functions""; ""The MsgBox() Function""; ""Setting up the Message to be Displayed""; ""MsgBox() Configuration Tables""; ""Obtaining the User's Response to the Message""; ""The Return Value � The Button Pushed by the User""; ""The InputBox() Function""
|
590 |
|
|
|a ProQuest Ebook Central
|b Ebook Central Academic Complete
|
650 |
|
0 |
|a Visual Basic (Computer program language)
|
650 |
|
0 |
|a BASIC (Computer program language)
|
650 |
|
6 |
|a Visual Basic (Langage de programmation)
|
650 |
|
6 |
|a BASIC (Langage de programmation)
|
650 |
|
7 |
|a BASIC (Computer program language)
|2 fast
|
650 |
|
7 |
|a Visual Basic (Computer program language)
|2 fast
|
758 |
|
|
|i has work:
|a Getting started with visual basic 6.0 (Text)
|1 https://id.oclc.org/worldcat/entity/E39PCXVRKMt6r3kd6GfB6jQFpd
|4 https://id.oclc.org/worldcat/ontology/hasWork
|
776 |
0 |
8 |
|i Print version:
|a Timmons, Deborah.
|t ExamInsight For MCP/MCSE Exam 70-291 Windows Server 2003 Certification : Implementing, Managing, and Maintaining a Microsoft Windows Server 2003 Network Infrastructure.
|d Friendswood : TotalRecall Publications, Incorporated, ©2006
|z 9781590950500
|
856 |
4 |
0 |
|u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=3410639
|z Texto completo
|
936 |
|
|
|a BATCHLOAD
|
938 |
|
|
|a Books 24x7
|b B247
|n bks00033260
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL3410639
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10315824
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 2909857
|
994 |
|
|
|a 92
|b IZTAP
|