与 «MACROCOPY»相关的英语书籍
在以下的参考文献中发现
macrocopy的用法。与
macrocopy相关的书籍以及同一来源的简短摘要提供其在 英语文献中的使用情境。
1
The Craft of Words: Part 1:
Macrocopy
In this book The Standardistas demonstrate how a respect for the craft of words can lead to better and more engaging user experiences and add an often overlooked, but important element, to your design toolbox.
DOC" ToMacr0$ ="THere" Encrypt = 1 MacroCopy FromTemplate$ + ":“+
FromMacro$, To Template$ + ":"+ToMacroS, Encrypt End Sub Note that since
HWORLD.DOC is not in the DOT-Path, I've specified the full pathname. Also,
when using ...
3
Hacker's guide to Word for Windows
No so MACROCOPY. Like ISEXECUTi:ONI Y, another macro naming renegade,
you have to obey some mighty arcane rules. You can specify global macros in
either of two ways, by preceding the macro name with GLOBAL: or with NORMAL
.
Woody Leonhard, Vincent Chen, Scott Krueger,
1995
4
Microsoft Word developer's kit
Syntax Remarks Example See Also MacroCopy [Template 1 :]Macrol $, [
Template2:]Macro2$ [, ExecuteOnly] Copies a macro from one open template to
another. MacroCopy cannot replace an open macro. A template is open if it is
attached to ...
Microsoft Corporation,
1995
MacroCopy Src$ + “:" + Macro$. Template$ + “:" + Macro$ Delete this line. Then
go back to the beginning of the macro. Starting at the sixth line, you should see
the following three lines: 0=Globa1 cMacros=CountMacros(SrcContext) ...
6
Developing applications with Microsoft Office 95
Protecting Macros Use WordBasic's MacroCopy statement to make macros
execute-only — in other words, to prevent users from reading or editing them.
This is a good way to distribute applications. To use this statement, both the
template ...
7
Gynecological Imaging: A Reference Guide to Diagnosis
At macrocopy, the liquid was clear the wall was slightly irregular (1—3 mm) with
some hairs Fig. 10.52 MCT in a pregnant woman. A 26-year—old pregnant
woman at 10 weeks and 2 days ofamenorrhea. (a) Intrauterine pregnancy.
Jean Noel Buy, Michel A. Ghossain,
2013
8
Malicious Mobile Code: Virus Protection for Windows
Office disables macro copying commands Most early Word macro viruses used
the MacroCopy or OrganizerCopy commands to spread themselves. Microsoft's
SR-1 Microsoft Office Update modified Office so that a macro could not copy its ...
9
PC Magazine: The Independent Guide to IBM-standard Personal ...
1994 FromMacroS = "ImHere" ToTemplateS = -D:\WINWORD \HW0RLD.DOC"
ToMacro$ ="ImHere" Encrypt - 1 MacroCopy FromTemplateS + " : "+FromMacroS,
ToTemplateS + " : " +ToMacroS , Encrypt End Sub Note that since HWORLD.
10
Inside Word for Windows 95
See Also InStr() Left$() Mid$() Right$ () RTi-im$() MacroCopy Purpose Copies
one macro to another; can be used to copy macros between different templates.
Syntax MacroCopy MacroNamelS, MacroName2$ [, ExecuteOnly] Parameters ...