931 932




Visual Basic 6 Black Book:OLE
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:  














Previous
Table of Contents
Next




Disabling In-Place Editing
If you don’t want an OLE control to allow its OLE object to open for in-place editing, you can set the control’s MiscFlags property. Here are the possible values for that property:

•  vbOLEMiscFlagMemStorage—1; causes the control to use memory to store the object while it’s loaded.
•  vbOLEMiscFlagDisableInPlace—2; overrides the control’s default behavior of allowing in-place activation for objects that support it.

Using vbOLEMiscFlagMemStorage makes data storage operations faster than the default operations (which store data on disk as a temporary file). This setting can, however, use a lot of memory. If an object supports in-place activation, you can use the vbOLEMiscFlagDisableInPlace setting to make the object launch its server in a separate window.



Previous
Table of Contents
Next






Products |  Contact Us |  About Us |  Privacy  |  Ad Info  |  Home Use of this site is subject to certain Terms & Conditions, Copyright © 1996-2000 EarthWeb Inc. All rights reserved. Reproduction whole or in part in any form or medium without express written permission of EarthWeb is prohibited.



Wyszukiwarka

Podobne podstrony:
Brother Fax 910, 920, 921, 930, 931, 940, 945, MFC
932 (2)
931 (2)
ReadMe (932)
929 931
Zero Bania u Cygana (931)
931 935
927 931

więcej podobnych podstron