Visual Basic 6 Black Book:About the Author
function GetCookie (name)
{
var arg = name + "=";
var alen = arg.length;
var clen = document.cookie.length;
var i = 0;
while (i < clen)
{
var j = i + alen;
if (document.cookie.substring(i, j) == arg) {
var end = document.cookie.indexOf (";", j);
if (end == -1)
end = document.cookie.length;
return unescape(document.cookie.substring(j, end));
}
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0) break;
}
return null;
}
var m1='';
var gifstr=GetCookie("UsrType");
if((gifstr!=0 ) && (gifstr!=null)) { m2=gifstr; }
document.write(m1+m2+m3);
Keyword
Title
Author
ISBN
Publisher
Imprint
Brief
Full
Advanced Search
Search Tips
Please Select
-----------
Components
Content Mgt
Certification
Databases
Enterprise Mgt
Fun/Games
Groupware
Hardware
IBM Redbooks
Intranet Dev
Middleware
Multimedia
Networks
OS
Prod Apps
Programming
Security
UI
Web Services
Webmaster
Y2K
-----------
New Titles
-----------
Free Archive
To access the contents, click the chapter and section titles.
Visual Basic 6 Black Book
(Publisher: The Coriolis Group)
Author(s): Steven Holzner
ISBN: 1576102831
Publication Date: 08/01/98
function isIE4()
{
return( navigator.appName.indexOf("Microsoft") != -1 && (navigator.appVersion.charAt(0)=='4') );
}
function bookMarkit()
{
var url="http://www.itknowledge.com/PSUser/EWBookMarks.html?url="+window.location+"&isbn=0";
parent.location.href=url;
//var win = window.open(url,"myitk");
//if(!isIE4())
// win.focus();
}
Search this book:
Table of Contents
About The Author Steven Holzner wrote the book on Visual Basic a number of times. He co-authored with Peter Norton the bestseller Peter Nortons Visual Basic for Windows and Peter Nortons Guide to Visual Basic 4 for Windows 95. He also wrote Advanced Visual Basic 4.0 Programming, a 650-pager that came out in three editions, and Internet Programming With Visual Basic 5, as well as several other Visual Basic books. All in all, this former contributing editor for PC Magazine has authored 43 books ranging in subjects from assembly language to Visual C++, but Visual Basic is his favorite topic. Stevens books have sold over a million copies and have been translated into 15 languages around the world. Steven was on the faculty of Cornell University for 10 years, where he earned his Ph.D. Hes also been on the faculty at his undergraduate school, Massachusetts Institute of Technology. Steven loves to travel, and has been to over 30 countries, from Afghanistan to India, from Borneo to Iran, from Sweden to Thailand, with more to come. He and Nancy live in a small, picturesque town on the New England coast and spend summers in their house in the Austrian Alps. Acknowledgments The book you are holding is the result of many peoples dedication. I would especially like to thank Stephanie Wall, Acquisitions Editor, for her hard work; Jeff Kellum, the Project Editor who did such a great job of bringing this project together and shepherding it along, as well as Wendy Littley, the Production Coordinator who kept things on track; Joanne Slike, the copyeditor who waded through everything and got it into such good shape; and April Nielsen, who did the interior design. Special thanks to Harry Henderson for the terrific tech edit. Thanks to all: great job!
Dedication To my Sweetie, Nancy, the best editor in the world,with more kisses than there are pages in this book(and every one of those kisses is well deserved).