Search found 71 matches

by Cyclops
Thu Nov 12, 2009 2:45 pm
Forum: Windows
Topic: How to enable macros in Office 2007
Replies: 0
Views: 2233

How to enable macros in Office 2007

Mostly macros can be disabled and you can enable macros using following steps To turn this feature off, just go: 1. office button->access options->trust center (Note- this can be access option or word option etc...) 2. click on the "trust center settings..." button (on the right side) 3. now, on the...
by Cyclops
Tue Nov 10, 2009 5:32 pm
Forum: .NET Programming
Topic: Files Operations in C#
Replies: 0
Views: 2140

Files Operations in C#

Routine Operations on Files Opening a File As opposed to creating a file, probably the second most regular operation performed on a file consists of opening it to read or explore its contents. To support opening a file, the FileInfo class is equipped with the Open() method that is overloaded with t...
by Cyclops
Tue Nov 10, 2009 5:07 pm
Forum: .NET Programming
Topic: Converting Between Binary and Decimal in C#
Replies: 0
Views: 1834

Converting Between Binary and Decimal in C#

The following two source code listings show how to write a crude but effective console mode application for converting a number, either from binary to decimal, or from decimal to binary. Note: you pass in the decimal number or the binary string as a parameter when typing the program's name at a comm...
by Cyclops
Fri Nov 06, 2009 2:21 pm
Forum: Computer Networks
Topic: Routing Information Protocol (RIP) Configuration
Replies: 2
Views: 6592

Routing Information Protocol (RIP) Configuration

Gateway of last resort is not set C 1.0.0.0/8 is directly connected, serial0/1 C 3.0.0.0/8 is directly connected, serial0/0 C 192.168.1.0/24 is directly connected, loopback0 Configure RIP on Router A RouterA#configure terminal RouterA#(config)#router rip RouterA#(config-router)#network 3.0.0.0 Route...
by Cyclops
Fri Nov 06, 2009 11:22 am
Forum: Windows
Topic: How can I enable CD Burning in Windows Server 2003
Replies: 0
Views: 2192

How can I enable CD Burning in Windows Server 2003

Windows Server 2003 has the CD burning drivers disabled by default. The IMAPI CD-Burning COM Service required by this peripheral device is disabled, so to make it work we need to enable it. Note: With some third-party software, you may be able to burn CDs without starting the IMAPI CD-Burning COM Se...
by Cyclops
Fri Nov 06, 2009 11:13 am
Forum: Windows
Topic: Microsoft Excel shortcut keys
Replies: 1
Views: 2716

Microsoft Excel shortcut keys

Shortcut keys with Ctrl+ Combination Shortcut keys Ctrl+A--Apply to select all cells Ctrl+B--Apply/Remove bold formatting Ctrl+C--Apply to copy the selected word Ctrl+D--Apply to fill down the selected cell Ctrl+F--Display the Find what option Ctrl+G--Apply to run Go to dialog box Ctrl+H--Use to di...
by Cyclops
Thu Nov 05, 2009 5:17 pm
Forum: Windows
Topic: How to Remove Add/Remove Programs Entries From RegEdit
Replies: 0
Views: 2288

How to Remove Add/Remove Programs Entries From RegEdit

Generally we use Add/Remove programs option in Control Panel to remove any unwanted program from our computer. Normally this may be due to poorly designed uninstaller with this program. That is why some programs may not be removed properly and a reference to this program remains in the computer regi...
by Cyclops
Thu Nov 05, 2009 5:09 pm
Forum: Windows
Topic: How to start windows programs quickly with Run Command
Replies: 0
Views: 2189

How to start windows programs quickly with Run Command

The run option of Start menu is used to run a program or to open a document directly. If you do not know the exact location of the program or document then click on Start button to open Run and type the programs shortcut name to open it directly. Run Commands • appwiz.cpl -- Used to run Add/Remove w...
by Cyclops
Thu Nov 05, 2009 5:00 pm
Forum: Computer Networks
Topic: How to Configure a Cisco Router as a Terminal Server
Replies: 0
Views: 5189

How to Configure a Cisco Router as a Terminal Server

Whether you have a rack of 3 Cisco routers and switches or 30, it is always nice to be able to easily and quickly get to the console of each device. This is especially true if you do much reconfiguration. By using a Cisco router with async ports as a terminal server, you can very quickly go to a sin...
by Cyclops
Fri Oct 30, 2009 12:00 pm
Forum: .NET Programming
Topic: How to use subclass in VB.NET
Replies: 0
Views: 1952

How to use subclass in VB.NET

The new WndProc receives a Message object as a parameter. Use its ToString method to display the message's name. Call the base class's WndProc method to process the message normally. If you don't process the message normally, the form will not be able to resize itself, draw its interior, and perform...

Go to advanced search