社区
Office开发/ VBA
帖子详情
MS Project里面如何使用Macro?
mswater
2006-06-15 04:36:07
跟Excel Macro有什么不一样?象取当前行的值怎么写?这方面资料好象挺少的,请问各位那里能找到这些资料?
...全文
140
1
打赏
收藏
MS Project里面如何使用Macro?
跟Excel Macro有什么不一样?象取当前行的值怎么写?这方面资料好象挺少的,请问各位那里能找到这些资料?
复制链接
扫一扫
分享
转发到动态
举报
AI
作业
写回复
配置赞助广告
用AI写文章
1 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
mswater
2006-06-17
打赏
举报
回复
哪位高手会啊,请赐教~~
Codewarrior_IDE快速入门
Codewarrior_IDE快速入门,
详细介绍如何在展讯平台上添加菜单(最后附有源代码)[汇编].pdf
详细介绍如何在展讯平台上添加菜单(最后附有源代码)[汇编].pdf
《游戏编程精粹》光盘源代码
《游戏编程精粹》光盘源代码Author: Steve Rabin E-mail: stevera@noa.nintendo.com Last revised: 5-20-00 This MS Visual C++
p
ro
ject
is the AI engine described in the book Game P
ro
gramming Gems within the article "Designing a General
Ro
bust AI Engine". Please refer to the book for a full explanation of the implementation. Comments within the code also p
ro
vide additional information. The state
mac
hine language uses a few custom keywords that should be highlighted by Visual C++ in order to make the state
mac
hine more readable. You can get Visual C++ to highlight these words by placing the file "usertype.dat" (included in this directory) into the same directory as Msdev.exe (C:P
ro
gram FilesMic
ro
soft Visual StudioCommonMSDev98Bin). The file "usertype.dat" is simply a text file listing the state
mac
hine keywords. Here is a brief overview of the state
mac
hine structure. Each game object can point to a state
mac
hine. When that game object receives a message, it gets
ro
uted to it s state
mac
hine. The state
mac
hine can execute any code on behalf of the game object and can send additional messages, delayed messages (timers), can change state, or can dest
ro
y itself. Actually, each state
mac
hine can execute any code within your game. It is completely general. The state
mac
hine language was designed to p
ro
vide a simple, consistent,
ro
bust, and general implementation of a state
mac
hine to every game object. The language itself consists solely of
mac
ro
s that have been carefully crafted to fit together like puzzle pieces. You can see an example in the file "fsm_d
ro
ne.cpp". The
mac
ro
language can be found in the file "fsm
mac
ro
s.h". The AI engine p
ro
vided was ported f
ro
m C++ to C in order to show that it doesn t rely on any object-oriented techniques and that its generally applicable (also for legal reasons). I would highly advise porting it back to C++ so that it can take advantage of object-oriented techniques (even though it doesn t require them). Good Luck!
UE(官方下载)
Keyboard shortcuts A quick reference guide to UltraEdit's default keyboard shortcuts Keymapping and custom hotkeys How to customize 键映射s and menu hotkeys Column Markers The benefit of a column maker is that it can help you to format your text/code, or in some cases to make it easier to read in complex nested logic. Quick Open UltraEdit and UEStudio p
ro
vide multiple methods to quickly open files without using the standard Open File dialog. A favorite method among power users is the Quick Open in the File menu. The benefit of the quick open dialog is that it loads up very... Vertical & Horizontal Split Window This is a convenient feature when you're manually comparing files, when you want to copy/paste between multiple files, or when you simply want to divide up your edit space. Tabbed Child Windows Declutter your edit space by using the tabbed child windows feature Auto-Hide Child Windows When you're deep in your code, the most important thing is editing space. The all new auto-hide child windows give you The all new auto-hide child windows allow you to maximize your editing space by hiding the child windows against the edge of the editor. Customizing toolbars Did you know that you can not only change what is on UltraEdit's toolbars, you can also change the icon used, as well as create your own custom toolbars and tools? File tabs Understand how file tabs can be displayed, cont
ro
lled and configured th
ro
ugh the window docking system in UltraEdit/UEStudio. Create user/
p
ro
ject
tools Execute DOS or Windows commands in UltraEdit or UEStudio Temporary Files UltraEdit and UEStudio use temporary files... but what are temporary files? This power tip p
ro
vides an explanation as well as some tips to get the most out of temp files. Backup and Restore Settings One of the staples of UltraEdit (and UEStudio) is its highly configurable interface and features. However, what happens when you're moving to a new system and you want to port your settings and customizations over along with UltraEdit? Add a webpage to your toolbar Use UltraEdit's powerful user tools to launch your favorite website f
ro
m the click of a button on your toolbar Integrate Yahoo!, Google, Wikipedia and more with UltraEdit This tutorial will show you how to access the information you need in your b
ro
wser by simply highlighting your text in the edit window and clicking your toolbar button How to install UE3 UE3 is the portable version of UltraEdit developed specifically for the U3 smart drive. You will need a U3-compatible USB drive for this power tip Scripting tutorial An int
ro
duction to UltraEdit's integrated scripting feature The List Lines Containing String option in Find The lists lines option can be a handy tool when searching because it presents all occurrences of the find string in a floating dialog box. You can use the dialog to navigate to each instance by double-clicking on one of the result lines... Scripting Access to the Clipboard How to access the Clipboard using the integrated scripting engine Scripting access to output window How to access the output window using the integrated scripting engine Writing a
mac
ro
Steps to record and edit powerful
mac
ro
s to quickly and efficiently edit files Using "copied" and "selected" variables for dynamic
mac
ro
s Use copied and selected text in
mac
ro
s to dramatically increase the power and flexibility of UltraEdit
mac
ro
s Run a
mac
ro
or script f
ro
m the command line We are often asked if it is possible to run an UltraEdit
mac
ro
or script on a file f
ro
m the command line. The answer is yes - and it's not only possible, it's extremely simple! Using find/replace UltraEdit and UEStudio give you the ability to perform a find or replace th
ro
ugh one or more files. Learn how to use UltraEdit/UEStudio's powerful find and replace. Multiline find and replace Search and replace text spanning several lines Incremental search Incremental search is an inline, p
ro
gressive search that allows you to find matched text as you type, much like Firefox's search feature Regular expressions Regular Expressions are essentially patterns (rather than specific strings) that are used with Find/Replace operations. This guide can dramatically imp
ro
ve your speed and efficiency for Find/Replace Tagged expressions "Tagging" the find data allows UltraEdit/UEStudio to re-use the data similar to variable during a replace. For example, If ^(h*o^) ^(f*s^) matches "hello folks", ^2 ^1 would replace it with "folks hello". Perl compatible regular expressions An int
ro
duction to using Perl-style regular expressions for search/replace Perl regex tutorial: non-greedy regular expressions Have you ever built a complex Perl-style regular expression, only to find that it matches much more data than you anticipated? If you've ever found yourself pulling your hair out trying to build the perfect regular expression to match the least amoun... Remove blank lines A question we often see is "I have a lot of blank lines in my file and I don't want to go th
ro
ugh and manually delete them. Is there an easier way to do this?" The answer is: yes! Configure FTP Set up and configure multiple FTP accounts TaskMatch Envi
ro
nments How to use TaskMatch Envi
ro
nments in UltraEdit and UEStudio Configure FTP backup Save a local copy of your files when you transfer them to FTP directories Encrypt and Decrypt Text Files Use UltraEdit to encrypt and decrypt your text files Link to remote directories Sync local directories with remote (FTP/SFTP) directories Compare Modified File Against Source File How to compare the modified file against the source file on disk. Column Based Find and Replace Need to restrict your search/replace to a specific column range? The column based search does just that... Compare Highlighted Text If you need to quickly compare of portions of text, rather than an entire file, then you need UltraEdit/UEStudio's selected text compare! The selected text compare allows you to select portions of text between 2 files and execute a compare on ONLY the se Using the SSH/telnet console A tutorial for UltraEdit/UEStudio's SSH/telent feature Adding a wordfile Adding a wordfile in UltraEdit v15.00 and greater Adding a wordfile (in v14.20 and earlier) Add a language definition to your wordfile for use with UltraEdit and UEStudio's powerful syntax highlighting Syntax highlighting and code folding Explanation of highlighting and folding definitions in the UltraEdit/UEStudio wordfile Create Your Own TaskMatch Envi
ro
nment How to create your own TaskMatch Envi
ro
nments Filtering the Explorer View How to filter the Explorer view in UltraEdit and UEStudio G
ro
up Files and Folders with
P
ro
ject
s How to g
ro
up your files and folders using
P
ro
ject
s Adding or removing file extensions for syntax highlighting How to configure syntax highlighting to highlight different file types automatically
P
ro
ject
Settings Advanced
P
ro
ject
Features - Using the UltraEdit/UEStudio
p
ro
ject
settings dialog Scripting Techniques Scripting techniques for UltraEdit/UEStudio. Perl-style regular expressions for function strings Using Perl-Style regexes to identify functions in your syntax-highlighted files and populate the function list Autocorrect keywords in UltraEdit/UEStudio How to enable and disable autocorrect keywords with syntax highlighting Insert Menu Commands UltraEdit includes several special insert functions under the Insert menu. You can use these functions to insert a file into the active file, insert a string into the file at every specified increment, sample colors f
ro
m anywhere on your screen, and more. Using Bookmarks UltraEdit and UEStudio p
ro
vide a way for you to mark, access, and preview your favorite lines via bookmarks. We'll look at how to create, edit, and configure bookmarks in the bookmark viewer. Creating Search Favorites UltraEdit includes a Search and Replace Favorites feature that allows you to manage frequently used Find and Replace strings. Create, name, and edit your Search and Replace Favorites... Customizing The HTML Toolbar Commands The purpose of this power tip is to teach you how to customize the existing HTML tags and create your own HTML tags. Combine All Open Files into a Single Destination File Have you ever needed to combine multiple files into a single destination (output) file? You can use a combination of a script and tool to create a single file f
ro
m multiple files. Sum Column/Selection in Column Mode This power tip demonstrates how to calculate the sum f
ro
m a column of numeric data. Column mode How to use the features of UltraEdit's powerful column mode Advanced and column-based sort How to sort file data using the advanced sort options and the column sort options Working with CSV files Use UltraEdit's built-in handling for character-separated value files Word wrap and tab settings for different file types UltraEdit and UEStudio allow you to customize the word wrap and tab settings for any type of file. This power tip walks you th
ro
ugh the steps to configure these customizations Versioned backup Set UltraEdit/UEStudio to automatically save versioned backups of your files Configure spell checker How to set the highly-configurable options for UltraEdit's integrated spell checker Special functions UltraEdit includes several special functions under the File menu. You can use these functions to insert a file into the current file, delete the active file, send the file th
ro
ugh email, or insert a string into the file at every specified increment HTML preview Edit and preview your rendered HTML code in the edit window Custom templates Create templates for frequently used text. You can also assign hotkeys to your templates. Compare files/folders Integrated differences tool - comparing files and folders with UltraCompare P
ro
fessional File change polling Monitor log files and more using UltraEdit's file change polling feature Vertically split the edit window Splitting the edit window in UltraEdit/UEStudio Large file text editor UltraEdit can be used to edit large text files. Learn how to configure UltraEdit to optimize editing large text files Multiple configuration envi
ro
nments of Ultraedit/UEstudio How to set up your separate envi
ro
nments for UltraEdit/UEStudio Java compiler Create a custom user tool to compile Java code, using the command line, f
ro
m within UltraEdit Configure UltraEdit with javascript lint How to check your JavaScript source code for common mistakes without actually running the script or opening the web page Character p
ro
perties at your fingertips Access the p
ro
perties of a character with the click of a button Ctags Set up and configure Ctags for use in UltraEdit Visual SourceSafe integration Create a customized user tool to check out files f
ro
m Visual SourceSafe Running WebFOCUS f
ro
m UltraEdit Configure UltraEdit for use with WebFOCUS CSE HTML Validator CSE HTML Validator for Windows is the most powerful, easy to use, user configurable, and all-in-one HTML, XHTML, CSS, link, spelling, and accessibility checker available. This quick tutorial shows you how to use it and set it up in UltraEdit/UEStudio Working with Unicode in UltraEdit/UEStudio In this tutorial, we'll cover some of the basics of Unicode-encoded text and Unicode files, and how to view and manipulate it in UltraEdit. Search and delete lines found UEStudio and UltraEdit p
ro
vide a way for you to search and delete found lines f
ro
m your files. This short tutorial p
ro
vides the steps for searching for and deleting lines by writing a simple script. Parsing XML files and editing XML files Parsing XML can be a time-consuming task, especially when large amounts of data are involved. As of v15.10, UltraEdit p
ro
vides you with a the XML Window for the purpose of parsing your XML files. The XML window allows you to navigate th
ro
ugh the XML... Using Bookmarks UltraEdit and UEStudio p
ro
vide a way for you to mark, access, and preview your favorite lines via bookmarks. We'll look at how to create, edit, and configure bookmarks in the bookmark viewer. Using the CSS style builder UltraEdit and UEStudio both include a CSS style builder for you to easily configure and insert CSS styles into the active document. This power tip will show you how to use the style builder. SSH/Telnet Session Logging Log the input and output to/f
ro
m the server in your SSH/Telnet sessions Edit, develop, debug, and run SAS p
ro
grams This user-submitted power tip describes how to use UltraEdit as a SAS editor, as well as how to run and debug SAS p
ro
grams f
ro
m the editor itself Tabs to Spaces - Ignore tabs and spaces in string and comments Ever had to convert the tab characters to spaces, but wanted to leave the tabs in strings and comments untouched? In previous versions, the convert tabs to spaces feature didn't distinguish between tabs as whitespace/formatting vs. tabs in... Setting File Associations in UltraEdit/UEStudio A file association is used by Windows Explorer to determine which application will open the file when it is double-clicked (or opened) in Explorer. In the interest of speed, many UltraEdit/UEStudio users want to associate specific file types with... Windows Explorer Integration We know that many UltraEdit/UEStudio users don't operate solely f
ro
m within the editor; rather, they are frequently working in Windows Explorer before going to the editor. As such, they want (and need) a quick and easy way to open files f
ro
m within... Line Change Indicator Ever wanted to see what changes you've made since your last save, or have you ever wanted to know what lines you've changed during an edit session? As of UltraEdit v16.00, you can do just that with the line change indicator... Comment and Uncomment Selected Text How many times per day do you comment out a block of code? Do you ever get tired of manually typing your open and close comments? As of v16.00, simply highlight your code, click a button, and move on. It's that easy... Hide, Show, and Delete Found Lines in UltraEdit/UEStudio Over time, many of our users have asked for the ability to hide/show lines based on a Find string... you got it! As of v16.00, you can now hide/show and even delete text based on your search criteria. The following power tip will guide you th
ro
ugh... Read Only Status Indicator Have you ever opened a file, tried incessantly to modify it, then realized it was read only? As of v16.00, UltraEdit includes an enhanced read only status indicator. For read only files, the file tab will display a lock icon. Additionally, you can... Regular Expression Builder Regular Expressions are essentially patterns, rather than literal strings, that are used to compare/match text in Find/Replace operations. As an example, the * character in a Perl regular expression matches the preceding character or expression ze
ro
or.. XML Manager: In-line editing of XML files The XML Manager allows you to navigate th
ro
ugh complex XML data. But, what happens when you want to make a quick edit to your XML tags/data.... UltraEdit v16.00 extends the XML Manager with inline editing, giving you a faster and more elegant method... UltraEdit v16.00 Scripting Enhancements One of UltraEdit's trademark features is the ability to automate tasks th
ro
ugh scripting. V16.00 extends the power of scripting further with includes, active document index, and more! Parse Source Code with the Function List The function list displays all the functions in the active file/
p
ro
ject
. Double clicking on a function name in the list repositions the file to the desired function. Also, as you navigate th
ro
ugh a file, the function selected in the list changes to indica Brace Matching Brace matching is an often-used feature; it is indispensable for navigating th
ro
ugh your code. Brace matching simply allows you to position your cursor next to an open (or close) brace and highlight the corresponding brace. Code Folding Code folding is indispensable for managing complex/nested code structures. Code folding allows you to collapse (hide) a section of code. The collapsible sections are based on the structure of the file/language Shared FTP accounts Do you use multiple IDM p
ro
ducts - UltraEdit, UEStudio, or UltraCompare? Ever get sick of managing your FTP account information in each application? Now you can stop worrying about porting your FTP account settings! Simply configure it once and share you Auto-load
mac
ro
with
p
ro
ject
Many UltraEdit/UEStudio users rely heavily on
p
ro
ject
s - and why not,
p
ro
ject
s are extremely helpful in managing related files and folder.
P
ro
ject
s not only allow you to g
ro
up/manage your files and folders, but
p
ro
ject
s also contain other items that... UEStudio
使用
技巧 Using the classviewer A tour of UEStudio's classviewer which p
ro
vides a parsed graphical representation of your
p
ro
ject
CVS/SVN Auto-Detect UEStudio can automatically detect and import your CVS/SVN account settings when you import a folder already under version cont
ro
l. IntelliTips UEStudio offers language intelligence in an exciting feature we call IntelliTips (like Intellisense). Imagine a function parameter list tooltip coupled with an intelligent auto complete tooltip for code elements of the current file Quickstart guide: Using UEStudio to develop Java applications A guide for using UEStudio to edit and develop Java applications Create a local PHP MySQL development envi
ro
nment How to set up a development envi
ro
nment for PHP/MySQL on your local
mac
hine. A development envi
ro
nment allows you to test your code as you develop your web application before publishing it to the web. Quickstart Guide: Using UEStudio with Borland C/C++ Compiler C/C++ developers can use UEStudio to set up and configure
p
ro
ject
s with the Borland C/C++ compiler Creating your first application Create, build, and run an application f
ro
m within UEStudio Configuring VCS with UEStudio A guide for configuring version cont
ro
l support (VCS) in UEStudio 11 and later Configuring VCS with UEStudio (in v10.30 and earlier) A guide for configuring version cont
ro
l support (VCS) in UEStudio CVS Diff How to use the built-in CVS Diff commands with UEStudio and UltraCompare Add a file to version cont
ro
l system A trademark feature of UEStudio is it's powerful Version Cont
ro
l System. As you continue in your development, it is likely you will need to add files to the version cont
ro
l repository Compare files/folders A guide for comparing files or folders f
ro
m UEStudio using the integrated diff tool Quickstart guide: Using the integrated debugger A guide for setting up integrated WinDbg debugging in UEStudio Quickstart guide: Using the integrated PHP debugger A guide for setting up the integrated PHP debugger in UEStudio Using the SSH/telnet console A guide for setting up SSH/telnet in UEStudio Keymapping and custom hotkeys A guide for customizing 键映射, menus and menu hotkeys in UEStudio Configuring SVN and CVS Accounts A cornerstone feature of UEStudio is the version cont
ro
l support. UEStudio supports CVS and SVN as well as multiple connection p
ro
tocols. Before you can use version cont
ro
l, you must create an account. UEStudio has an auto-detect CVS/SVN feature, but... G
ro
up Files and Folders with
P
ro
ject
s How to g
ro
up your files and folders using
P
ro
ject
s UltraEdit for Linux
使用
技巧 FTP th
ro
ugh Nautilus Did you know that you can access remote FTP files in UltraEdit for Linux with a variety of server connection p
ro
tocols? Using Nautilus, the default file manager for the popular GNOME desktop, you can access files via FTP, SFTP, Windows shares, or even... Primary Select Using Linux's primary select feature in UltraEdit for Linux Custom terminal Set up a user tool to interact with the command line and specify a custom terminal for output Custom file b
ro
wser UltraEdit for Linux allows you to right-click any file or folder in your
P
ro
ject
(f
ro
m the File View) and b
ro
wse it on the file system. But did you know that you can configure which file b
ro
wser is launched f
ro
m UltraEdit? Scripting tutorial An int
ro
duction to the integrated scripting feature in UltraEdit for Linux Writing a
mac
ro
Steps to record and edit powerful
mac
ro
s to quickly and efficiently edit files Vertical and horizontal split window editing This is a convenient feature when you're manually comparing files, when you want to copy/paste between multiple files, or when you simply want to divide up your edit space. Find and Replace A guide to the powerful features and options available under the "Search" menu. Find in Selected Text Find and Replace is a cornerstone feature for UltraEdit, so it is of course integral to UltraEdit for Linux. The Linux version offers the same features as in the Windows version, as well as additional features. One specific feature that was imp
ro
ved... Using bookmarks P
ro
vides a way for you to mark and quickly access lines of interest in your files via bookmarks. To add a bookmark, make sure the cursor is positioned on the line you'd like to bookmark. Press CTRL + F2.... Adding a wordfile Add a language definition to your wordfile for use with UltraEdit's powerful syntax highlighting
P
ro
ject
s In UltraEdit for Linux,
p
ro
ject
s are a convenient, time-saving, feature that allow you to g
ro
up and manage associated files. Additionally,
P
ro
ject
s are integrated th
ro
ughout the framework of UltraEdit making it easier to perform other actions on your... Search Favorites UltraEdit for Linux includes a Search and Replace Favorites feature that allows you to manage frequently used Find and Replace strings. Create, name, and edit your Search and Replace Favorites... Column mode How to use column and block selection mode in UltraEdit for Linux Templates How to create text editing templates in UltraEdit for Linux Keyboard shortcuts A quick reference guide to UltraEdit's (Linux) default keyboard shortcuts How to use the UltraEdit for Linux tar package This guide shows you how to download and use the tar.gz package of UltraEdit UltraEdit for Linux v1.20: Scripting enhancements One of UEx's trademark features is the ability to automate tasks th
ro
ugh scripting; v1.2 extends the power of scripting further with includes. UltraEdit for Linux Command Line Support UltraEdit for Linux has many convenient command line options and flags for calling UEx f
ro
m a console/terminal as part of a script, or simply for convenience. Advanced file sorting Sort files in UEx with a powerful array of options and settings, including optional sort keys UltraCompare
使用
技巧 Compare text snippets A tutorial showing you how to compare text snippets without having to save your snippets into a file. Diff your snippets, merge your changes, save the result as a separate file, then clear out the snippets (and their temp files...) Increase your virtual memory Large file comparisons may require your system to use virtual memory. This tutorial shows you how to configure Windows to increase the amount of virtual memory on your system. Compare large files UltraCompare is a very
ro
bust file comparison tool which includes support for comparing large files even several GB large. This power tip shows you how to optimize UltraCompare for maximum performance when working with large files. Compare .zip, .rar., and .jar Archives Got Archives? UltraCompare's archive compare feature allows you to compare the contents of .zip files, .rar files, Java .jar files, and even password-p
ro
tected .zip files. Use the archive compare and examine differences between archives or folders on th Version Cont
ro
l Comparison UltraCompare v6.40 includes major imp
ro
vements to the command line support that allow greater flexibility when integrating with other applications. If you're using version cont
ro
l in a team development envi
ro
nment, then UltraCompare v6.40 is exactly... Visually inspect HTML code How to use UltraCompare P
ro
fessional's integrated b
ro
wser view to visually compare and inspect HTML code Compare directories using FTP/SFTP Configure FTP/SFTP accounts in UltraCompare P
ro
fessional to backup or sync FTP directories and compare local and remote folders. Block and line mode merge Merge differences and save them between 2 or 3 files at the click of a button Sync files and folders with the Folder Synch
ro
nization feature Folder Synch
ro
nization is a powerful feature in UltraCompare which allows you to sync files between local, remote, network, and even FTP folders. Recursive compare Use recursive compare to evaluate subdirectories' content for differences Find and eliminate duplicate files Unnecessary and unwanted duplicate files can eat up valuable system disk space. This power tip will show you how to quickly and safely eliminate unwanted duplicate files f
ro
m your system with the powerful Find Duplicates feature in UltraCompare Compare Word documents Compare multiple Mic
ro
soft Word documents - Identify and merge differences between Word documents. Command line tips Tips for running UltraCompare f
ro
m a DOS command p
ro
mpt Command line quick difference check Run a quick difference check between two files to quickly see if they're the same or different Ignore options Setting ignore options for file/folder comparisons in UltraCompare Ignore/compare column range Set parameters to ignore or compare up to 4 unique columns of data. Filtering files in folder mode Filtering files in UltraCompare while in folder mode Customizing the time/date format for folder comparison Many UltraCompare users in different regions of the world have different standard formats for dates and timestamps. UltraCompare p
ro
vides the ability to customize the date and timestamp for your folder comparisons Editing files in UltraCompare How to use the integrated text editing capabilites within UltraCompare UltraCompare shell integration Tips for integrating UltraCompare into the right-click context menu in Windows Explorer Export/save text compare output How to export and save diff output f
ro
m UltraCompare Web Compare If you work with web files, you are p
ro
bably accustomed to downloading the file via FTP or viewing the source, saving the text, then doing a compare. We're sure you'll agree, this p
ro
cess is clunky and mechanical.... Manually Sync Your Compare Manually sync your compare lines UltraCompare Sessions If you're anything like us, you always have multiple applications running at once. Spawning multiple instances of any application makes it harder to work. So... UC gives you sessions to manage your compare operations! Customizing colors Tutorial on how to change the colors for folder/file compare in UltraCompare Reload previously active sessions When you're doing complex file and folder compare operations, it doesn't take long to open quite a few tabs. What happens when you close UC to move on to another task or to go home for the day- lose the session? Not with Reload active sessions... Session Manager If you've compared the same set of files/folders more than once... You need sessions. Sessions allow you to save compare options for a common set of files or folders which you can quickly recall anytime you open UltraCompare. Not only can you save... Workspace Manager The Workspace Manager is all about convenience, so the Explorer view allows you to drag/d
ro
p files and folders for quick and easy compare operations. Simply select the folder (or file) in the Explorer view and drag it to the compare frame. Bookmark Favorite Files/Folders in UltraCompare How to use Favorite in UltraCompare to bookmark your commonly used files/folders. FTP in Workspace Manager You can access your accounts th
ro
ugh the Explorer tab of the Workspace Manager in UltraCompare Share FTP Accounts with UltraEdit/UEStudio Set up UltraEdit/UEStudio to share FTP accounts with UltraCompare FTP Folder Compare with CRC Have you wanted to do a quick folder compare - between a local directory and remote directory - without downloading the files first? No p
ro
blem... As of v7.20, UltraCompare now supports an FTP CRC compare method. With the CRC compare feature... Mark and hide files and folders in folder compare Have you ever wanted to hide files/folders that aren't relevant for your immediate compare needs? We have... While UltraCompare offers many compare filters and ignore options, sometimes you just need more cont
ro
l... UltraSentry
使用
技巧 Web b
ro
wser cleanup Use UltraSentry to securely clean up history and temporary files associated with web b
ro
wsers Application Cleaning Support Clean the sensitive data left behind after running your applications Delete b
ro
wser cookies P
ro
tect your privacy and your security by securely deleting malicious or private cookies Download directory cleanup Securely delete your download history with UltraSentry Optimize your b
ro
wser Using UltraSentry to imp
ro
ve speed, performance, and security of your b
ro
wser Explorer/Mic
ro
soft office Integration Tips for integrating UltraSentry into the right-click context menu in Windows Explorer or MS Office Stealth mode Tutorial for running UltraSentry in the backg
ro
und or system tray Scheduling a task Tutorial for scheduling UltraSentry to automatically execute a specific cleaning task Run UltraSentry as a system service How to Schedule your p
ro
files/cleaning operations and be sure that UltraSentry is running them whether you are logged in or not Using the Wizard UltraSentry's wizard makes secure/privacy cleaning operations quick and easy. This power tip shows you how to use the wizard. Total System Scrub Information on how to use UltraSentry's "Full System Scrub" p
ro
file to p
ro
tect your privacy and secure your sensitive data Custom p
ro
files This power tip describes how to set up your own custom p
ro
file so that you can securely clean only areas of the system that you wish to clean Securely delete email How to securely delete email on your system using UltraSentry Advanced features This power tip describes some of the advanced features and functionality of UltraSentry
loadcepc.exe 的编译
用vc1.52编译loadcepc 自己亲自试验过
Office开发/ VBA
5,172
社区成员
17,904
社区内容
发帖
与我相关
我的任务
Office开发/ VBA
其他开发语言 Office开发/ VBA
复制链接
扫一扫
分享
社区描述
其他开发语言 Office开发/ VBA
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章