Logo
programming4us
programming4us
programming4us
programming4us
Home
programming4us
XP
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server
programming4us
Windows Phone
 
programming4us
Windows 7
Change page: < 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ... >  |  Displaying page 13 of 22, items 601 to 650 of 1081.
Windows 7 : Resolving Malware Issues (part 1) - Understanding Malware & Understanding UAC
UAC is a set of security features designed to minimize the danger of running Windows as an administrator and to maximize the convenience of running Windows as a standard user.
Microsoft Word 2010 : Expanding Word Functionality - Setting ActiveX Control Properties & Adding VBA Code to an ActiveX Control
Every ActiveX control has properties, or settings, that determine its appearance and function. You can open a property sheet that displays all the settings for that control in alphabetic or category order directly from Word.
Microsoft Word 2010 : Expanding Word Functionality - Inserting ActiveX Controls
An ActiveX control is a software component that adds functionality to an existing program. An ActiveX control is really just another term for an OLE (Object Linking and Embedding) object, known as a Component Object Model (COM) object.
Microsoft PowerPoint 2010 : Setting Add-in Security Options & Setting ActiveX Security Options
An ActiveX control provides additional functionality, such as a text box, button, dialog box, or small utility program. ActiveX controls are software code, so hackers can use them to do malicious harm, such as spreading a virus.
Microsoft PowerPoint 2010 : Selecting Trusted Publishers and Locations & Setting Document Related Security Options
In Trusted Documents (New!), you can set options to open trusted documents without any security prompts for macros, ActiveX controls and other types of active content in the document.
Microsoft Visio 2010 : Linking to a Specific Location in a Document
One of the underused but incredibly valuable features in Visio is the ability to link not just to a document, but to a specific location inside a document. Imagine a process map that refers to a policy manual at 17 different steps in the process.
Microsoft Visio 2010 : Linking to a Website & Linking to a Document
If your target webpage contains HTML bookmarks, you can include a bookmark in the address for the page. Clicking on this type of hyperlink will take the user directly to the part of the page containing the bookmark.
Microsoft Excel 2010 : Removing Table Rows and Columns & Entering Data in a Table Using a Drop-Down List
Entering data in a list can be tedious and repetitive. You can enter data using the PickList or List AutoFill feature to make the job easier. PickList is activated once you have entered at least one record in the list; it uses your previous entries to save you the trouble of typing repetitive information.
Microsoft Excel 2010 : Creating Calculations in a Table & Working with Tables
The formula is automatically filled into all cells of the column. Not every cell in a calculated column needs to be the same. You can enter a different formula or data to create an exception.
Microsoft Word 2010 : Using Content Controls to Create Documents
Forms are an easy way for you to interact with users of your documents, either online or in print, and gain information and feedback from them in the process.
Microsoft Word 2010 : Saving a Document with Macros & Opening a Document with Macros
When you open a document with a macro, VBA, or other software code, Word displays a security warning to let you know the document might contain potentially harmful code that may harm your computer.
Visual Basic 2010 : Advanced Compilations with MSBuild - Introducing MSBuild (part 2) - Understanding Tasks and Creating Targets
MSBuild has the concept of a task, which is simply a unit of work that can be executed during the build process. You can add both predefined and custom tasks to the build process inside the project file.
Visual Basic 2010 : Advanced Compilations with MSBuild - Introducing MSBuild (part 1) - Introducing Projects
The best way for understanding how projects are structured is opening and analyzing an existing one. Create a new Console application with Visual Basic 2010, save it, and close it.
Microsoft Visio 2010 : Enhancing Diagrams by Adding Hyperlinks & Using Hyperlinks
Many business diagrams can be enhanced by adding hyperlinks. For example, if a step in your flowchart refers to a policy manual, add a link to the associated Word document or PDF.
Microsoft Visio 2010 : Modifying an Existing Report
Whether you are using a predefined Visio report or one you’ve created, there are times when you want it to produce different output.
Microsoft PowerPoint 2010 : Avoiding Harmful Attacks & Using the Trust Center
Many viruses and other harmful attacks spread through file downloads, attachments in e-mail messages, and data files that have macros, ActiveX controls, add-ins, or Visual Basic for Applications (VBA) code attached to them.
Microsoft PowerPoint 2010 : Sending a Presentation for Review Using E-Mail & Sending a Presentation by Internet Fax
If you are a member of an online fax service, such as eFax, InterFAX, MyFax, or Send2Fax, you can use PowerPoint to send and receive faxes over the Internet directly from within your Microsoft Office program. If you’re not a member, a Web site can help you sign up.
Troubleshooting Performance Problems (part 3) - Troubleshooting Disk Performance Problems & Configuring Power Settings
Flash drives do not have a drive head, and fragmentation does not reduce their performance. Therefore, you never have to worry about fragmentation with a flash drive. Windows 7 automatically disables defragmentation for flash drives.
Troubleshooting Performance Problems (part 2) - Data Collector Sets and Reports
After running a data collector set, you can view the performance counters in Performance Monitor and you can view a summary of the other collected information in a report.
Troubleshooting Performance Problems (part 1) - Task Manager & Performance Monitor
Task Manager is the quickest way to identify common performance problems. Windows 7 makes it easy to open Task Manager even if the user interface isn't responding correctly.
Microsoft Excel 2010 : Analyzing Worksheet Data - Creating or Modifying a Table Style & Formatting Table Elements
When you create a table in a worksheet, Excel displays a standard set of elements, including headings, columns, and rows. You can select options on the Design tab under Table Tools to quickly format a table.
Microsoft Excel 2010 : Analyzing Worksheet Data - Creating a Table & Formatting a Table
Formatting worksheet table data can be quick and easy with Table Quick Styles. To make formatting data more efficient, Excel has a gallery of table styles based on the current theme.
Microsoft Word 2010 : Adding a Digital Signature to a Macro Project & Assigning a Macro to a Toolbar
After you create a macro, you can add the macro to the Quick Access Toolbar for easy access. When you create a macro, the macro name appears in the list of available commands when you customize the Quick Access Toolbar in Word Options.
Microsoft Word 2010 : Expanding Word Functionality - Running a Macro & Controlling a Macro
If a macro doesn’t work exactly the way you want it to, you can fix the problem using Microsoft Visual Basic for Applications (VBA). VBA allows you to debug, or repair, an existing macro so that you change only the actions that aren’t working correctly.
Visual Basic 2010 : Discussing the New Drag and Drop Data-Binding (part 4) - Implementing String Formatters and Value Converters
The need to represent strings in a more appropriate format when binding data to the user interface is not uncommon. For example, you might want to present money values or percentages. In WPF you can accomplish this in two modes: string formatters and the IValueConverter interface.
Visual Basic 2010 : Discussing the New Drag and Drop Data-Binding (part 3) - Understanding Views and Binding Lists
CollectionViewSource objects expose an interesting property named View. It basically provides the ability of filtering, sorting, and navigating through a bound collection of items.
Visual Basic 2010 : Discussing the New Drag and Drop Data-Binding (part 2) - Creating Master-Details Forms
Similarly to what already happened in Windows Forms, creating master-details forms in WPF 4 is also straightforward. This also enables you to understand other important concepts for the data-binding.
Visual Basic 2010 : Discussing the New Drag and Drop Data-Binding (part 1) - Creating Tabular Data Forms
The drag’n’drop data-binding has obviously some limitations, and in many cases you need to put your hands over the auto-generated code or, differently, write your own data-binding code from scratch.
Visual Basic 2010 : Introducing the Data-Binding
Windows Presentation Foundation offers a powerful data-binding engine, held by the System.Windows.Data namespace, which makes even simpler binding data to the user interface and receiving input from the user as well.
Microsoft PowerPoint 2010 : Adding a Digital Signature
A digital certificate checks a public key to validate a private key associated with a digital signature. To assure a digital signature is authentic, it must have a valid (non expired or revoked) certificate issued by a reputable certification authority (CA), and the signing person must be from a trusted publisher.
Microsoft PowerPoint 2010 : Adding Security Encryption to a Presentation & Marking a Presentation as Read-Only
As a precaution to prevent readers and reviews from making accidental changes, you can use the Mark as Final command to make a PowerPoint 2010 presentation read-only.
Microsoft Visio 2010 : Creating a New Report
Visio provides a Report Definition wizard so you can create new reports or modify existing reports. In this exercise, you will create a new report for the Recruiting Process.
Microsoft Visio 2010 : Running a Predefined Report
Visio 2010 provides a reporting facility that lets you extract data in a variety of ways in order to summarize and present it. Many of the built-in Visio templates include predefined reports.
Microsoft Excel 2010 : Building More Powerful Worksheets - Using Information Functions & Using Compatibility Functions
You can use information functions to help you determine the type of information in a cell or display information about formatting, location, or contents of a cell.
Microsoft Excel 2010 : Building More Powerful Worksheets - Using Math Functions & Using Statistical Functions
You can use statistical functions to help you perform analysis on a group of numbers. You can use formulas to find information, such as MAX or MIN , MEDIAN, COUNT , STDEV.S, STDEV.P , SKEW , or KURT .
Microsoft Word 2010 : Expanding Word Functionality - Recording a Macro & Creating a Macro
Macros can run several tasks for you at the click of a button. When you turn on the macro recorder, Word records every mouse click and keystroke action you execute until you turn off the recorder.
Microsoft Word 2010 : Expanding Word Functionality - Setting Developer Options & Understanding How Macros Automate Your Work
You can run a macro by choosing the Macro command on the View or Developer tab, or by using a shortcut key or clicking a Quick Access Toolbar button you’ve assigned to it.
Microsoft PowerPoint 2010 : Adding Password Protection to a Presentation
You can assign a password and other security options so that only those who know the password can open the presentation, or to protect the integrity of your presentation as it moves from person to person.
Microsoft PowerPoint 2010 : Creating, Opening OneNotes & Inspecting Documents
While you work on your presentation, PowerPoint automatically saves and manages personal information and hidden data to enable you to collaborate on creating and developing a presentation with other people.
Visual Basic 2010 : Documenting the Source Code - Implementing XML Comments
XML comments have a double purpose. The first one is enabling additional help within IntelliSense when you write code. The second one is generating an XML file storing information that can be built into a compiled documentation file, such as the .Chm format that also allows navigation between documented items.
Visual Basic 2010 : Documenting the Source Code - Understanding XML Documents
XML documents are not new in Visual Basic 2010; they were first natively introduced with Visual Basic 2005. (In versions prior to 2005, XML comments were possible only via third-party add-ins.)
Microsoft Visio 2010 : Linking Data to Shapes Automatically
The key to the automatic linking facility is in the previous sentence: the shapes on the drawing page and the data in your spreadsheet or other data source must have matching IDs.
Microsoft Visio 2010 : Refreshing Selected Data in Linked Diagrams & Scheduling Data Refresh
The procedure in the previous exercise automatically refreshes data from all linked data sources. Many times, this is exactly what you want to do. However, if your Visio diagram is linked to several data sources, there may be times when you want to update the drawing from a subset of the linked repositories.
Microsoft Excel 2010 : Building More Powerful Worksheets - Using Logical & Financial Functions
You can use formulas for depreciation, such as SLN (Straight-Line Depreciation) and SYD, or formulas for interest and investments, such as FV, EFFECT or IPMT. Many of the investment functions use the following arguments: rate, nominal_rate, per, nper, pv, fv, pmt, and type.
Microsoft Excel 2010 : Building More Powerful Worksheets - Using Date & Time Functions
Excel stores dates as sequential serial numbers so that they can be used in calculations. By default, January 1, 1900 is serial number 1 and each day counts up from there.
Microsoft PowerPoint 2010 : Editing Comments in a Presentation
PowerPoint uses a different color comment for each reviewer, which is based on the User name and Initials settings in PowerPoint Options. When you add or edit a comment, the color of the review comment changes to the reviewer’s color, and changes the comment name and date.
Microsoft PowerPoint 2010 : Adding Comments to a Presentation
A comment is visible only when you show comments using the Show Markup button and place the mouse pointer over the comment indicator. You can attach one or more comments to a letter or word on a slide, or to an entire slide.
Microsoft Visio 2010 : Creating New Shape Data Fields
You can set the format for a duration field to display the time in any of the standard Visio durations, ranging from seconds to weeks, or you can display the duration in one of the two listed time formats.
Microsoft Visio 2010 : Refreshing All Data in Linked Diagrams
The data linking mechanism of Visio is designed for one-way data transfer, that is, for importing data into a Visio diagram. The opposite does not work. In other words, you can refresh the data in a drawing after making changes in a linked data source, but you cannot make changes to data in Visio and then push those changes to the linked data source.
Microsoft Visio 2010 : Linking Diagrams to External Data
Prior to Visio 2007, it was possible to link Visio shapes to external data, but it was rather cryptic, somewhat confusing, and the procedures often required programming or at least some technical knowledge.
 
 
Top 10
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
 
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server