Cargando…

Compaq Visual Fortran : a guide to creating Windows applications /

Compaq Visual Fortran: A Guide to Creating Windows Applications is the only book that shows developers how to create Windows applications using Visual Fortran software. It complements Digital Press's successful reference, the Digital Visual Fortran Programmer's Guide. Lawrence details deve...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Lawrence, Norman, 1948-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Boston : Digital Press, ©2002.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBSCO_ocn147992830
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 070629s2002 maua ob 001 0 eng d
040 |a N$T  |b eng  |e pn  |c N$T  |d YDXCP  |d OCLCQ  |d IDEBK  |d OCLCQ  |d OCLCF  |d NLGGC  |d COO  |d E7B  |d B24X7  |d OCLCQ  |d AGLDB  |d LIV  |d OCLCQ  |d VTS  |d UWO  |d YOU  |d OCLCQ  |d STF  |d M8D  |d VLY  |d OCLCQ  |d OCLCO  |d MHW  |d DST  |d OCLCQ 
019 |a 51487299  |a 156831407  |a 648305556  |a 1069503280  |a 1078081310  |a 1162553966  |a 1241955807  |a 1300637507 
020 |a 9780080488523  |q (electronic bk.) 
020 |a 0080488528  |q (electronic bk.) 
020 |a 1281049247 
020 |a 9781281049247 
020 |a 9786611049249 
020 |a 661104924X 
020 |z 1555582494 
020 |z 9781555582494 
029 1 |a AU@  |b 000051556074 
029 1 |a DEBBG  |b BV043132428 
029 1 |a DEBSZ  |b 422198749 
029 1 |a GBVCP  |b 802301630 
035 |a (OCoLC)147992830  |z (OCoLC)51487299  |z (OCoLC)156831407  |z (OCoLC)648305556  |z (OCoLC)1069503280  |z (OCoLC)1078081310  |z (OCoLC)1162553966  |z (OCoLC)1241955807  |z (OCoLC)1300637507 
050 4 |a QA76.73.F25  |b L375 2001eb 
072 7 |a COM  |x 051310  |2 bisacsh 
072 7 |a COM  |x 051280  |2 bisacsh 
072 7 |a COM  |x 051130  |2 bisacsh 
082 0 4 |a 005.13/3  |2 22 
049 |a UAMI 
100 1 |a Lawrence, Norman,  |d 1948- 
245 1 0 |a Compaq Visual Fortran :  |b a guide to creating Windows applications /  |c Norman Lawrence. 
260 |a Boston :  |b Digital Press,  |c ©2002. 
300 |a 1 online resource (xix, 462 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 
504 |a Includes bibliographical references and index. 
588 0 |a Print version record. 
505 0 |a Cover; Copyright Page; Contents; Preface; Acknowledgments; Chapter 1. Getting Started; 1.1 A look at Developer Studio; 1.2 Visual Fortran project types; 1.3 Developing graphical user interfaces; 1.4 Do I need to know C?; 1.5 Additional resources; 1.6 Useful Web sites; 1.7 User groups; 1.8 Layout of this book; Chapter 2. Quick Win Basics; 2.1 Before we start; 2.2 Text windows and fonts; 2.3 Fonts1 example; 2.4 Graphics windows and fonts; 2.5 What is next?; Chapter 3. User Interfaces; 3.1 Interface basics; 3.2 Menu1 example; 3.3 Using a mouse; 3.4 Using INITIALSETTINGS to create user menus 
505 8 |a 3.5 What is next?Chapter 4. Using Resources; 4.1 Resource Editor; 4.2 Using Resource Editor; 4.3 Using HTML files as Help files; 4.4 Using Icons and bitmaps; 4.5 Adding version information; 4.6 Using callback routines; 4.7 What is next?; Chapter 5. Graphics; 5.1 Coordinate systems; 5.2 Fill masks; 5.3 What is next?; Chapter 6. Creating Win32 API Applications; 6.1 Win32 basics; 6.2 Getting started; 6.3 WinMain, the main entry point; 6.4 Working with menus; 6.5 Windows with style; 6.6 What is next?; Chapter 7. Dialog Boxes and Controls; 7.1 Creating a modal dialog box; 7.2 Modeless dialog boxes 
505 8 |a 7.3 Currency exchange example7.4 Common controls; 7.5 What is next?; Chapter 8. Common Dialog Boxes; 8.1 Using common dialog boxes; 8.2 Opening and saving files; 8.3 Selecting colors; 8.4 Choosing fonts; 8.5 Page setup and printing; 8.6 Finding and replacing text; 8.7 What is next?; Chapter 9. Vector Graphics; 9.1 Introduction; 9.2 Lines2 example program; 9.3 DRAW2 example program; 9.4 Bezier curve example program; 9.5 Coordinate systems; 9.6 Transforms example program; 9.7 Regions; 9.8 Paths; 9.9 Enhanced metafiles; 9.10 MetaSketch example program; 9.11 MetaView example program 
505 8 |a 9.12 What is next?Chapter 10. Bitmap Graphics; 10.1 Introduction; 10.2 GDI device-dependent bitmaps; 10.3 Animation; 10.4 Device-independent bitmaps; 10.5 What is next?; Chapter 11. More Common Controls; 11.1 Common control basics; 11.2 Animation controls; 11.3 Calendar and date time picker controls; 11.4 Tab controls; 11.5 Tree view controls; 11.6 Splitter view; 11.7 What is next?; Chapter 12. Multiple Document Interface (MDI) Applications; 12.1 Introduction; 12.2 MultiPad example; 12.3 MainWndProc, Main windows messages entry point; 12.4 MDIWndProc, MDI windows messages entry point 
505 8 |a 12.5 What is next?Chapter 13. Finishing Touches; 13.1 Introduction; 13.2 Owner draw controls; 13.3 Registry; 13.4 Tip of the day example; 13.5 Recently used list; 13.6 What is next?; Chapter 14. Creating Help Files; 14.1 Help Workshop; 14.2 First Help project; 14.3 Scribe3 Help; 14.4 Building the Scribe3 Help file; 14.5 Context Help; 14.6 What is next?; Chapter 15. Open GL Basics; 15.1 Introduction; 15.2 Getting started; 15.3 Lines and points; 15.4 Resizing windows; 15.5 Triangles and quadrilaterals; 15.6 Display lists; 15.7 Double-frame buffers; 15.8 OpenGL in three dimensions; 15.9 Lighting 
520 |a Compaq Visual Fortran: A Guide to Creating Windows Applications is the only book that shows developers how to create Windows applications using Visual Fortran software. It complements Digital Press's successful reference, the Digital Visual Fortran Programmer's Guide. Lawrence details development methods and techniques for creating Fortran applications for Windows, the platform upon which developers can use Compaq Visual Fortran (CVF; to be Intel Visual Fortran in the future) to create applications. The book teaches CVF programming progressively, beginning with simple tasks and building. 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a FORTRAN (Computer program language) 
650 6 |a Fortran (Langage de programmation) 
650 7 |a COMPUTERS  |x Programming Languages  |x C♯  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Java.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Pascal.  |2 bisacsh 
650 7 |a FORTRAN (Computer program language)  |2 fast  |0 (OCoLC)fst00919336 
776 0 8 |i Print version:  |a Lawrence, Norman, 1948-  |t Compaq Visual Fortran.  |d Boston : Digital Press, ©2002  |z 1555582494  |z 9781555582494  |w (DLC) 2001052790  |w (OCoLC)46809735 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=196368  |z Texto completo 
938 |a Books 24x7  |b B247  |n bks00002274 
938 |a ebrary  |b EBRY  |n ebr10186588 
938 |a EBSCOhost  |b EBSC  |n 196368 
938 |a YBP Library Services  |b YANK  |n 2574560 
994 |a 92  |b IZTAP